Why would the attached .torrent file load fine in qBittorrent--but not in deluge? I tried to use both the web ui ad the gtk ui in deluge--but neither would start that torrent.
This has happened with other torrent files, too... Any idea why?
Some .torrent files won't load?
Some .torrent files won't load?
- Attachments
-
- The.Daily.Show.02.23.2009.DSR.XviD-XOXO.[VTV] [mininova].torrent
- (7.06 KiB) Downloaded 402 times
Last edited by wilberfan on Wed Feb 25, 2009 4:04 pm, edited 1 time in total.
Re: Some some .torrent files won't load?
Don't know what to tell you, it loaded fine for me either way.
Re: Some .torrent files won't load?
Rats. Or, maybe that's GOOD news. That means it must be something with my system?? (Ubuntu Intrepid)
In either case, I appreciate the feedback...

Re: Some some .torrent files won't load?
run deluge with debugging enabled and see what it spits out when you add the torrent.
Re: Some .torrent files won't load?
Good idea! (Too n00b--forgot that was an option)
Here's what I got:
I certainly can't decipher any of that... What is it telling me?
Here's what I got:
Code: Select all
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/core/core.py", line 396, in _add_torrent_file
torrent_id = self.torrents.add(filedump=filedump, options=options, filename=filename)
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 366, in add
torrent = Torrent(handle, options, state, filename, magnet)
File "/var/lib/python-support/python2.5/deluge/core/torrent.py", line 187, in __init__
self.set_options(self.options)
File "/var/lib/python-support/python2.5/deluge/core/torrent.py", line 220, in set_options
OPTIONS_FUNCS[key](value)
Boost.Python.ArgumentError: Python argument types in
torrent_handle.set_max_uploads(torrent_handle, str)
did not match C++ signature:
set_max_uploads(libtorrent::torrent_handle {lvalue}, int)
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/core/core.py", line 396, in _add_torrent_file
torrent_id = self.torrents.add(filedump=filedump, options=options, filename=filename)
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 366, in add
torrent = Torrent(handle, options, state, filename, magnet)
File "/var/lib/python-support/python2.5/deluge/core/torrent.py", line 187, in __init__
self.set_options(self.options)
File "/var/lib/python-support/python2.5/deluge/core/torrent.py", line 220, in set_options
OPTIONS_FUNCS[key](value)
Boost.Python.ArgumentError: Python argument types in
torrent_handle.set_max_uploads(torrent_handle, str)
did not match C++ signature:
set_max_uploads(libtorrent::torrent_handle {lvalue}, int)
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/core/core.py", line 396, in _add_torrent_file
torrent_id = self.torrents.add(filedump=filedump, options=options, filename=filename)
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 366, in add
torrent = Torrent(handle, options, state, filename, magnet)
File "/var/lib/python-support/python2.5/deluge/core/torrent.py", line 187, in __init__
self.set_options(self.options)
File "/var/lib/python-support/python2.5/deluge/core/torrent.py", line 220, in set_options
OPTIONS_FUNCS[key](value)
Boost.Python.ArgumentError: Python argument types in
torrent_handle.set_max_uploads(torrent_handle, str)
did not match C++ signature:
set_max_uploads(libtorrent::torrent_handle {lvalue}, int)
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 745, in on_alert_state_changed
self.torrents[torrent_id].update_state()
KeyError: 'dac5d769cbc95f280c27cf4292779d431cb01481'
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 659, in on_alert_torrent_checked
self.torrents[torrent_id].update_state()
KeyError: 'dac5d769cbc95f280c27cf4292779d431cb01481'
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 745, in on_alert_state_changed
self.torrents[torrent_id].update_state()
KeyError: '5730adcd03423f97cb182a9afdbf1f2ada62f52f'
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 659, in on_alert_torrent_checked
self.torrents[torrent_id].update_state()
KeyError: '5730adcd03423f97cb182a9afdbf1f2ada62f52f'
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 745, in on_alert_state_changed
self.torrents[torrent_id].update_state()
KeyError: 'ba6f9aa1be3ff363de3fa31ae85283c29297e50c'
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 659, in on_alert_torrent_checked
self.torrents[torrent_id].update_state()
KeyError: 'ba6f9aa1be3ff363de3fa31ae85283c29297e50c'
