zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.11k stars 86 forks source link

failing to login #337

Closed Seme4eg closed 2 years ago

Seme4eg commented 2 years ago

Telega Setup

OS: 5.13.19-2-MANJARO #1 SMP PREEMPT Sun Sep 19 21:31:53 UTC 2021 x86_64 GNU/Linux Emacs: GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.27, cairo version 1.17.4) of 2021-03-26 (doom emacs) Telega: telega v0.7.100 (TDLib v1.7.10) (telega-server v0.7.13)

Installation method MELPA

Current Behavior

installed all prerequisites for tdlib, cloned it, copiled it, installed it, everything like in docs, no errors. Added (package! telega) to my doom config (it just installs 'telega' using 'straight' under the hood), didn't customise anything, tried to login, got prompted for a phone, entered it, entered the code and got the error output below (1st image). Then after i close this error i am getting another status-related error each second (2nd image) and in order to stop getting these i need to run telega-logout. What's interesting - that it loads my groups and then errors appear (3nd image)

image image image

zevlg commented 2 years ago

Fixed in the master, please check it out

Seme4eg commented 2 years ago

Everything works now, thank you!