Skip to content

Translation out of date

The source content changed after this translation. See the Português version. View original

Common issues

What each status message means and how to resolve it.

Updated on Sep 16, 2026

Most issues are diagnosed with hinow-cli status and hinow-cli connect status. Here's what each situation means:

MessageCauseWhat to do
offline · nothing is running the bridgeNothing is running on this machineOpen the interface or run hinow-cli serve
offline by choiceSomeone ran connect offlinehinow-cli connect online
another HiNow Code process ... holds its HINOW Connect linkThe open interface holds the bridgeUse the **This machine** chip in it, or run --attach
policy is 'ask' but only a headless server runs hereHeadless machine with ask policyhinow-cli connect allow (or serve --policy allow)
no device called "x" is onlineWrong name or the machine is offlinehinow-cli connect devices shows the exact names
not signed inNot signed in on this machinehinow-cli login
revoked by the account ownerThe machine was disconnected by the chathinow-cli connect online to reconnect
The remote session is not respondingThe executor crashed, went offline, or the folder doesn't existCheck journalctl -u hinow-serve there; verify the folder with the selector
The chat shows **Waiting for X to authorize this session…**The machine is in ask: the request waits for someone at its interfaceRespond to the request at the interface within 90 s, or run hinow-cli connect allow there
**X did not respond to the session request in time**No one responded within 90 s, or the interface wasn't open on the machineOpen the interface there before sending the message, or set the machine to allow

Logging in on a new machine

The login file is encrypted with the machine's identity; don't copy it from one machine to another. Run hinow-cli login on each one. The same applies to device identity: each machine has its own.

Logs

hinow-cli --print-logs --log-level DEBUG        # logs na tela
tail -f ~/.local/share/hinow/hinow/connect.log   # a ponte com o hub
journalctl -u hinow-serve -f                     # o serve como serviço

Network

HiNow Code needs to reach server.hinow.ai (account), api.hinow.ai (models), connect.hinow.ai (hub, WebSocket on port 443), and downloads.hinow.ai (updates). Corporate proxies that block WebSocket break HINOW Connect; everything else keeps working.

Was this page helpful?