I'm unable to install apps on the luxonis hub as im getting ERROR[Some app could not be installed on agent]

    Hello,
    1/ Are you experiencing installation issues with just this specific application, or are you unable to install any app at all?
    For testing purposes, you can try installing the Video Recording app from Luxonis Apps:
    Install App → Run → Video Recording (from Luxonis Apps) → Select app version → select camera → confirm with "Install With Selected" button.

    2/ Additionally, it would be very helpful for us to get a log recording from the application installation.
    Please open the terminal on your computer, connect to the Raspberry Pi via SSH:
    ssh user@DEVICE_IP_ADDRESS

    Then view the logs using:
    sudo hubctl logs -f

    After running the command, start the app installation via the Hub interface.

    You can download a portion of the logs with the following command (please adjust with your actual values):
    ssh user@DEVICE_IP_ADDRESS "hubctl logs -l 200" > /local/path/logs.txt

    Please send us the log file along with the Agent version.

    Thank you!

    Martin

    I just tried installing Video Recording (from Luxonis Apps) as you suggested and it worked fine im guessing the issue is from the Recording App (POC)

    it looks l

    You can find my logs here

    Hi,

    Thanks for sharing the logs!

    The key error is(line 41):

    unable to retrieve auth token: invalid username/password: unauthorized

    This indicates that the container registry credentials are not set correctly (or are missing entirely) in your team settings on Luxonis Hub.
    To resolve this, please go to the Team Settings → Container Registry section and add the following:

    • Registry Prefix: ghcr.io

    • Username: your GitHub username

    • Password: ...

    A personal access token (classic) with at least read:packages scope to install packages associated with other private repositories (GITHUB_TOKEN can be used if the repository is granted read access to the package. See Configuring a package's access control and visibility).

    Once these credentials are saved, you should be able to install the app without issues.

    Best regards,
    Martin