Opened 13 years ago
Closed 12 years ago
#33 closed defect (wontfix)
sublanguageid parsing bug
Reported by: | Hacked | Owned by: | |
---|---|---|---|
Priority: | major | Keywords: | |
Cc: |
Description
I'm doing
$res = $client->SearchSubtitles($token, array(array('sublanguageid' => 'dan,eng', 'moviehash' => OpenSubtitlesHash($object), 'moviebytesize' => filesize($object), )) );
I get different results depending on if I specify "dan,eng" or "eng,dan" as sublanguageid in the above call. I don't get english results if I do "dan,eng", but doing "dan,eng,all" works. Seems to be a parsing problem in the sublanguageid variable?
Thanks
Change History (3)
comment:1 by , 13 years ago
comment:3 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
if you would send me also moviesize and moviehash I would test it, but now I can not reproduce the problem.
Note:
See TracTickets
for help on using tickets.
Doing 'eng' alone doesn't return english results either, but doing 'eng,dan' shows english results.