Skip to main content

Troubleshooting

Troubleshooting

Q: I get Error: OPENAI_API_KEY not set in environment. What should I do?
A: Make sure your .env file exists and contains your API key, or set the environment variable manually.

Q: The script can't find licenses.json.
A: Ensure licenses.json is in the correct directory (usually the project root or next to your script).

Q: I get a permissions error running a script.
A: Make sure the script is executable (chmod +x scriptname) and you have the necessary permissions.