Nekmo / telegram-upload

Upload and download files from Telegram up to 4 GiB using your account
MIT License
1.06k stars 233 forks source link

AuthKeyUnregisteredError (caused by SaveBigFilePartRequest) #190

Open expend20 opened 1 year ago

expend20 commented 1 year ago

Hello, currently having the problem:

telethon.errors.rpcerrorlist.AuthKeyUnregisteredError: The key is not registered in the system (caused by SaveBigFilePartRequest)

With every file more than 20Mb. Is it something with my account or it's a common issue for all?

Nekmo commented 1 year ago

This bug is very strange. There shouldn't be any problems with the file size. Try clearing the settings and authenticating again.

rm -rf ~/.config/telegram-upload*
expend20 commented 1 year ago

after the authentication with full cleanup the issue stays the same: after uploading few megs it disconnects with aformentioned error and forces me to authenticate again, I'm able to upload small files though

Nekmo commented 1 year ago

Can you try with the latest Telegram-upload release? Thanks