Skip to content

Crash on lookup for some convesations #49

Description

@Inf1e

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions