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

develop bug: SLC buffer wrong size: expect multiple of 3 #25

Open
jquast opened this issue Apr 5, 2016 · 0 comments
Open

develop bug: SLC buffer wrong size: expect multiple of 3 #25

jquast opened this issue Apr 5, 2016 · 0 comments
Labels

Comments

@jquast
Copy link
Owner

jquast commented Apr 5, 2016

2016-04-05 17:48:55,653 INFO server_base.py:124 Connection from <Peer 173.227.7.2 50188>
2016-04-05 17:48:55,655 WARNING stream_writer.py:1383 Unhandled: WILL AUTHENTICATION.
2016-04-05 17:48:56,013 WARNING server_base.py:298 File "/home/dingo/telnetlib3/telnetlib3/server_base.py", line 149, in data_received
2016-04-05 17:48:56,013 WARNING server_base.py:298 recv_inband = self.writer.feed_byte(bytes([byte]))
2016-04-05 17:48:56,013 WARNING server_base.py:298 File "/home/dingo/telnetlib3/telnetlib3/stream_writer.py", line 275, in feed_byte
2016-04-05 17:48:56,013 WARNING server_base.py:298 self.handle_subnegotiation(self._sb_buffer)
2016-04-05 17:48:56,013 WARNING server_base.py:298 File "/home/dingo/telnetlib3/telnetlib3/stream_writer.py", line 1436, in handle_subnegotiatio
n
2016-04-05 17:48:56,014 WARNING server_base.py:298 self._handle_sb_linemode(buf)
2016-04-05 17:48:56,014 WARNING server_base.py:298 File "/home/dingo/telnetlib3/telnetlib3/stream_writer.py", line 1876, in _handle_sb_linemode
2016-04-05 17:48:56,014 WARNING server_base.py:298 self._handle_sb_linemode_slc(buf)
2016-04-05 17:48:56,014 WARNING server_base.py:298 File "/home/dingo/telnetlib3/telnetlib3/stream_writer.py", line 1957, in handle_sb_linemode
slc
2016-04-05 17:48:56,014 WARNING server_base.py:298 raise ValueError('SLC buffer wrong size: expect multiple of 3')
2016-04-05 17:48:56,014 WARNING server_base.py:298 ValueError: SLC buffer wrong size: expect multiple of 3

@jquast jquast added the bug label Apr 5, 2016
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

1 participant