Skip to content

Common Problems

June Knauth edited this page Aug 20, 2025 · 5 revisions

This page details common tt-installer issues and their solutions.

Software versions are empty or "null"

If you see an error like this: image You have likely been rate limited by the GitHub API, which only allows 60 unauthenticated requests per hour. To resolve this, you can provide a github token to the script to authenticate your request:

./install.sh --github-token="your_token_here"

To create a fine-grained PAT for your GitHub account, visit this page. The token requires no permissions beyond read access to public repositories. tt-installer uses the token only for fetching software versions.

If you're unsure how to use tt-installer with arguments, visit Getting Started.

Clone this wiki locally