cannot add torrent

General support for problems installing or using Deluge
Post Reply
ddv
New User
New User
Posts: 4
Joined: Thu Jun 28, 2007 3:30 pm

cannot add torrent

Post by ddv »

For revision 809 compiled on Ubuntu Feisty

I get this error, when I add a torrent, I have tried with many different torrents. I have shorten there names since, what I can understand it is an encoding error. What is wrong??


Code: Select all

Raising error: 
Error: ''
InvalidEncodingError ''
Missing file: /home/nedkelly/.config/deluge/torrentfiles/h
Pickling state...
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 1126, in add_torrent_clicked
    self.interactive_add_torrent(single)
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 1108, in interactive_add_torrent
    self.torrent_model.append(self.get_list_from_unique_id(unique_id))
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 765, in get_list_from_unique_id
    state = self.manager.get_torrent_state(unique_id)
  File "/usr/lib/python2.5/site-packages/deluge/core.py", line 380, in get_torrent_state
    raise InvalidUniqueIDError("Asked for a torrent that doesn't exist")
deluge.core.InvalidUniqueIDError: "Asked for a torrent that doesn't exist"
Post Reply