|
|
@@ -288,6 +288,14 @@ Two refusals by design: direct messages cannot be left, and leaving the configur
|
|
|
|
|
|
## Troubleshooting
|
|
|
|
|
|
+**First step for every issue below:** look at what the gateway logged around the time things went wrong:
|
|
|
+
|
|
|
+```bash
|
|
|
+hermes logs
|
|
|
+```
|
|
|
+
|
|
|
+The Chatto adapter logs each connection attempt, room discovery (`_refresh_rooms`), rejected users, failed sends and reconnects there — most problems name their cause directly.
|
|
|
+
|
|
|
### Bot is not responding to messages
|
|
|
|
|
|
**Cause**: The bot account is not a member of the room, or the user is not in `CHATTO_ALLOWED_USERS`.
|