dht_announce() python binding
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
I believe this will fix it: https://github.com/arvidn/libtorrent/pull/7443
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.