rtxmlrpc load.start or load.normal gives me an error "Could not find info-hash" #43
-
Hello, I am trying to get into pyrosimple gradually. When I run the following command
I get the following error.
When I did an lstor on the meta file I get the following.
What am I doing wrong? When I load the same meta file using flood or rutorrent it loads up just fine into rtorrent. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
I'm a bit confused as to how it's getting a HashNotFound error, but I suspect the crux of the problem is that since rtxmlrpc just sends commands directly to rTorrent, an empty argument needs to be provided at the beginning:
|
Beta Was this translation helpful? Give feedback.
-
And kannibalox saves the day again, thank you once again!.
|
Beta Was this translation helpful? Give feedback.
If the file exists, two common things to check for are if rTorrent has access to read it, and if you're using a relative path instead of an absolute one (or you can check the current working directory of rTorrent with
system.cwd
, but generally it's just easy to feed it absolute paths for the load commands).