mirror of
https://github.com/airmessage/airmessage-server.git
synced 2026-04-26 01:05:50 +03:00
[GH-ISSUE #35] Server crashes with "external error"; does not try to restart #34
Labels
No labels
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/airmessage-server#34
Loading…
Add table
Add a link
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?
Originally created by @JosephM101 on GitHub (Oct 19, 2022).
Original GitHub issue: https://github.com/airmessage/airmessage-server/issues/35
I've had a repeating issue that occurs more frequently than I'd like. Often I will open the app, and it will say "Personal server not available". The server, in the menu bar, will say "An external error occurs." The server does not, from appearance, try to restart.
Might I suggest a retry-loop with a configurable threshold (maybe with a default of 5 retries before failing), and use/show a log window instead? I would strongly prefer this over having to connect to the Mac over VNC and click a button to restart the server: a process that should realistically be automated.
@tagavari commented on GitHub (Oct 19, 2022):
Thanks for bringing this up! This is resolved in
d9443a916d, which will be part of an update released today.@JosephM101 commented on GitHub (Oct 19, 2022):
Thank you so much for acknowledging this so quickly!