Andrew Resch
Andrew Resch
Can you please add a test?
What's the point of the userdata field? Is it just so you keep a python reference count? Also, is it necessary to keep a function pointer for each packet? Why...
Not really sure what we can do about that. Have you considered having your callback function schedule the code in your mainloop outside of the callback?
I don't know/use Windows, so you might need to figure this out on your own or maybe someone with Windows experience could help.
Wheels? What?
Is it possible to do this on Linux? I don't have access to or really know how to use Windows.
Have you tried uninstalling python-rencode and re-running the command? It looks like the error is actually occurring within Deluge and not rencode. It looks like it's failing on decode, which...
Would it be possible to show me the output when you don't have python-rencode installed? All I would need is the torrent status directly after where it crashes with python-rencode....
Could you run: deluge-console -L DEBUG info 521ef3ac4e7e62db15f73e8c0e3db68c7ff5a216 for both python-rencode and without?
This pull request looks good to me. It would be nice to have some better tests for alert manager, as we don't cover much of what has changed. Feel free...