Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 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)

]

#2904 Duplicate Memory leaks Radoslav
Description

Yet another case, as I see in the tracker. I'm using Win 10 x64 bit with Deluge 1.3.12 and later - 1.3.13.

I noticed this as after 1-2 days my system commmit reaches 16Gb and everything becomes very sluggish and I even cannot start the Task manager (annoying Windows... but that's another story). I have started to monitor the system and turning on/off various applications. Then I found out that when I start Deluge it starts to exhaust memory 300-400Mb per 30 minutes.

In Deluge I have only one torrent of 200Gb, composed of few hundred 100-200Mb files. My upload is like 300-400Kb/s. When I pause the seed, the leak stops.

Btw, it could be something system related as I do not see the deluge process claiming the memory.

#2905 Invalid deluge libtorrent renato
Description

When compiling deluge git with libtorrent 1.1.1 installed i get this:

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

Found libtorrent version: 1.1.0.0 running develop running egg_info creating deluge.egg-info

and with console command i get this:

firefox-server:/media/disk/deluge$ deluge-console --username=xxxxxxx --password=xxxxxx "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

seems all working but everytime i get this error and in the main info window libtorrent is reported as 1.1.0

very strange.

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