-
Notifications
You must be signed in to change notification settings - Fork 25
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
Crash on lookup for some convesations #49
Comments
i believe im having the same issue
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
infie@chill-arch ~ % nctelegram
Traceback (most recent call last):
File "/usr/bin/nctelegram", line 93, in
ncTelegram.Telegram_ui(config_full)
File "/usr/lib/python3.8/site-packages/ncTelegram/init.py", line 73, in init
Exception in thread Receiver (pytg):
Traceback (most recent call last):
self.msg_widget = MessageWidget(self)
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
File "/usr/lib/python3.8/site-packages/ncTelegram/ui_msgwidget.py", line 25, in init
self.run()
self.get_history()
File "/usr/lib/python3.8/threading.py", line 870, in run
File "/usr/lib/python3.8/site-packages/ncTelegram/ui_msgwidget.py", line 60, in get_history
self.print_msg(msg)
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.8/site-packages/ncTelegram/ui_msgwidget.py", line 141, in print_msg
File "/usr/lib/python3.8/site-packages/pytg/receiver.py", line 125, in _receiver
msg_reply = self.Telegram_ui.sender.message_get(msg['reply_id'])
File "/usr/lib/python3.8/site-packages/pytg/sender.py", line 630, in command_alias
raise ConnectionError("Remote end closed.")
pytg.exceptions.ConnectionError: Remote end closed.
return self.execute_function(command_name, *args, **kwargs)
File "/usr/lib/python3.8/site-packages/pytg/sender.py", line 320, in execute_function
result = self._do_send(request, answer_timeout=self.default_answer_timeout, retry_connect=retry_connect)
File "/usr/lib/python3.8/site-packages/pytg/sender.py", line 507, in _do_send
raise ConnectionError("Remote end closed")
pytg.exceptions.ConnectionError: Remote end closed
The text was updated successfully, but these errors were encountered: