libtorrent icon indicating copy to clipboard operation
libtorrent copied to clipboard

dht_announce() python binding

Open deadbeef00 opened this issue 2 years ago • 2 comments

Using libtorrent v2.0.8.0 , python3 , installed using pip on debian

On calling session.dht_announce(info_hash, 0) it always gives the error :

Boost.Python.ArgumentError: Python argument types in session.dht_announce(session, sha1_hash, int) did not match C++ signature

I've tried dht_announce(info_hash, 0, 0) , same error persists i used the same function before with older version of libtorrent (1.1.11.0) and it worked just fine

deadbeef00 avatar May 24 '23 14:05 deadbeef00

I believe this will fix it: https://github.com/arvidn/libtorrent/pull/7443

arvidn avatar May 25 '23 06:05 arvidn

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 17 '23 01:09 stale[bot]