Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (289 - 291 of 2447)

Ticket Resolution Summary Owner Reporter
#2902 Invalid deluge-console crash renato
Description

On ubuntu 16.10 this happens, on 16.04 all ok after upgrade impossible to use deluge-console commands, also deluge-console with no parameter crashes

ex: deluge-console --username=xxx --password=xxx "info -v" /media/disk/deluge/deluge/_libtorrent.py:34: RuntimeWarning: to-Python converter for boost::shared_ptr<libtorrent::alert> already registered; second conversion method ignored.

import libtorrent as lt

00:22:07.036 [ERROR ][deluge.ui.client:157 ] RPCError Message Received!


RPCRequest: core.get_torrents_status({'id': (u'4f5cb33bdb7b18a101287c60b9439d619d53814d',)}, name)


ArgumentError Python argument types in

session.post_torrent_updates(session)

did not match C++ signature:

post_torrent_updates(libtorrent::session {lvalue}, unsigned int): Traceback (most recent call last):

File "/media/disk/deluge/deluge/core/rpcserver.py", line 293, in dispatch

ret = self.factory.methods[method](*args, kwargs)

File "/media/disk/deluge/deluge/core/core.py", line 500, in get_torrents_status

d = self.torrentmanager.torrents_status_update(torrent_ids, keys, diff=diff)

File "/media/disk/deluge/deluge/core/torrentmanager.py", line 1352, in torrents_status_update

self.session.post_torrent_updates()

ArgumentError: Python argument types in

session.post_torrent_updates(session)

did not match C++ signature:

post_torrent_updates(libtorrent::session {lvalue}, unsigned int)


Unhandled error in Deferred: 00:22:07.037 [CRITICAL][twisted :154 ] Unhandled error in Deferred:

Traceback (most recent call last): Failure: deluge.error.WrappedException: Python argument types in

session.post_torrent_updates(session)

did not match C++ signature:

post_torrent_updates(libtorrent::session {lvalue}, unsigned int)

Traceback (most recent call last):

File "/media/disk/deluge/deluge/core/rpcserver.py", line 293, in dispatch

ret = self.factory.methods[method](*args, kwargs)

File "/media/disk/deluge/deluge/core/core.py", line 500, in get_torrents_status

d = self.torrentmanager.torrents_status_update(torrent_ids, keys, diff=diff)

File "/media/disk/deluge/deluge/core/torrentmanager.py", line 1352, in torrents_status_update

self.session.post_torrent_updates()

ArgumentError: Python argument types in

session.post_torrent_updates(session)

did not match C++ signature:

post_torrent_updates(libtorrent::session {lvalue}, unsigned int)

00:22:07.037 [CRITICAL][deluge.log:93 ] twisted.internet.defer [Failure instance: Traceback (failure with no frames): <class 'deluge.error.WrappedException'>: Python argument types in

session.post_torrent_updates(session)

did not match C++ signature:

post_torrent_updates(libtorrent::session {lvalue}, unsigned int)

Traceback (most recent call last):

File "/media/disk/deluge/deluge/core/rpcserver.py", line 293, in dispatch

ret = self.factory.methods[method](*args, kwargs)

File "/media/disk/deluge/deluge/core/core.py", line 500, in get_torrents_status

d = self.torrentmanager.torrents_status_update(torrent_ids, keys, diff=diff)

File "/media/disk/deluge/deluge/core/torrentmanager.py", line 1352, in torrents_status_update

self.session.post_torrent_updates()

ArgumentError: Python argument types in

session.post_torrent_updates(session)

did not match C++ signature:

post_torrent_updates(libtorrent::session {lvalue}, unsigned int)

]

#2901 Fixed rtrim info hash on add tristen
Description

hey guys, long time user, great fan of your client.

a small and mildly annoying issue: when copying an info hash (typically from a webpage) there is often an extra whitespace character at the end.

deluge rejects the add if there is any trailing whitespace, forcing the user to (again) click "add", then "info hash", then paste, then remove the whitespace, then press enter or click ok.

it would be great if you could rtrim the info hash.

#2900 Fixed Error loading torrent: invalid bencoded value Bro
Description

Loading some torrents gives the error "invalid bencoded value (data after valid prefix)" caused by upstream fix to bencoding.py (https://github.com/deluge-torrent/deluge/commit/b193d874990e8c572719346e352a2b48c48de723#diff-05121b30645f235ea5b628b984da8dbeR73)

The attached torrent will produce this error.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.