#3126 closed bug (Fixed)
YaRSS fails to add torrents
Reported by: | Eliot Earle | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.1.0 |
Component: | Core | Version: | 2.0.3 |
Keywords: | Cc: |
Description
Backwards compatibility needs fixing in API for adding torrents from YaRSS.
13:20:14.920 [CRITICAL][twisted :154 ] Unhandled error in Deferred: 13:20:14.922 [CRITICAL][deluge.log :93 ] twisted.internet.defer [Failure instance: Traceback: <class 'deluge.error.AddTorrentError'>: You must specify a valid torrent_info, torrent state or magnet. /usr/lib/python2.7/dist-packages/twisted/internet/base.py:1208:mainLoop /usr/lib/python2.7/dist-packages/twisted/internet/base.py:801:runUntilCurrent /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:457:callback /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:565:_startRunCallbacks --- <exception caught here> --- /usr/lib/python2.7/dist-packages/twisted/internet/defer.py:651:_runCallbacks /var/lib/deluge/.config/deluge/plugins/YaRSS2-1.4.3-py2.7.egg/yarss2/rssfeed_scheduler.py:147:add_torrents_callback /var/lib/deluge/.config/deluge/plugins/YaRSS2-1.4.3-py2.7.egg/yarss2/torrent_handling.py:158:add_torrents /var/lib/deluge/.config/deluge/plugins/YaRSS2-1.4.3-py2.7.egg/yarss2/torrent_handling.py:129:add_torrent /usr/lib/python2.7/dist-packages/deluge/core/torrentmanager.py:318:add ]
Change History (6)
comment:1 by , 7 years ago
comment:5 by , 6 years ago
Component: | Unknown → Core |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Version: | other (please specify) → 2.0.3 |
Note:
See TracTickets
for help on using tickets.
I have pushed an api fix but not tested with YaRSS yet
develop: [26441693769]