tvdstaaij / telegram-history-dump

Backup Telegram chat logs using telegram-cli
Other
664 stars 84 forks source link

Unexpected message ID length (0) #72

Closed zhangyubaka closed 7 years ago

zhangyubaka commented 7 years ago

msg_id.rb:28:in `assert_length': Unexpected message ID length (0). Please report this as an issue if your telegram-cli is up to date. (RuntimeError) Using latest telegram-cli on macOS,ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin16]

tvdstaaij commented 7 years ago

Thanks for reporting, should be fixed by the above commit.

zhangyubaka commented 7 years ago

Still appear in latest.

tvdstaaij commented 7 years ago

You're right, that fix wasn't enough. I did it based on a hunch because I could not reproduce the issue myself. This time I created a fake test message with an empty id for testing; should really be fixed now!