micro-manager / pycro-manager

Python control of micro-manager for customized data acquisition
https://pycro-manager.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
165 stars 52 forks source link

Exception: Socket timed out after 1000 milliseconds #781

Closed alex997-phy closed 5 months ago

alex997-phy commented 5 months ago

We install the pycromanager packgae version '0.34.4', micromanager 2.0.1 20220720 and turn on the microscope with CCD ORCA flash 4.0, but we have the following error when test:

from pycromanager import Core core = Core() print(core)

Below is the output: Exception in thread BridgeSocketThread_port4827: Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/local/lib/python3.10/dist-packages/ipykernel/ipkernel.py", line 766, in run_closure _threading_Thread_run(self) File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.10/dist-packages/pyjavaz/bridge.py", line 340, in _run_socket_thread raise Exception(f"Socket timed out after {self._timeout} milliseconds") Exception: Socket timed out after 1000 milliseconds

henrypinkard commented 5 months ago

try increasing the timeout? core = Core(timeout=5000)

henrypinkard commented 5 months ago

And did you start the server in the options dialog?

alex997-phy commented 5 months ago

Problem solved. I used the Ubuntu subsystem in Windows. I think that is the problem. After I used python directly installed on windows, it worked.

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: Henry Pinkard @.> 发送时间: Tuesday, June 25, 2024 12:22:19 AM 收件人: micro-manager/pycro-manager @.> 抄送: alex997-phy @.>; Author @.> 主题: Re: [micro-manager/pycro-manager] Exception: Socket timed out after 1000 milliseconds (Issue #781)

And did you start the server in the options dialog?

― Reply to this email directly, view it on GitHubhttps://github.com/micro-manager/pycro-manager/issues/781#issuecomment-2188168889, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AOCYIQSRGLAZGKMXR6HC3K3ZJELCXAVCNFSM6AAAAABJ2XOYUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBYGE3DQOBYHE. You are receiving this because you authored the thread.Message ID: @.***>