- Check if Rhino is already running:
pgrep Rhinoceros - Kill existing Rhino:
pkill -f Rhinoceros - Check autosave settings:
rhino doctor - Fix autosave:
rhino doctor --fix
- Verify server is running:
rhino pingorcurl http://localhost:9090/healthz - Check server logs for errors
- Verify port is correct in config
- Check firewall settings
- Check Rhino is healthy:
curl http://localhost:9090/healthz - Verify Python code syntax
- Check Rhino console for Python errors
- Increase timeout if needed
Before starting the server, ensure:
- Rhino is not already running: The server will prompt to kill existing Rhino processes
- Autosave is disabled: Run
rhino doctor --fixto disable autosave/recovery