truedread / pymsl

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

Error parsing MSL encodable #6

Closed jiujitsu closed 4 years ago

jiujitsu commented 4 years ago

Using the basic usage example:

auth_data = {
    'scheme': 'EMAIL_PASSWORD',
    'auth_data': {
        'email': 'some@email.com',
        'password': 'password'
    }
}

client = pymsl.MslClient(auth_data)
client.load_manifest(80092521)

raises pymsl.exceptions.ManifestError: Error parsing MSL encodable.