Tinypilot not working after update
By Muhammad Hassan @hasu
Unable to view video after tinypilot update
Linked from:
- CIn reply tohasu⬆:Charles Hague @cghague2023-03-02 11:38:52.323Z
Hi Muhammad, thanks for reaching out to us. I’m sorry to hear you’re having issues with video.
There are a few reasons this might be happening so we’ll need to investigate. Could you please share your full debug logs with me? You can do this by going to System, then Logs and then Get Sharable URL.
- HIn reply tohasu⬆:Muhammad Hassan @hasu
Please receive the logs
https://logs.tinypilotkvm.com/219kblCn- CCharles Hague @cghague2023-03-02 15:14:28.525Z
Thank you for getting back to me so quickly. It looks like part of the application hasn’t been installed correctly. This could be due to a transient issue during the upgrade process. Can you please try enabling SSH and then running the following command to reinstall:
if [[ -f /opt/tinypilot-updater/install ]]; then (sudo apt remove -y tinypilot || true) && \ cd /opt/tinypilot-updater && \ sudo ./install else /opt/tinypilot/quick-install fi
- HMuhammad Hassan @hasu
Thanks for it, Its working now.
- Progresswith handling this problem