#1388 closed defect (fixed)
AttributeError: 'NoneType' object has no attribute 'set_icon_from_data'
Reported by: | L29Ah | Owned by: | L29Ah |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
2016-12-24 09:09:15,342 Connection lost
Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/xpra/client/client_tray.py", line 143, in set_tray_icon self.tray_widget.set_icon_from_data(pixels, has_alpha, w, h, rowstride) AttributeError: 'NoneType' object has no attribute 'set_icon_from_data' Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/xpra/client/client_tray.py", line 67, in reconfigure geometry = self.tray_widget.get_geometry() AttributeError: 'NoneType' object has no attribute 'get_geometry'
Change History (5)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Antoine Martin to L29Ah |
comment:2 Changed 5 years ago by
Dunno, i've just tried to attach to the server that was running skype as fast as it brings up its socket.
comment:4 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied to v1.0.x in r14592.
comment:5 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1388
Note: See
TracTickets for help on using
tickets.
How did you trigger the lost connection?
r14591 may avoid this particular error, but some exit paths are inherently racy so we will not be able to get rid of all warnings on exit.