-
-
Notifications
You must be signed in to change notification settings - Fork 113
11.1 won't start because of empty display name. #204
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Thanks for reporting this. Are you running in If so, could you try editing line 65 of the I suspect the reason for this is that the previous approach didn't try importing GUI-mode requirements if the proxy was running in non-GUI mode. This was changed to support packaging the proxy as a python module, but didn't account for situations where you have pystray installed but it isn't set up. |
Yes -- I run in --no-gui mode... The edit you suggested on line 65 of the 2023-11-01 version DID solve the start up error and 2023-11-01 seems to be working ok now with this edit in place. Hope this helps... |
The syslog for starting version 2023-11-01 has "Unable to init server: Could not connect: Connection refused" repeated What is this about??? Is it to be expected??? The syslog follows:
|
Great! Glad that has resolved this. The other syslog message may also be related - you could try changing line 64 from If that removes the message, I can partly incorporate the old behaviour just for pystray to work around this. |
Changing "import pystray" to "pass" fixed those syslog messages!
|
Great - thanks for confirming. I'll make this change when I get chance. Thanks for reporting this and helping find the root cause. |
The version I've been running that was the current git September 12, 2023 runs fine, but the current version (11.1) won;t start
because get_display() is passed an empty string.
Syslog:
Reverting to my previous version works fine....
The text was updated successfully, but these errors were encountered: