fails silently when remote server errors #2
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hugh/mastodon-clippy#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the mastodon server returns a 5xx error (e.g. after rebooting), the bot logs an error but then effectively stops working.
make initiate() a Promise and retry connecting after waiting, rather than simply logging, on error. i.e. we need to stop the websocket connection and reconnect.
fixed with
0ba65f8
(I hope)