truedread / pymsl

Python library for interacting with the Netflix MSL API
GNU General Public License v3.0
77 stars 27 forks source link

Error in retrieving manifest #1

Closed chicc0 closed 5 years ago

chicc0 commented 6 years ago

Given this...

id = sys.argv[1] user_auth_data = { 'scheme': 'EMAIL_PASSWORD', 'authdata': { 'email': 'xxxx@gmail.com',
'password': 'xxxxx' }
}

client = pymsl.MslClient(user_auth_data) manif = client.load_manifest([id]) print manif

Runnig python script.py 80249081 I get this weird error

pymsl.exceptions.ManifestError: {u'result': {u'errorDetails': u'This title is not available to watch instantly', u'errorDisplayMessage': u'This title is not available to watch instantly. Please try another title.', u'data': u'com.netflix.api.service.APILookupException: Reference: 80249081, Error Message : java.lang.String cannot be cast to java.lang.Integer', u'errorExternalCode': 50230418, u'errorSubCode': 1331}, u'success': False}

Is there any problem with it?

MythodeaLoL commented 6 years ago

Have you tried with another ESN? try NFCDCH-02-

chicc0 commented 6 years ago

Thats already Default..