Opened 10 years ago
Closed 10 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 , 10 years ago
| Component: | Unknown → libtorrent |
|---|---|
| Milestone: | 2.0 → not applicable |
| Resolution: | → Invalid |
| Status: | new → closed |



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