Closed orrmany closed 3 years ago
I've also checked Issue #84, it does not offer any relevant clue (since it just recommends to install via the helper script, which I did)
Same here -- piling on. Have disabled ipv6, I'm able to auto-login to port 5000 -- but port 8888 just spins.
Also, it seems like there's a defect in the step6 script for the installer. I had to modify it to eliminate an error, though it seems minor (the grep returns multiple results which leads to an error in the -z test further down on line 8:
OCTOPRINT_EXEC=$(ps -ef | grep octoprint | grep -v grep | awk '{print $9}' | head -n 1)
Also, the git dir is named "OctoPrint-TouchUI-autostart" but various scripts expect it to be "TouchUI-autostart". A quick symlink fixed that, but still is broken.
Thanks @Drzet . Meanwhile I've dropped the entire TouchUI and switched to OctoDash, but good to know the likely solution.
This issue has been automatically marked as inactive because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Fix here
HI Just wanted to add that I too ran into this issue and like the others can confirm that the solution noted in #445, changing $TOUCHUI_URL to http://0.0.0.0 resolved the issue for me as well.
Any idea if this is a bug or if its perhaps a misconfiguration some where?
P.S. I'm using the 7" display so I do not think screen size has anything to do with it.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.