#3126 closed bug (Fixed)
YaRSS fails to add torrents
Reported by: | Spadge | 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 Changed 6 years ago by Cas
comment:3 Changed 4 years ago by Cas
- Milestone changed from 2.0.0 to 2.1.x
Ticket retargeted after milestone closed
comment:4 Changed 4 years ago by bro
YaRSS2 works with current develop
comment:5 Changed 4 years ago by bro
- Component changed from Unknown to Core
- Resolution set to Fixed
- Status changed from new to closed
- Version changed from other (please specify) to 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]