aicell-lab / agent-lens

AI Agents for Smart Microscopy
0 stars 2 forks source link

Service Connection Failure #5

Open konradoo11 opened 3 hours ago

konradoo11 commented 3 hours ago

Error messages:

Log Output: `Connecting to server... Server connected. Getting imasfadsfdsdfasfdsad. Getting Segmentation service... Error acquiring segmentation service: RemoteError: Traceback (most recent call last): File "/opt/conda/lib/python3.11/site-packages/hypha/core/workspace.py", line 808, in get_service raise IndexError(f"Service not found: {sid} in workspace {workspace}") IndexError: Service not found: interactive-segmentation in workspace *

Getting microscope control service... Error: RemoteError: Traceback (most recent call last): File "/opt/conda/lib/python3.11/site-packages/hypha/core/workspace.py", line 808, in get_service raise IndexError(f"Service not found: {sid} in workspace ") IndexError: Service not found: microscope-control-squid-test in workspace **Console Output:** Creating a new connection to wss://ai.imjoy.io/ws ... Error during calling method: Error: Method not found: 345LVToffrWLjVQDqfTFx5/workspace-manager:... at RPC._handle_method ... `

Possible Causes

  1. Services Are Not Available Anymore: The required services (interactive-segmentation and microscope-control-squid-test) might not be running or are not registered with the server anymore.
  2. Server or Network Issues: There might be connectivity issues preventing your app from communicating with the server.
  3. Server Changes: The server you're connecting to might have updated, and the services are no longer available at the same location or under the same IDs.
konradoo11 commented 3 hours ago

@cccoolll Do you know anything about this? If the services are inactive or something?