rajrakeshdr / pychess

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

Error when clicked in "log off" #329

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When click in "log off" button in fics connection

What is the expected output? What do you see instead?
root@leo:/home/leonardo/Área de Trabalho/pychess-trunk/pychess#
PYTHONPATH=lib/ ./pychess
21168: prioridade antiga = 0; prioridade nova = 15
Traceback (most recent call last):
  File "/home/leonardo/Área de
Trabalho/pychess-trunk/pychess/lib/pychess/ic/ICLounge.py", line 85, in
on_logoffButton_clicked
    connection.disconnect()
  File "/home/leonardo/Área de
Trabalho/pychess-trunk/pychess/lib/pychess/ic/FICSConnection.py", line 208,
in disconnect
    self.client.close()
AttributeError: PredictionsTelnet instance has no attribute 'close'
Traceback (most recent call last):
  File "/home/leonardo/Área de
Trabalho/pychess-trunk/pychess/lib/pychess/System/glock.py", line 38, in
handler
    function(emitter, *extra)
  File "/home/leonardo/Área de
Trabalho/pychess-trunk/pychess/lib/pychess/widgets/ChatWindow.py", line
529, in <lambda>
    glock_connect(connection, "disconnected", lambda c: self.window.hide())
AttributeError: 'NoneType' object has no attribute 'hide'

Did you use an installed version of PyChess or did you run in from a
tarball/svn?
svn

Please use labels and text to provide additional information.

Please attach the latest pychess logfile from ~/.pychess

Original issue reported on code.google.com by leogregianin@gmail.com on 1 Jun 2008 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by leogregianin@gmail.com on 1 Jun 2008 at 8:18

GoogleCodeExporter commented 9 years ago
Hey Leonardo,
Appologies for the slow respond.
Does this happen everytime?
This only messes the terminal, right? Or does it also affect the ui and stuff?

Original comment by lobais on 28 Aug 2008 at 11:29

GoogleCodeExporter commented 9 years ago
Hi Thomas, this is happen everytime on ui.

Original comment by leogregianin@gmail.com on 28 Aug 2008 at 11:51

GoogleCodeExporter commented 9 years ago
How do you mean it affects the ui? Does it crash? Does it freeze? Don't the 
windows
hide properly?

Original comment by lobais on 28 Aug 2008 at 2:01

GoogleCodeExporter commented 9 years ago
The application was crashed, I updated the last svn and is no longer showing the
problem. Thanks.

Original comment by leogregianin@gmail.com on 1 Sep 2008 at 9:46