You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server then failed to start with: Apr 03 13:02:20 hostname start.sh[1545]: 2024-04-03T13:02:20.983Z : error : server : Could not load server: listen unix /tmp/ergo_websocket: bind: address already in use
Head scratching ensued
We don't want to log the error unconditionally since the file not existing is not an error, but we could maybe do a better job here
The text was updated successfully, but these errors were encountered:
slingamn
added a commit
to slingamn/ergo
that referenced
this issue
May 29, 2024
We got a bug report in #ergo like so:
os.Remove
failed silently:ergo/irc/listeners.go
Line 50 in 1f4b524
Apr 03 13:02:20 hostname start.sh[1545]: 2024-04-03T13:02:20.983Z : error : server : Could not load server: listen unix /tmp/ergo_websocket: bind: address already in use
We don't want to log the error unconditionally since the file not existing is not an error, but we could maybe do a better job here
The text was updated successfully, but these errors were encountered: