Hey guys,
I’m running into an issue when trying to add the reboot option to my launcher. I edited my __init__.py
to have the changes linked by @QuantumKraken, and after adding it I rebooted my machine to see the changes on my launcher. On this boot, I freeze up (I get this error) and while it’s stuck showing the “loading” image I’m able to ssh into it and restore my /home/cpi/apps/launcher
folder using git reset --hard HEAD
, and then sudo reboot
again and it works again.
Any thoughts on why this is failing for me?
Thanks,
Eash
edit: To note, I tried this multiple times - once by literally using sftp to put Quantum’s file on my machine, and once by editing my file to mirror the changes