Troubleshooting¶
This page covers common issues and how to resolve them.
Command Not Found¶
Unknown command: nemo¶
Symptoms:
- nemo: command not found
- Unknown command: nemo
Cause:
If you installed nemo-platform with pip or uv pip, it was installed in a virtual environment. The nemo command is only available when that environment is activated.
Solution:
Activate the virtual environment where you installed the package:
Connection Issues¶
Unable to Connect to Server¶
Symptoms:
- Connection refused or Connection timed out errors
- Commands hang or fail with network errors
Solutions:
-
Verify the base URL is correct:
-
Check that the server is reachable:
-
If running locally, ensure services are up:
Authentication Errors¶
Symptoms:
- 401 Unauthorized or 403 Forbidden errors
- Invalid API key messages
Solutions:
-
Verify your credentials are configured:
-
Re-configure the connection:
-
Check that your API key is valid and has the required permissions.
Debugging¶
Enable Verbose Output¶
Use the --verbose flag to see detailed information about what the CLI is doing:
This shows: - API requests being made - Response details - Configuration values being used
Check Current Configuration¶
View your full configuration to verify settings:
Getting Help¶
- Use
--helpon any command for usage information - See the reference for complete command documentation
- See configuration for detailed configuration options