Can't add any torrents to deluge

General support for problems installing or using Deluge
Post Reply
trucker182
New User
New User
Posts: 2
Joined: Tue Oct 20, 2015 11:20 am

Can't add any torrents to deluge

Post by trucker182 »

I can not add any torrent to deluge. I am running Ubuntu 15.04 and deluge 1.3.5. I click on the plus sign, select the file, then click on add and it doesn't add it. I get the following messages in the terminal:

Code: Select all

scott@main:~$ deluge
/usr/local/lib/python2.7/dist-packages/deluge-1.3.5-py2.7.egg/deluge/ui/gtkui/mainwindow.py:62: GtkWarning: Attempting to read the recently used resources file at `/home/scott/.local/share/recently-used.xbel', but the parser failed: Error reading file '/home/scott/.local/share/recently-used.xbel': Is a directory.
  "glade/main_window.glade"))
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5-py2.7.egg/deluge/component.py", line 112, in on_start
    self._component_start_timer()
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5-py2.7.egg/deluge/component.py", line 106, in _component_start_timer
    self._component_timer.start(self._component_interval)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/task.py", line 173, in start
    self()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/task.py", line 218, in __call__
    d = defer.maybeDeferred(self.f, *self.a, **self.kw)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 139, in maybeDeferred
    result = f(*args, **kw)
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5-py2.7.egg/deluge/core/autoadd.py", line 102, in update
    component.get("TorrentManager").add(filedump=filedump, filename=filename)
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5-py2.7.egg/deluge/core/torrentmanager.py", line 468, in add
    torrent = Torrent(handle, options, state, filename, magnet)
  File "/usr/local/lib/python2.7/dist-packages/deluge-1.3.5-py2.7.egg/deluge/core/torrent.py", line 179, in __init__
    tracker["url"] = value.url
exceptions.AttributeError: 'dict' object has no attribute 'url'
/usr/lib/python2.7/dist-packages/twisted/internet/_glibbase.py:309: GtkWarning: Attempting to store changes into `/home/scott/.local/share/recently-used.xbel', but failed: Failed to rename file '/home/scott/.local/share/recently-used.xbel.D7AZ6X' to '/home/scott/.local/share/recently-used.xbel': g_rename() failed: Is a directory
  self._run()
Any ideas?
Last edited by Cas on Tue Oct 20, 2015 12:45 pm, edited 1 time in total.
Reason: Use [code][/code] tags!
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Can't add any torrents to deluge

Post by Cas »

trucker182
New User
New User
Posts: 2
Joined: Tue Oct 20, 2015 11:20 am

Re: Can't add any torrents to deluge

Post by trucker182 »

I have been through the FAQs and there is nothing in there relating to my problem. I need to run version 1.3.5.
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Can't add any torrents to deluge

Post by Cas »

You didn't search for the error though. That's unfortunate cannot help further then.
Post Reply