crashed saying 'connection broken'

General support for problems installing or using Deluge
Post Reply
stefano_DE
New User
New User
Posts: 3
Joined: Thu Sep 20, 2007 8:37 pm

crashed saying 'connection broken'

Post by stefano_DE »

Hi,
i run an ubuntu-feisty box with deluge-0.5.5.
this morning i didn't find on the tray my preferred icon, the deluge drop. I've found in /var/crash a log of what happened. python says there was no connection available, or too slow, or something the like.
Also the update-manager was stalling, security.ubuntu.org was not responding, and there was a huge download requested (the last ubuntu fixes for openoffice).
Something had happened, maybe my dsl provider could have suspended services (i have no evidence).
Anyway, the crash is not a fair behaviour, i can survive to this, but i want to contribute to the improvement of this excellent application.
Anyone got the same situation before?
I post also the python error dscription. If you think it's useful, ask me to append also the crash map file (not so big, 36K).
Bye
Stefano

Code: Select all

PythonArgs: ['/usr/bin/deluge']
Traceback:
 Traceback (most recent call last):
   File "/var/lib/python-support/python2.5/deluge/interface.py", line 953, in update
     self.manager.handle_events()
   File "/var/lib/python-support/python2.5/deluge/core.py", line 633, in handle_events
     callback(event)
   File "/usr/share/deluge/plugins/TorrentNotification/__init__.py", line 75, in handle_event
     self.show_notification(event)
   File "/usr/share/deluge/plugins/TorrentNotification/__init__.py", line 103, in show_notification
     n.show()
 GError: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
stefano_DE
New User
New User
Posts: 3
Joined: Thu Sep 20, 2007 8:37 pm

Re: crashed saying 'connection broken'

Post by stefano_DE »

Ok, i look better to what happened.
Yesterday and today deluge crashed with the same message i posted yesterday.
Bu it's all related to a single torrent: when it comes to the last few bytes, 99,95%, it crashes.
Maybe the problem is with the torrent, but from the board i see that almost a 100 clients have already downloaded it.
the torrent is

http://forum.tntvillage.org/tntforum/in ... d=11483421
info_hash: 5c7ec932170ccccbfdb236aeb49b162f2217e21e
Tracker: http://tntvillage.org:2710/announce

you may find it also on:
http://www.mininova.org/tor/915683 and on other trackers.
(BTW, it's Spellbound, and old Hitchock movie. in italian and english audio)

the error is always:

Code: Select all

PythonArgs: ['/usr/bin/deluge']
Traceback:
 Traceback (most recent call last):
   File "/var/lib/python-support/python2.5/deluge/interface.py", line 953, in update
     self.manager.handle_events()
   File "/var/lib/python-support/python2.5/deluge/core.py", line 633, in handle_events
     callback(event)
   File "/usr/share/deluge/plugins/TorrentNotification/__init__.py", line 75, in handle_event
     self.show_notification(event)
   File "/usr/share/deluge/plugins/TorrentNotification/__init__.py", line 103, in show_notification
     n.show()
 GError: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[/quote]
eternalsword
Member
Member
Posts: 44
Joined: Fri Jun 22, 2007 8:08 pm

Re: crashed saying 'connection broken'

Post by eternalsword »

Does it finish successfully with the TorrentNotification plugin disabled, that could help isolate the issue.
Post Reply