potentially fix path rebuilding issue

pull/629/head
ryanzhao 3 years ago
parent 567a9befd4
commit b54de30d5c

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

Loading…
Cancel
Save