We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It was fine until yesterday, but today an error suddenly occurred. 3.Curate your images part Here is the error message:
Could not connect session, trying again in 10 seconds
ServiceListenTimeout Traceback (most recent call last) in <cell line: 36>() 93 dataset.app_config.sidebar_groups = sidebar_groups 94 dataset.save() ---> 95 session = fo.launch_app(dataset) 96 97 print("❗ Wait a minute for the session to load. If it doesn't, read above.")
12 frames /usr/local/lib/python3.10/dist-packages/fiftyone/core/service.py in find_port() 167 pass 168 --> 169 raise ServiceListenTimeout(etau.get_class_name(self), port) 170 171 return find_port()
ServiceListenTimeout: fiftyone.core.service.ServerService failed to bind to port 5151
How can I resolve this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It was fine until yesterday, but today an error suddenly occurred.
3.Curate your images part
Here is the error message:
Could not connect session, trying again in 10 seconds
Could not connect session, trying again in 10 seconds
Could not connect session, trying again in 10 seconds
ServiceListenTimeout Traceback (most recent call last)
in <cell line: 36>()
93 dataset.app_config.sidebar_groups = sidebar_groups
94 dataset.save()
---> 95 session = fo.launch_app(dataset)
96
97 print("❗ Wait a minute for the session to load. If it doesn't, read above.")
12 frames
/usr/local/lib/python3.10/dist-packages/fiftyone/core/service.py in find_port()
167 pass
168
--> 169 raise ServiceListenTimeout(etau.get_class_name(self), port)
170
171 return find_port()
ServiceListenTimeout: fiftyone.core.service.ServerService failed to bind to port 5151
How can I resolve this?
The text was updated successfully, but these errors were encountered: