Opened 8 years ago

Closed 8 years ago

#2905 closed bug (Invalid)

deluge libtorrent

Reported by: renato Owned by:
Priority: minor Milestone: not applicable
Component: libtorrent Version: develop
Keywords: Cc:

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.

Change History (1)

comment:1 by Calum, 8 years ago

Component: Unknownlibtorrent
Milestone: 2.0not applicable
Resolution: Invalid
Status: newclosed

This is a libtorrent boost issue: https://github.com/arvidn/libtorrent/issues/1217

Note: See TracTickets for help on using tickets.