kannibalox / pyrosimple

An overhauled fork of the pyrocore tools for rTorrent
https://kannibalox.github.io/pyrosimple/
GNU General Public License v3.0
48 stars 5 forks source link

incompatible with rtorrent 0.9.6 or 0.9.7 new #23

Closed kvanbiesen closed 1 year ago

kvanbiesen commented 1 year ago

pyrosimple.error.EngineError: While getting download items from RtorrentEngine connected to 0bf35a9044ef:29 [rTorrent 0.13.7/0.9.7, up 0s] via 'scgi+unix:///downloads/.rtorrent/socket': <Fault -506: "Method 'd.multicall.filtered' not defined">

Seems like this function in only added in rtorrent 0.9.8...

rtorrent 0..9.6 latest pryosimple 2.4.0.

kvanbiesen commented 1 year ago

Never Mind, with looking tru the code, i noticed the fast query parameter. Disabling made it work :)

kannibalox commented 1 year ago

Cool, I've added a quick check to hopefully make this easier to spot in the future.