Closed kylrth closed 1 year ago
There's a stack trace after that log line
I don't see a stack trace...
$ docker-compose logs maubot | grep <bot-username> | grep -v crypto
[2023-02-16 17:20:37,725] [DEBUG@maubot.client.@<bot-username>:domain.com] Enabling DecryptionDispatcher
[2023-02-16 17:20:37,725] [DEBUG@maubot.instance.<instance-id>] Plugin instance dependencies loaded
[2023-02-16 17:20:37,727] [DEBUG@maubot.client.@<bot-username>:domain.com] req #1: GET https://matrix.domain.com/_matrix/client/versions None
[2023-02-16 17:20:37,835] [DEBUG@maubot.client.@<bot-username>:domain.com] req #1 (/versions) completed in 108.0ms with status 200
[2023-02-16 17:20:37,836] [DEBUG@maubot.client.@<bot-username>:domain.com] req #3: GET https://matrix.domain.com/_matrix/client/v3/account/whoami None
[2023-02-16 17:20:37,847] [DEBUG@maubot.client.@<bot-username>:domain.com] req #3 (/v3/account/whoami) completed in 11.0ms with status 200
[2023-02-16 17:20:37,848] [DEBUG@maubot.client.@<bot-username>:domain.com] req #6: GET https://matrix.domain.com/_matrix/client/v3/profile/%40<bot-username>%3Adomain.com/displayname None
[2023-02-16 17:20:37,856] [DEBUG@maubot.client.@<bot-username>:domain.com] req #6 (/v3/profile/%40<bot-username>%3Adomain.com/displayname) completed in 7.9ms with status 200
[2023-02-16 17:20:37,856] [DEBUG@maubot.client.@<bot-username>:domain.com] req #8: GET https://matrix.domain.com/_matrix/client/v3/profile/%40<bot-username>%3Adomain.com/avatar_url None
[2023-02-16 17:20:37,862] [DEBUG@maubot.client.@<bot-username>:domain.com] req #8 (/v3/profile/%40<bot-username>%3Adomain.com/avatar_url) completed in 6.2ms with status 200
[2023-02-16 17:20:37,863] [DEBUG@maubot.client.@<bot-username>:domain.com] Enabling end-to-end encryption support
[2023-02-16 17:20:37,871] [DEBUG@maubot.client.@<bot-username>:domain.com] req #11: GET https://matrix.domain.com/_matrix/client/v3/profile/%40<bot-username>%3Adomain.com None
[2023-02-16 17:20:37,871] [DEBUG@maubot.client.@<bot-username>:domain.com] Starting syncing
[2023-02-16 17:20:37,976] [DEBUG@maubot.client.@<bot-username>:domain.com] req #11 (/v3/profile/%40<bot-username>%3Adomain.com) completed in 105.2ms with status 200
[2023-02-16 17:20:37,976] [INFO@maubot.client.@<bot-username>:domain.com] Client started, starting plugin instances...
[2023-02-16 17:20:38,104] [INFO@maubot.instance.<instance-id>] Started instance of xyz.maubot.xkcd v1.1.2 with user @<bot-username>:domain.com
[2023-02-16 17:20:38,104] [DEBUG@maubot.instance.<instance-id>] Polling started
[2023-02-16 17:20:38,107] [DEBUG@maubot.instance.<instance-id>] Plugin instance dependencies loaded
[2023-02-16 17:20:38,270] [CRITICAL@maubot.instance.<instance-id>] Failed to poll xkcd
[2023-02-16 19:40:49,024] [DEBUG@maubot.client.@<bot-username>:domain.com] req #656: POST https://matrix.domain.com/_matrix/client/v3/keys/query {"timeout": 10000, "device_keys": {"@<user>:domain.com": []}}
[2023-02-16 19:40:49,086] [DEBUG@maubot.client.@<bot-username>:domain.com] req #656 (/v3/keys/query) completed in 61.4ms with status 200
[2023-02-16 19:41:54,640] [DEBUG@maubot.client.@<bot-username>:domain.com] req #669: POST https://matrix.domain.com/_matrix/client/v3/keys/query {"timeout": 10000, "device_keys": {"@<other-user>:domain.com": []}}
...
| grep "Failed to poll xkcd" -A50
or something like that should work better
oh, thank you. Sorry about this
My instance is seeing this output:
I can see that this line is where this happens. This is not enough information for me to debug!