endor/kettu

Finished torrents result in Error status

k4vej opened this issue · 7 comments

My transmission config has a "finished" path configured, which is different to the "inprogress" directory. When a torrent has finished downloading and completed verification, the status immediately turns to "Error".

so just to clarify.. if you do not configure the finished path everything is fine? what's the error message?

Hi,
I have the same issue. As soon as the torrent's finished downloading the status string says "Error".
The torrent object "status" field as a value of 8 but no errors or error strings. I don't know what's the meaning of status 8 ?

Hm, that is interesting. Can you tell me which torrent that is so I can try to reproduce it? I just downloaded the 2.61 source code and even in transmission.h of libtransmission I can't find status 8. Maybe it is still somewhere in kettu, but I can't find it. It just says "Error" because 8 is an unknown status. Maybe I could be more clear on that :)

I see status 8 with every single torrent.
I'm using transmission version 2.13, will try to update to the latest version and see if it solves the status 8 problem !

Oh, yeah, actually that should solve it :D
Please let me know if it does, so I can close this ticket.

I've updated to transmission 2.60 and it solved the issue :) thx

If you have any other suggestions for improvement - or even code - please let me know.