Troubleshooting

This section covers common issues and their solutions.

"tuvo: command not found"

This error means Tuvo Code is not installed or not in your PATH.

Solution: Reinstall Tuvo Code:

git clone https://github.com/tuvodev/tuvo-code.git cd tuve-code npm install npm run build npm link

"Authentication failed"

This error indicates invalid or missing API credentials.

Solution: Run the auth command:

/auth

"API rate limit exceeded"

This error means you've exceeded your API provider's rate limit.

Solutions:

  • • Wait before making more requests
  • • Switch to a different provider
  • • Upgrade your API plan

"Connection timeout"

This error indicates network connectivity issues.

Solutions:

  • • Check your internet connection
  • • Verify the API provider's status page
  • • Try a different provider