Mac OSX Having an issue with remote URL not working when launching Slingbox_server.py as a background process. #515
theweatherguy
started this conversation in
General
Replies: 1 comment 3 replies
-
There's two possibilities.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Gerry,
I've been enjoying using slinger for the past few months running on an old iMac without any issues. Again, thanks so much, Gerry!!!
Not one to be easily satisfied, I decided to see if I can get slingbox.server.py running as a background process upon launch on my main iMac, instead of running it on a separate machine.
I've successfully created 2 startup launchdaemons; one to modify the "net.inet.tcp.sendspace=5501072" and the second daemon to startup slingbox_server.py automatically upon computer startup. ( I'll be happy to post and share these launch daemon solutions in the coming weeks.)
Here's the problem I'm encountering and I would appreciate any help: Using the default remote URL, the default remote URL won't work on my browser when starting slingbox_server.py as this background process. (Yes, I've changed the URL to match the new computer's IP address.) I'm using my regular browser, Safari or FireFox.
However, If I launch the slingbox_server.py as a regular Terminal command — python3 slingbox_server.py unified_config.ini, then the remote URL works as usual on this computer.
So.... does the default Remote use "flask" and could it be that flask is not launching as a background startup process when the rest of the server script launches as a startup background process?
Any help would be appreciated.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions