-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on requesting phone code #155
Comments
Thx, should be fine now |
I have a similiar problem, although I'm getting a different error: *** phone registered |
Sorry, prev fix was bad. Now should be fine |
sorry, can't close this just yet Edit: this seems like a dependency problem, maybe I can close this after all Edit 2: The above fix works. |
This is running on a ssh server where I do not have root rights. Here is the dump:
´´´
*** phone registered
*** sending code
*** send_code: dc_num = 4
telegram: queries.c:392: send_code_on_answer: Assertion `fetch_int () == 0x2215bcbd' failed.
SIGABRT received
./telegram(print_backtrace+0x20)[0x8053090]
./telegram(sig_abrt_handler+0x2c)[0x80537bc]
/lib/libc.so.6(abort+0x1a4)[0xb73e3b64]
/lib/libc.so.6(+0x27ddf)[0xb73daddf]
/lib/libc.so.6(+0x27ea7)[0xb73daea7]
./telegram(send_code_on_answer+0x241)[0x806b9f1]
./telegram(query_result+0xa3)[0x8070013]
./telegram(process_rpc_message+0x391)[0x8063291]
./telegram(rpc_execute+0x264)[0x8063684]
./telegram(try_rpc_read+0xbe)[0x805a8de]
./telegram(connections_poll_result+0x90)[0x805b8c0]
./telegram(net_loop+0x112)[0x8055442]
./telegram(do_send_code+0x146)[0x8067d46]
./telegram(loop+0x4f3)[0x8055ae3]
./telegram(main+0x8d)[0x80538ed]
/lib/libc.so.6(__libc_start_main+0xe1)[0xb73cd591]
./telegram[0x8052f41]
´´´
The text was updated successfully, but these errors were encountered: