This guide covers common issues you might encounter when using Drift CLI and how to resolve them.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/drift-tech/drift-releases/llms.txt
Use this file to discover all available pages before exploring further.
Installation and setup issues
Command not found: drift
After installing Drift CLI, if you see this error when trying to rundrift:
After sourcing your configuration file, the
drift command should be available. If the issue persists, verify the installation completed successfully.Update issues
Update fails
If the/update command fails or doesn’t complete successfully:
Download the latest release
Visit the releases page and download the latest
.deb package:Permission issues
Permission denied errors
If you encounter permission errors during installation or operation:During installation
The installer may need sudo access to install system-wide:During workspace operations
If you get permission errors when creating workspaces or packages:-
Check that you have write permissions in the target directory:
-
If needed, change ownership:
-
Or use a directory where you have write permissions:
Getting additional help
If you encounter issues not covered here:Use the /help command
Run/help within Drift for built-in assistance:
Ask Drift directly
Drift’s AI can help troubleshoot issues. Describe your problem:Check process status
Use/ps to see what’s running:
Report bugs
Found a bug? Report it on GitHub:- Report bugs: github.com/drift-tech/drift-releases/issues
- Feature requests: github.com/drift-tech/drift-releases/issues/new
Contact support
For additional help:- Email: founders@godrift.ai
- Website: godrift.ai
- Command line:
drift --help
What to include in bug reports
What to include in bug reports
When reporting issues, include:
- Your Drift CLI version (run
/version) - Your operating system and version
- ROS2 distribution (Humble, Foxy, etc.)
- Gazebo version
- Steps to reproduce the issue
- Error messages or logs
- What you expected to happen vs. what actually happened