Ticket #270 (closed bug: fixed)
Autoadd feature fails to load torrent
| Reported by: | danii | Owned by: | andar |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core | Version: | 0.6.0svn |
| Keywords: | autoadd | Cc: |
Description
Deluge 0.6.0.0r3206
autoadd feature fails with:
[DEBUG ] autoadd:102 Attempting to open /mnt/series/In.Plain.Sight.S01E02.Hoosier.Daddy.HDTV.XviD-FQM.[eztv].torrent for add.
[DEBUG ] torrentmanager:209 torrentmanager.add
[DEBUG ] torrentmanager:258 options: {'max_download_speed_per_torrent': -1, 'add_paused': False, 'prioritize_first_last_pieces': False, 'max_upload_speed_per_torrent': -1, 'max_connections_per_torrent': -1, 'download_location': '/mnt/series', 'compact_allocation': False, 'max_upload_slots_per_torrent': -1}
[DEBUG ] component:149 Pausing component AlertManager..
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/deluge/component.py", line 87, in _update
self.update()
File "/usr/lib/python2.4/site-packages/deluge/core/autoadd.py", line 96, in update
filedump)
File "/usr/lib/python2.4/site-packages/deluge/core/torrentmanager.py", line 280, in add
handle = self.session.add_torrent(add_torrent_params)
TypeError: No registered converter was able to extract a C++ reference to type libtorrent::torrent_info from this Python object of type str
Change History
Note: See
TracTickets for help on using
tickets.
