Skip to content
New issue

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

Default option --auto-connect=1 causes QIODevice::write (QSerialPort): device not open errors on start #1

Open
deviantintegral opened this issue Apr 28, 2023 · 1 comment

Comments

@deviantintegral
Copy link
Contributor

I switched over from my hand-built image to this one. I noticed that when starting, zshark doesn't show and the logs are spammed with QIODevice::write (QSerialPort): device not open.

At first, I thought my ConBee II wasn't being exposed to the container. However, I tracked this down to the --auto-connect=1 option. If I turn that off, and manually connect with the UI, it works fine.

I thought perhaps it was because we also needed to add --com-port=X to the startup options, but its the same error.

I'd like to make it so ZSHARK_OPTS is an environment variable (I have this locally), but before filing a PR it'd be good to know how to fix this issue with autoconnect.

@phdelodder
Copy link
Collaborator

You can do a PR no issues, also for the autoconnect you can do a PR. Help is appreciated.

phdelodder added a commit that referenced this issue May 5, 2023
Expose ZSHARK_OPTS and remove broken autoconnect option #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants