Common Issues
Service fails to start
- Check whether the port is occupied: run
qodercli statusin the terminal to view the service status. - Force stop and restart: first run
qodercli stop --force, then runqodercli start --open.
Waker not responding
- Confirm the service is running (the browser can access the Web Console normally).
- Open “Settings” → “Network Settings” and run the connectivity test to check whether the model API is reachable.
- Confirm that the Waker’s Identity configuration is not empty.
WakerFlow stuck while running
- Check the status of each node in the run records Tab.
- Check whether an
askUsernode is waiting for user input. - Confirm that the target Waker exists and is available.
MCP tool discovery fails
- Confirm that the MCP server process is running.
- Check whether the transport method and address configuration are correct.
- For servers that require authentication, confirm that OAuth authorization has been completed.
Network Diagnostics
In “Settings” → “Network Settings”:- View the connection status and latency of each service endpoint.
- Click “Test Connection” to run the connectivity test.
- Check whether the proxy configuration is correct.
| Issue | Possible cause | Solution |
|---|---|---|
| Model API timeout | Proxy not configured or misconfigured | Enter the correct proxy address in the network settings |
| SSL certificate error | Incorrect system time | Correct the system time |
| DNS resolution failure | Restricted network environment | Check the DNS settings or use a proxy |
| Connection refused | Service port occupied | Change the port or free the occupied port |