diff --git a/SessionSnodeKit/SnodeAPI.swift b/SessionSnodeKit/SnodeAPI.swift index 015fba9d3..6c4f9e1ab 100644 --- a/SessionSnodeKit/SnodeAPI.swift +++ b/SessionSnodeKit/SnodeAPI.swift @@ -752,6 +752,9 @@ public final class SnodeAPI : NSObject { case 500, 502, 503: // The snode is unreachable handleBadSnode() + case 404: + // May caused by invalid open groups + SNLog("Can't reach the server.") case 406: SNLog("The user's clock is out of sync with the service node network.") return Error.clockOutOfSync