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] fiftyone app launch terminates instantly in v1.0.0 #4889

Closed
1 of 3 tasks
Laurent2916 opened this issue Oct 4, 2024 · 1 comment
Closed
1 of 3 tasks

[BUG] fiftyone app launch terminates instantly in v1.0.0 #4889

Laurent2916 opened this issue Oct 4, 2024 · 1 comment
Labels
bug Bug fixes

Comments

@Laurent2916
Copy link

Describe the problem

In v0.25.2 I used to start fiftyone by doing: fiftyone app launch and everything worked fine.
I upgraded to v1.0.0, but now executing the same command doesn't work like it used to (see "Code to reproduce issue" below).

Current work-around is to start the server directly:

python $(python -c "from fiftyone.server import main; print(main.__file__)") --port 4545

As a side-note, is it possible to downgrade (temporarily) ? It seems the app won't let me re-use v0.25.2 now that it migrated to v1.0.0.

Code to reproduce issue

(.venv) laurent@laptop:~/fiftyone_data$ fiftyone app launch --port 4545
App launched. Point your web browser to http://localhost:4545

To exit, close the App or press ctrl + c
# the server terminates instantly here, without any error message

System information

  • OS Platform and Distribution: Ubuntu 24.04 LTS
  • Python version: Python 3.10.14
  • FiftyOne version: FiftyOne v1.0.0
  • FiftyOne installed from: rye (which uses uv)

Willingness to contribute

  • Yes. I can contribute a fix for this bug independently
  • Yes. I would be willing to contribute a fix for this bug with from the FiftyOne community
  • No. I cannot contribute a bug fix at this time
@brimoor
Copy link
Contributor

brimoor commented Oct 4, 2024

Apologies, this is fixed by #4888 and will be released as part of fiftyone=1.0.1.

In the meantime, on fiftyone==1.0.0 you'll need launch the App via launch_app() in Python.

@brimoor brimoor closed this as completed Oct 4, 2024
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

2 participants