I've found that this is happening mostly when you have FileBot run for multiple subs at the same time.
Been testing a bit for the past 20 minutes and when i try to run it for a single file it works (most of the time)
When doing a single file
Code: Select all
Godfather, The Part II (1974).720p.BluRay.x264.RiPSalot
and having Fiddler sniff traffic this is what happens:
Code: Select all
xml-rpc LogIn OK
xml-rpc SearchSubtitles via moviehash and moviebytesize
xml-rpc SearchSubtitles via namestring
3x xml-rpc SearchSubtitles via imdbid
first imdbID is The Godfather part II
2nd imdbID is The Godfather part III
3rd imdbID is The Godfather
and in the detailed XML inspectior it's showing all available subs for those releases, with all info. (As is expected to happen)
But when doing all 8 HP movies in this naming format
Code: Select all
Harry.Potter.And.The.Chamber.Of.Secrets.2002.[1280x544].23.976fps.720p.BluRay.FASM
Code: Select all
xml-rpc LogIn OK
xml-rpc GuessMovie 409 Method not found
And that's it.
-- edit:
When doing all 3 Godfather movies in this naming format
Code: Select all
Godfather, The Part II (1974).720p.BluRay.x264.RiPSalot
it's fine again.
Seems like this has something to do with it figuring out what movie to search for when it doesn't have a HASH available? (
GuessMovie)