Open Layerex opened 7 months ago
I've tried to run the gif exporter twice in a row and got these errors:
$ ./telegram-export-gifs.exe
Enter phone number: 123...
Enter code: panic: RPC: mtproto.TL_rpc_error{ErrorCode:400, ErrorMessage:"PHONE_CODE_INVALID"}
<stack>
$ ./telegram-export-gifs.exe
panic: interface conversion: mtproto.TL is mtproto.TL_bad_msg_notification, not mtproto.VectorObject
<stack>
Looks like the actual problem is in outdated ScanfAuthDataProvider
which reads empty confirmation code and fails on Windows. This was fixed in v0.143.1 and your tool uses v0.138.2.
The TL_bad_msg_notification
error is known but rare. It sometimes occurs after interrupted authorization, is platform independent and goes away after client reconnection.
Code used to sign in
Error:
No output, besides error.
On Linux, works perfectly.