Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (595 - 597 of 2449)

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)

]

#1245 Fixed deluge-console: Error getting torrent info simonbcn
Description
$ deluge-console info
 
Name: Radio Futura - La ley del desierto, la ley del mar (1984) [FLAC]
ID: a102db2ff7badd3fa38958938c88f2360949e662
Error getting torrent info: [Failure instance: Traceback: <type 'exceptions.NameError'>: global name '_' is not defined
/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py:463:doRead
/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/ui/client.py:179:dataReceived
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:243:callback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:312:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:328:_runCallbacks
/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/ui/console/commands/info.py:119:on_torrents_status
/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/ui/console/commands/info.py:149:show_info
/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/common.py:276:fspeed
/usr/local/lib/python2.6/dist-packages/deluge-1.2.1-py2.6.egg/deluge/common.py:237:fsize
]

#1347 WorksForMe deluge-console fails on "info --verbose" narren
Description

Using Deluge Team PPA. Package ver: 1.2.3+git20100701.131af5a-2~lucid~ppa1

Output:

Name: mandriva-linux-free-2010-spring-x86_64
ID: 86b86de9fdd244bd3707a986fb4f9df2f8854051
State: Seeding Up Speed: 8.2 KiB/s
Seeds: 0 (187) Peers: 7 (45) Availibility: 0.00
Size: 4.4 GiB/4.4 GiB Ratio: 0.840
  ::Files
Error getting torrent info: [Failure instance: Traceback: <type 'exceptions.AttributeError'>: 'ConsoleUI' object has no attribute 'screen'
/usr/lib/python2.6/dist-packages/twisted/internet/tcp.py:460:doRead
/usr/lib/pymodules/python2.6/deluge/ui/client.py:176:dataReceived
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:280:callback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:354:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:371:_runCallbacks
/usr/lib/pymodules/python2.6/deluge/ui/console/commands/info.py:119:on_torrents_status
/usr/lib/pymodules/python2.6/deluge/ui/console/commands/info.py:192:show_info
]
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.