!karma command fails to respond #2

Closed
opened 2023-08-21 23:10:08 +00:00 by spacenerdmo · 0 comments
Owner

The !karma command fails to respond. Error in debug output shows a 404 received after looking up a specific user id.

DEBUG:urllib3.connectionpool:https://api.pnut.io:443 "GET /v0/users/9 HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:https://api.pnut.io:443 "GET /v0/users/411 HTTP/1.1" 404 None
ERROR:websocket:error from callback <function on_message at 0xffff9de5e0c0>: Not Found error_id: None error_slug: None
ERROR:root:on_error: !!! ERROR !!!
ERROR:root:Not Found error_id: None error_slug: None

This appears to be a scenario in which a previous user has been deleted from the service and the bot isn't handling the 404 response properly.

The !karma command fails to respond. Error in debug output shows a 404 received after looking up a specific user id. ``` DEBUG:urllib3.connectionpool:https://api.pnut.io:443 "GET /v0/users/9 HTTP/1.1" 200 None DEBUG:urllib3.connectionpool:https://api.pnut.io:443 "GET /v0/users/411 HTTP/1.1" 404 None ERROR:websocket:error from callback <function on_message at 0xffff9de5e0c0>: Not Found error_id: None error_slug: None ERROR:root:on_error: !!! ERROR !!! ERROR:root:Not Found error_id: None error_slug: None ``` This appears to be a scenario in which a previous user has been deleted from the service and the bot isn't handling the 404 response properly.
spacenerdmo added the
bug
label 2023-08-21 23:10:08 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: spacenerdmo/partybot#2
No description provided.