-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hello there,
I have issues uploading subtitles, my code is simple:
...
if not already_in_db:
params = {'baseinfo': {
'idmovieimdb': imdb_id
},
'cd1': {
'subhash': sub_hash,
'subfilename': filename,
'subcontent': get_gzip_base64_encoded(file)
}}
url = ost.upload_subtitles(params)
And I have the project using the setup.py file installed and use Python 3.7 on Debian 10.
The issue is that the upload does not work (instead of the url None is returned) and if I use the debugger I get the following output:

The file is located in /usr/lib/python3.7/xmlrpc/client.py .
But the code runs without issues if I use Python2 instead.
I hope this helps fixing the issue and thank you for this project 😃
Metadata
Metadata
Assignees
Labels
No labels