| 1 | Traceback (most recent call last): |
|---|
| 2 | File "/path/to/gajim/src/message_window.py", line 355, in _on_close_button_clicked |
|---|
| 3 | self.remove_tab(control, self.CLOSE_CLOSE_BUTTON) |
|---|
| 4 | File "/path/to/gajim/src/message_window.py", line 432, in remove_tab |
|---|
| 5 | ctrl.minimize() |
|---|
| 6 | File "/path/to/gajim/src/groupchat_control.py", line 1589, in minimize |
|---|
| 7 | ctrl = win.get_control(self.contact.jid, self.account) |
|---|
| 8 | TypeError: get_control() takes exactly 4 arguments (3 given) |
|---|
| 9 | Traceback (most recent call last): |
|---|
| 10 | File "/path/to/gajim/src/message_window.py", line 355, in _on_close_button_clicked |
|---|
| 11 | self.remove_tab(control, self.CLOSE_CLOSE_BUTTON) |
|---|
| 12 | File "/path/to/gajim/src/message_window.py", line 432, in remove_tab |
|---|
| 13 | ctrl.minimize() |
|---|
| 14 | File "/path/to/gajim/src/groupchat_control.py", line 1589, in minimize |
|---|
| 15 | ctrl = win.get_control(self.contact.jid, self.account) |
|---|
| 16 | TypeError: get_control() takes exactly 4 arguments (3 given) |
|---|
| 17 | Traceback (most recent call last): |
|---|
| 18 | File "/path/to/gajim/src/message_window.py", line 355, in _on_close_button_clicked |
|---|
| 19 | self.remove_tab(control, self.CLOSE_CLOSE_BUTTON) |
|---|
| 20 | File "/path/to/gajim/src/message_window.py", line 432, in remove_tab |
|---|
| 21 | ctrl.minimize() |
|---|
| 22 | File "/path/to/gajim/src/groupchat_control.py", line 1589, in minimize |
|---|
| 23 | ctrl = win.get_control(self.contact.jid, self.account) |
|---|
| 24 | TypeError: get_control() takes exactly 4 arguments (3 given) |
|---|
| 25 | Traceback (most recent call last): |
|---|
| 26 | File "/path/to/gajim/src/message_window.py", line 355, in _on_close_button_clicked |
|---|
| 27 | self.remove_tab(control, self.CLOSE_CLOSE_BUTTON) |
|---|
| 28 | File "/path/to/gajim/src/message_window.py", line 432, in remove_tab |
|---|
| 29 | ctrl.minimize() |
|---|
| 30 | File "/path/to/gajim/src/groupchat_control.py", line 1589, in minimize |
|---|
| 31 | ctrl = win.get_control(self.contact.jid, self.account) |
|---|
| 32 | TypeError: get_control() takes exactly 4 arguments (3 given) |
|---|
| 33 | 2008-05-11 10:30:56,382 gajim.c.x.transports_nb: ERROR: Connection to 85.88.31.16 lost: Connection reset by peer [104] |
|---|
| 34 | Traceback (most recent call last): |
|---|
| 35 | File "/path/to/gajim/src/systray.py", line 284, in on_quit_menuitem_activate |
|---|
| 36 | gajim.interface.roster.on_quit_request() |
|---|
| 37 | File "/path/to/gajim/src/roster_window.py", line 2135, in on_quit_request |
|---|
| 38 | self.send_status(acct, 'offline', message) |
|---|
| 39 | File "/path/to/gajim/src/roster_window.py", line 1840, in send_status |
|---|
| 40 | gajim.connections[account].change_status(status, txt, auto) |
|---|
| 41 | File "/path/to/gajim/src/common/connection.py", line 996, in change_status |
|---|
| 42 | self._on_disconnected() |
|---|
| 43 | File "/path/to/gajim/src/common/connection.py", line 1027, in _on_disconnected |
|---|
| 44 | self.dispatch('STATUS', 'offline') |
|---|
| 45 | File "/path/to/gajim/src/common/connection.py", line 178, in dispatch |
|---|
| 46 | self.put_event((event, data)) |
|---|
| 47 | File "/path/to/gajim/src/common/connection.py", line 174, in put_event |
|---|
| 48 | gajim.handlers[ev[0]](self.name, ev[1]) |
|---|
| 49 | File "gajim.py", line 749, in handle_event_status |
|---|
| 50 | self.roster.on_status_changed(account, status) |
|---|
| 51 | File "/path/to/gajim/src/roster_window.py", line 1928, in on_status_changed |
|---|
| 52 | self.quit_gtkgui_interface() |
|---|
| 53 | File "/path/to/gajim/src/roster_window.py", line 2083, in quit_gtkgui_interface |
|---|
| 54 | self.close_all(account) |
|---|
| 55 | File "/path/to/gajim/src/roster_window.py", line 2041, in close_all |
|---|
| 56 | force = force) |
|---|
| 57 | File "/path/to/gajim/src/message_window.py", line 432, in remove_tab |
|---|
| 58 | ctrl.minimize() |
|---|
| 59 | File "/path/to/gajim/src/groupchat_control.py", line 1589, in minimize |
|---|
| 60 | ctrl = win.get_control(self.contact.jid, self.account) |
|---|
| 61 | TypeError: get_control() takes exactly 4 arguments (3 given) |
|---|
| 62 | |
|---|
| 63 | --- Add account contacts of php4you.de --------- |
|---|
| 64 | Total Time 0.04 |
|---|
| 65 | Add contact without draw 0.02 |
|---|
| 66 | Draw groups and account 0.02 |
|---|
| 67 | --- contacts added ----------------------------- |
|---|
| 68 | |
|---|
| 69 | Traceback (most recent call last): |
|---|
| 70 | File "gajim.py", line 2991, in process_connections |
|---|
| 71 | gajim.idlequeue.process() |
|---|
| 72 | File "gajim.py", line 606, in process |
|---|
| 73 | self.check_time_events() |
|---|
| 74 | File "/path/to/gajim/src/common/xmpp/idlequeue.py", line 88, in check_time_events |
|---|
| 75 | cb() |
|---|
| 76 | File "/path/to/gajim/src/common/connection.py", line 1656, in check_keepalive |
|---|
| 77 | self._disconnectedReconnCB() |
|---|
| 78 | File "/path/to/gajim/src/common/connection.py", line 220, in _disconnectedReconnCB |
|---|
| 79 | self.dispatch('STATUS', 'offline') |
|---|
| 80 | File "/path/to/gajim/src/common/connection.py", line 178, in dispatch |
|---|
| 81 | self.put_event((event, data)) |
|---|
| 82 | File "/path/to/gajim/src/common/connection.py", line 174, in put_event |
|---|
| 83 | gajim.handlers[ev[0]](self.name, ev[1]) |
|---|
| 84 | File "gajim.py", line 749, in handle_event_status |
|---|
| 85 | self.roster.on_status_changed(account, status) |
|---|
| 86 | File "/path/to/gajim/src/roster_window.py", line 1928, in on_status_changed |
|---|
| 87 | self.quit_gtkgui_interface() |
|---|
| 88 | File "/path/to/gajim/src/roster_window.py", line 2083, in quit_gtkgui_interface |
|---|
| 89 | self.close_all(account) |
|---|
| 90 | File "/path/to/gajim/src/roster_window.py", line 2041, in close_all |
|---|
| 91 | force = force) |
|---|
| 92 | File "/path/to/gajim/src/message_window.py", line 432, in remove_tab |
|---|
| 93 | ctrl.minimize() |
|---|
| 94 | File "/path/to/gajim/src/groupchat_control.py", line 1589, in minimize |
|---|
| 95 | ctrl = win.get_control(self.contact.jid, self.account) |
|---|
| 96 | TypeError: get_control() takes exactly 4 arguments (3 given) |
|---|
| 97 | --- Idle draw of php4you.de ----------- |
|---|
| 98 | Draw contact and avatar 0.38 |
|---|
| 99 | ------------------------------- |
|---|
| 100 | Traceback (most recent call last): |
|---|
| 101 | File "/path/to/gajim/src/roster_window.py", line 2131, in on_quit_request |
|---|
| 102 | gajim.connections[acct].terminate_sessions() |
|---|
| 103 | AttributeError: ConnectionZeroconf instance has no attribute 'terminate_sessions' |
|---|
| 104 | Traceback (most recent call last): |
|---|
| 105 | File "/path/to/gajim/src/roster_window.py", line 2131, in on_quit_request |
|---|
| 106 | gajim.connections[acct].terminate_sessions() |
|---|
| 107 | AttributeError: ConnectionZeroconf instance has no attribute 'terminate_sessions' |
|---|
| 108 | Traceback (most recent call last): |
|---|
| 109 | File "/path/to/gajim/src/roster_window.py", line 2131, in on_quit_request |
|---|
| 110 | gajim.connections[acct].terminate_sessions() |
|---|
| 111 | AttributeError: ConnectionZeroconf instance has no attribute 'terminate_sessions' |
|---|
| 112 | Traceback (most recent call last): |
|---|
| 113 | File "/path/to/gajim/src/roster_window.py", line 2131, in on_quit_request |
|---|
| 114 | gajim.connections[acct].terminate_sessions() |
|---|
| 115 | AttributeError: ConnectionZeroconf instance has no attribute 'terminate_sessions' |
|---|
| 116 | Traceback (most recent call last): |
|---|
| 117 | File "/path/to/gajim/src/systray.py", line 284, in on_quit_menuitem_activate |
|---|
| 118 | gajim.interface.roster.on_quit_request() |
|---|
| 119 | File "/path/to/gajim/src/roster_window.py", line 2131, in on_quit_request |
|---|
| 120 | gajim.connections[acct].terminate_sessions() |
|---|
| 121 | AttributeError: ConnectionZeroconf instance has no attribute 'terminate_sessions' |
|---|
| 122 | Traceback (most recent call last): |
|---|
| 123 | File "/path/to/gajim/src/roster_window.py", line 2131, in on_quit_request |
|---|
| 124 | gajim.connections[acct].terminate_sessions() |
|---|
| 125 | AttributeError: ConnectionZeroconf instance has no attribute 'terminate_sessions' |
|---|
| 126 | |
|---|
| 127 | |
|---|