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

ArithmeticError: Server response does not fit when starting the client. #29

Open
wojpawlik opened this issue Nov 30, 2017 · 0 comments
Open

Comments

@wojpawlik
Copy link

Hello. When I start nctelegram, I get this error message:

~ $ nctelegram
Exception in thread Receiver (pytg):
Traceback (most recent call last):
  File "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.4/threading.py", line 868, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.4/dist-packages/pytg/receiver.py", line 159, in _receiver
    raise ArithmeticError("Server response does not fit. (Got >{}<)".format(buffer))
ArithmeticError: Server response does not fit. (Got >b'\nA'<)


This is all I get. No interface, no way to quit the program cleanly.

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

No branches or pull requests

1 participant