Custom Query (2448 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (187 - 189 of 2448)

Ticket Resolution Summary Owner Reporter
#3126 Fixed YaRSS fails to add torrents Spadge
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
]
#3127 Fixed Blocklist doesn't load block file Spadge
Description

Blocklist runs, collects blocklist file from given URL, doesn't load addresses from file.

12:54:37.256 [ERROR   ][deluge.plugins.blocklist.core                      :425 ] Failed to read!!!!!!
12:54:37.258 [ERROR   ][deluge.plugins.blocklist.core                      :1200] [Failure instance: Traceback: <type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0x8b in position 1: ordinal not in range(128)
/usr/lib/python2.7/threading.py:801:__bootstrap_inner
/usr/lib/python2.7/threading.py:754:run
/usr/lib/python2.7/dist-packages/twisted/_threads/_threadworker.py:46:work
/usr/lib/python2.7/dist-packages/twisted/_threads/_team.py:190:doWork
--- <exception caught here> ---
/usr/lib/python2.7/dist-packages/twisted/python/threadpool.py:246:inContext
/usr/lib/python2.7/dist-packages/twisted/python/threadpool.py:262:<lambda>
/usr/lib/python2.7/dist-packages/twisted/python/context.py:118:callWithContext
/usr/lib/python2.7/dist-packages/twisted/python/context.py:81:callWithContext
/usr/lib/python2.7/dist-packages/deluge/plugins/Blocklist-1.3.egg/deluge/plugins/blocklist/readers.py:40:read
/usr/lib/python2.7/dist-packages/deluge/plugins/Blocklist-1.3.egg/deluge/plugins/blocklist/readers.py:74:readranges
/usr/lib/python2.7/dist-packages/deluge/plugins/Blocklist-1.3.egg/deluge/plugins/blocklist/readers.py:50:is_ignored
]
#3129 Fixed Namespace has no attribute (deluge-console) ckummer
Description

I am receiving the following error in deluge-console 2.0.0.dev7116:

deluge-console "connect 127.0.0.1 localclient ae06deb07ba5bef51d2ee14af91624061743afd2":

06:39:04.562 [ERROR ][deluge.ui.console.console :116 ] 'Namespace' object has no attribute 'partition' Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/console.py", line 114, in run

return c.start_ui()

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 123, in start_ui

deferred = self.exec_args(self.options)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 208, in exec_args

d = commander.do_command(options.parsed_cmds.pop(0))

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/cmdline/command.py", line 45, in do_command

options = self.parse_command(cmd_line)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/cmdline/command.py", line 67, in parse_command

cmd, _, line = cmd_line.partition(' ')

AttributeError?: 'Namespace' object has no attribute 'partition' Traceback (most recent call last):

File "/usr/bin/deluge-console", line 9, in <module>

load_entry_point('deluge==2.0.0.dev7116', 'console_scripts', 'deluge-console')()

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/init.py", line 19, in start

Console().start()

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/console.py", line 120, in start

do_profile=self.options.profile)

File "/usr/lib/python2.7/dist-packages/deluge/common.py", line 1249, in run_profiled

return func(*args)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/console.py", line 114, in run

return c.start_ui()

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 123, in start_ui

deferred = self.exec_args(self.options)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/main.py", line 208, in exec_args

d = commander.do_command(options.parsed_cmds.pop(0))

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/cmdline/command.py", line 45, in do_command

options = self.parse_command(cmd_line)

File "/usr/lib/python2.7/dist-packages/deluge/ui/console/cmdline/command.py", line 67, in parse_command

cmd, _, line = cmd_line.partition(' ')

AttributeError?: 'Namespace' object has no attribute 'partition'

output of deluge-console --version:

deluge-console 2.0.0.dev7116 libtorrent: 1.1.5.0 Python: 2.7.12 OS: Linux Ubuntu 16.04 xenial

Note: See TracQuery for help on using queries.