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
RPCError: 401: AUTH_KEY_UNREGISTERED (caused by channels.GetChannels)
at RPCMessageToError (/home/ali-ghamdan/.local/share/fnm/node-versions/v22.14.0/installation/lib/node_modules/tgfs/node_modules/telegram/errors/index.js:28:12)
at MTProtoSender._handleRPCResult (/home/ali-ghamdan/.local/share/fnm/node-versions/v22.14.0/installation/lib/node_modules/tgfs/node_modules/telegram/network/MTProtoSender.js:561:58)
at MTProtoSender._processMessage (/home/ali-ghamdan/.local/share/fnm/node-versions/v22.14.0/installation/lib/node_modules/tgfs/node_modules/telegram/network/MTProtoSender.js:492:15)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async MTProtoSender._recvLoop (/home/ali-ghamdan/.local/share/fnm/node-versions/v22.14.0/installation/lib/node_modules/tgfs/node_modules/telegram/network/MTProtoSender.js:439:17) {
code: 401,
errorMessage: 'AUTH_KEY_UNREGISTERED'
}
Note that I'm in Xubuntu 24.04 LTS
I didn't change anything after it runs correctly, then this appears after one day.
The text was updated successfully, but these errors were encountered:
Everything is correct, and the server was working, and suddenly this issue appears, I restarted the server, and no hope.
I found this, it might be good: https://stackoverflow.com/questions/68410128/telegram-getting-auth-key-unregistered-and-api-id-invalid-errors
the detailed error:
RPCError: 401: AUTH_KEY_UNREGISTERED (caused by channels.GetChannels) at RPCMessageToError (/home/ali-ghamdan/.local/share/fnm/node-versions/v22.14.0/installation/lib/node_modules/tgfs/node_modules/telegram/errors/index.js:28:12) at MTProtoSender._handleRPCResult (/home/ali-ghamdan/.local/share/fnm/node-versions/v22.14.0/installation/lib/node_modules/tgfs/node_modules/telegram/network/MTProtoSender.js:561:58) at MTProtoSender._processMessage (/home/ali-ghamdan/.local/share/fnm/node-versions/v22.14.0/installation/lib/node_modules/tgfs/node_modules/telegram/network/MTProtoSender.js:492:15) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async MTProtoSender._recvLoop (/home/ali-ghamdan/.local/share/fnm/node-versions/v22.14.0/installation/lib/node_modules/tgfs/node_modules/telegram/network/MTProtoSender.js:439:17) { code: 401, errorMessage: 'AUTH_KEY_UNREGISTERED' }
Note that I'm in Xubuntu 24.04 LTS
I didn't change anything after it runs correctly, then this appears after one day.
The text was updated successfully, but these errors were encountered: