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
Sometimes Im getting AUTH_KEY_UNREGISTERED error while trying to download file from secondary data centers, and it seems like in that case sender is suppose to be reset from _exportedSenderPromises but the error persists until application restart.
i suspect that the reason is that the condition is suppose to check for e.errorMessage not e.message
Sometimes Im getting
AUTH_KEY_UNREGISTERED
error while trying to download file from secondary data centers, and it seems like in that case sender is suppose to be reset from_exportedSenderPromises
but the error persists until application restart.i suspect that the reason is that the condition is suppose to check for
e.errorMessage
note.message
gramjs/gramjs/network/MTProtoSender.ts
Lines 627 to 633 in 324820f
The text was updated successfully, but these errors were encountered: