Skip to content
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

nctelegram crashed at launch #31

Open
yunfan opened this issue Jan 30, 2018 · 0 comments
Open

nctelegram crashed at launch #31

yunfan opened this issue Jan 30, 2018 · 0 comments
Assignees
Labels

Comments

@yunfan
Copy link

yunfan commented Jan 30, 2018

here is the output

jyf@test:~/repot/git$ nctelegram 
Traceback (most recent call last):
  File "/usr/local/bin/nctelegram", line 93, in <module>
    ncTelegram.Telegram_ui(config_full)
  File "/usr/local/lib/python3.4/dist-packages/ncTelegram/__init__.py", line 67, in __init__
    self.chan_widget = ChanWidget(self)
  File "/usr/local/lib/python3.4/dist-packages/ncTelegram/ui_chanwidget.py", line 21, in __init__
    self.get_new_chan_list()
  File "/usr/local/lib/python3.4/dist-packages/ncTelegram/ui_chanwidget.py", line 47, in get_new_chan_list
    self.update_chan_list()
  File "/usr/local/lib/python3.4/dist-packages/ncTelegram/ui_chanwidget.py", line 59, in update_chan_list
    self.Telegram_ui.current_chan = self.chans[-1]
IndexError: list index out of range
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python3.4/subprocess.py", line 960, in communicate
    stdout, stderr = self._communicate(input, endtime, timeout)
  File "/usr/lib/python3.4/subprocess.py", line 1602, in _communicate
    input_view = memoryview(self._input)
TypeError: memoryview: str object does not have the buffer interface
read: Connection reset by peer
jyf@test:~/repot/git$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 8.7 (jessie)
Release:        8.7
Codename:       jessie

and i follow the instruction of the project's readme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants