cambiegroup / flowchem

Flowchem is an application to simplify the control of instruments and devices commonly found in chemistry labs.
MIT License
15 stars 5 forks source link

get_all_flowchem_devices failed #112

Open cynthiabour opened 10 months ago

cynthiabour commented 10 months ago

get_all_flowchem_devices failed in some circumstances (which including device on daisy chain or Ethernet connection).

The error message shows "Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it"

The ping command also disable to connect and throws "Destination host unreachable"

The problem seems come from the wrong url address were provide while running FlowchemDeviceListener(). But I am still not sure how to solve this problem. :(