-
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
assertion "0" failed #904
Comments
I solved it by changing that line to:
and recompile telegram-cli. |
Have the same problem (Raspberry Pi with Raspbian 8). What exactly did you change? |
go to "tgl" directory and open "structures.c" file in a editor.
with
and recompile telegram-cli. |
So I had the same kind of problem. following pishgaman-org instructions I edited interface.c. |
Yes, I had the same error when someone sent a video. |
Yup, also a video in my case. |
Still get this error with audio messages... |
you should modify "interface.c" like "structures.c". |
That helped, thx! |
Could you make a PR, please? |
if I know what PR means, maybe could make it! |
Pull request |
unfortunately I can't understand how create pull request. it's unclear. |
Just clone this repo, make your changes, commit it to your cloned repo and then you can see a button on GitHub "compare your repo" and there you can create a pull request. |
I'll do it then, no problem. |
Please push these changes if it fixes the problem |
I can't, I have no ownership of this repo. If you desperatly need it you can use my fork. |
On current master branch this is still an issue with |
No one has merged my PR yet. |
Oops, I did not noticed it 😑 |
Why is the issue closed then? |
No idea. The developement process of this project is strange at best. |
Ok, now I see... the creator of the issue closed it, and the project owners probably ignore this issue. Someone should reopen it. |
the problem solved for structures.c but still exists in other files. |
It works for me but on current master branch interface.c not changed yet to fix issue. |
Here's a working PKGBUILD for the ones using Arch Linux: https://gist.github.com/PaBLoX-CL/e48d04192eb654597971 |
Hi, I had the 'telegram-cli: tgl/structures.c:997: tglf_fetch_message_media_new: Assertion `0' failed.' error. I have also changed the structures.c file. How do i recompile telegram-cli? |
bin/telegram-cli -k tg-server.pub -W I also have a problem, can you can install the older files? |
After change, my telegram-cli wont compile: $ ./launch.sh install |
I run 'make' for cygwin result error: |
@coffnix you need manually execute
this caused by |
khsing, same error.... Take a look: Data loaded from file data/google.lua
|
@khsing After change line 997 on tgl/structures.c work fine here, Thanks :D |
I'm getting the same error, from |
go to "tgl" directory and open "structures.c" file in a editor.
with
and recompile telegram-cli. hey, i wanna ask.. how yuu recompile the file??? best regard |
mayby you should update some of param of this file(sceme.tl). latest scheme: and run this commands make clean |
Hi
when I run telegram-cli I receive this message :
assertion "0" failed: file "tgl/structures.c", line 997, function: tglf_fetch_message_media_new
I use telegram-cli with cygwin.
what is the problem?
The text was updated successfully, but these errors were encountered: