Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 846 Bytes

File metadata and controls

29 lines (20 loc) · 846 Bytes

Troubleshooting

Server won't start

  1. Check if Rhino is already running: pgrep Rhinoceros
  2. Kill existing Rhino: pkill -f Rhinoceros
  3. Check autosave settings: rhino doctor
  4. Fix autosave: rhino doctor --fix

Client can't connect

  1. Verify server is running: rhino ping or curl http://localhost:9090/healthz
  2. Check server logs for errors
  3. Verify port is correct in config
  4. Check firewall settings

Execution fails

  1. Check Rhino is healthy: curl http://localhost:9090/healthz
  2. Verify Python code syntax
  3. Check Rhino console for Python errors
  4. Increase timeout if needed

Prerequisites

Before starting the server, ensure:

  1. Rhino is not already running: The server will prompt to kill existing Rhino processes
  2. Autosave is disabled: Run rhino doctor --fix to disable autosave/recovery