No internet connection
  1. Home
  2. Technical Support

Tinypilot not working after update

By Muhammad Hassan @hasu
    2023-03-01 19:02:29.478Z

    Unable to view video after tinypilot update

    • 6 replies
    1. C
      In reply tohasu:

      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.

      1. H
        In reply tohasu:
        Muhammad Hassan @hasu
          2023-03-02 14:13:49.528Z
          1. 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
            
            1. HMuhammad Hassan @hasu
                2023-03-02 21:26:51.235Z

                Thanks for it, Its working now.

            2. Progress
              with handling this problem
            3. H
              Muhammad Hassan @hasu
                2023-03-01 19:02:55.113Z
                1. H
                  Muhammad Hassan @hasu
                    2023-03-01 19:03:32.097Z