Mostafa Razavi
Mostafa Razavi
Right. I've fixed the original problem of course. Just filed the issue because the exception told me to! :)
I mean, probably, with a similar principal. But that's as much as I can say! On Sun, 24 Dec 2023, 08:47 Archie-2021, ***@***.***> wrote: > Hello, > > Is there...
Thank you for the PR. But I don't quite understand the purpose. We can set the tracker port through the `announce_uri` parameter of `TrackerClient`. For example: `client = TrackerClient(local_addr='udp://tracker.example.org:8000')` So...
Just realized that line of code I had there was incorrect. It should be: `client = TrackerClient(local_addr='udp://tracker.example.org:8000')`. That was also incorrect in the README, which I've fixed. But if you...
Not sure about the difference between those two clients, but this could have something to do with the fact that pybtracker does not support scraping at the moment.
UDP trackers work over UDP (to state the obvious) so naturally aiohttp won't help here. Take a look at [BEP 15](http://www.bittorrent.org/beps/bep_0015.html) to find out what needs to be done. Implementation...
Yes, that's right.
The code you are referring to is for an HTTP tracker which is text based. It won't help you with the UDP tracker which is binary. Did you take a...
I have no idea. I ran the tests on your fork and all test cases passed cleanly. Do you have any changes you haven't pushed to github?
I've been removed from the source for some time and I'm not quite sure I follow your question. Could you please point me the exact lines of code you refer...