fowode / pychess

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

Make Rematch an Observe buttons insensitive after FICS logout #918

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play a FICS game
2. After finishing a game disconnect
3. Click on Observe yourpartnername button

Traceback (most recent call last):
  File "/mnt/uhu2.2/home/tamas/pychess/lib/pychess/widgets/gamenanny.py", line 120, in callback
    gamemodel.remote_player.observe()
  File "/mnt/uhu2.2/home/tamas/pychess/lib/pychess/Players/ICPlayer.py", line 241, in observe
    self.connection.client.run_command("observe %s" % self.ichandle)
  File "/mnt/uhu2.2/home/tamas/pychess/lib/pychess/ic/VerboseTelnet.py", line 241, in run_command
    return self.telnet.write(text)
  File "/mnt/uhu2.2/home/tamas/pychess/lib/pychess/ic/TimeSeal.py", line 152, in write
    self.sock.send(str+"\n")
  File "/usr/lib/python2.7/socket.py", line 170, in _dummy
    raise error(EBADF, 'Bad file descriptor')
socket.error: [Errno 9] Bad file descriptor

Original issue reported on code.google.com by gbtami on 27 Sep 2014 at 3:27

GoogleCodeExporter commented 9 years ago

Original comment by mattgatto on 28 Sep 2014 at 5:27

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 35ce8b13f10a.

Original comment by mattgatto on 28 Sep 2014 at 12:47