usilitel
Results
1
issues of
usilitel
I try to search subtitles by moviehash and moviebytesize: `ost.search_subtitles([{'sublanguageid':language, 'moviehash':movie_hash, 'moviebytesize':movie_bytesize}])` If parameter movie_bytesize > 2147483647 (int32) - then I get this error: OverflowError('int exceeds XML-RPC limits') But if...