You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command to autostart the script after a reboot should be:
su - pi -c "screen -dm -S TWCManager python3 ~/TWC/TWCManager.py"
Just the python3 is missing. This creates the "Timed out waiting for response from TWCManager script." Error.
Cheers,
Heptagon
The text was updated successfully, but these errors were encountered:
Hi dracoventions,
thanks for the good documentation.
The command to autostart the script after a reboot should be:
su - pi -c "screen -dm -S TWCManager python3 ~/TWC/TWCManager.py"
Just the python3 is missing. This creates the "Timed out waiting for response from TWCManager script." Error.
Cheers,
Heptagon
The text was updated successfully, but these errors were encountered: