Replies: 1 comment 1 reply
-
You've got two copies of the server code running at the same time. Use the "tee" command to pipe std out to the console and a file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've tried to connect to a slingbox_server which was intensely used until two days ago.
I don't know if the person who used it noticed any error, but today I've seen that the player indicated that something was wrong with the server.
Indeed, the server's console was filled with this message:
ERROR While handling GETPORTNUMBERS request [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted
In the Slinger Player's remote control window I clicked on the Restart button, and the only effect was that its web page could no longer be reloaded. No effect on server's console.
I then reset the server, while the player was still open on my side, and the server complained about incorrect request for remote and indicated some python code lines, something like this:
Finally, after restarting the player and the server, everything was fine (and Restart stopped the server successfully).
To address these issues, I would like to suggest implementing some features in the server:
slingbox_server.exe > mylog.txt
is not OK as it does't allow seeing what the console displays.)Beta Was this translation helpful? Give feedback.
All reactions