Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error: Operator "@voxel51/operators/list_workspaces" not found #5484

Open
1 of 3 tasks
ivonilsson opened this issue Feb 10, 2025 · 2 comments
Open
1 of 3 tasks
Labels
bug Bug fixes

Comments

@ivonilsson
Copy link

Describe the problem

When launching the FiftyOne web app, I encounter the following error in the browser console:

Error: Operator "@voxel51/operators/list_workspaces" not found
    at getLocalOrRemoteOperator (http://localhost:5151/assets/index-DPnB2SFW.js:5117:11107)
    at useOperatorExecutor (http://localhost:5151/assets/index-DPnB2SFW.js:5117:36793)
    at useInvocationRequestExecutor (http://localhost:5151/assets/index-DPnB2SFW.js:5117:39050)
    at RequestExecutor (http://localhost:5151/assets/index-DPnB2SFW.js:8785:2131)
    at Xh (http://localhost:5151/assets/index-DPnB2SFW.js:31:21729)
    at Wk (http://localhost:5151/assets/index-DPnB2SFW.js:33:48569)
    at Vk (http://localhost:5151/assets/index-DPnB2SFW.js:33:43841)
    at Uk (http://localhost:5151/assets/index-DPnB2SFW.js:33:43762)
    at Jk (http://localhost:5151/assets/index-DPnB2SFW.js:33:43602)
    at Ok (http://localhost:5151/assets/index-DPnB2SFW.js:33:39578)

Code to reproduce issue

import fiftyone as fo
import fiftyone.zoo as foz

if __name__ == "__main__":
    dataset = foz.load_zoo_dataset("quickstart")
    session = fo.launch_app(dataset, port=5152)
    session.wait()

System information

  • OS version Windows 11
  • Python version (python --version): 3.10.6
  • FiftyOne version (fiftyone --version): 1.3.0
  • FiftyOne installed from (pip or source): pip

Willingness to contribute

The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?

  • Yes. I can contribute a fix for this bug independently
  • Yes. I would be willing to contribute a fix for this bug with guidance
    from the FiftyOne community
  • No. I cannot contribute a bug fix at this time
@ivonilsson ivonilsson added the bug Bug fixes label Feb 10, 2025
@ivonilsson ivonilsson changed the title [BUG] [BUG] Error: Operator "@voxel51/operators/list_workspaces" not found Feb 10, 2025
@sunilkahalekar
Copy link

I also face the same problem. If anyone has a solution please let me know.

Image

@cprimex
Copy link

cprimex commented Feb 17, 2025

Faced the same problem.
Downgrading to 1.2.0 fixed the problem for me so it may be a regression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes
Projects
None yet
Development

No branches or pull requests

3 participants