lukingroup / pylabnet

Client-server, python-based laboratory software
MIT License
17 stars 8 forks source link

Create error popup for when launching device server #419

Closed huanyanqi closed 1 year ago

huanyanqi commented 1 year ago

Fixes #179

Existing behavior is that when we double click on a device config, no error message is shown aside from the following message about trying to launch the device. image

This fix simply creates an error popup if errors are encountered when launching device server, e.g. if IP address is wrong, host is wrong, connection timed out, etc. image

pieterjanstas commented 1 year ago

Looks good