Opened 12 years ago

Closed 11 years ago

#33 closed defect (wontfix)

sublanguageid parsing bug

Reported by: guest 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 Changed 12 years ago by guest

Doing 'eng' alone doesn't return english results either, but doing 'eng,dan' shows english results.

comment:2 Changed 12 years ago by guest

Doing "dan,eng," works, apparently you need a "," after each language?

comment:3 Changed 11 years ago by os

  • Resolution set to wontfix
  • Status changed from new to 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.