Aleks31 / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

"AttributeError: TimeSeal instance has no attribute 'buf'" when quickly canceling FICS connecting dialog #916

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Connect to FICS and quickly cancel the connection dialog after it appears

What is the expected output? What do you see instead?
Exception in thread FICSConnection.run:289:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 811, in __bootstrap_inner
    self.run()
  File "/home/gatto/code/hg/pychess/lib/pychess/ic/FICSConnection.py", line 293, in run
    self._connect()
  File "/home/gatto/code/hg/pychess/lib/pychess/ic/FICSConnection.py", line 160, in _connect
    self.client.read_until("login: ")
  File "/home/gatto/code/hg/pychess/lib/pychess/ic/TimeSeal.py", line 189, in read_until
    start = self.buf.find(until)
AttributeError: TimeSeal instance has no attribute 'buf'

Original issue reported on code.google.com by mattgatto on 26 Sep 2014 at 12:17

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 33bdd0c5bab1.

Original comment by mattgatto on 27 Sep 2014 at 9:32