Skip to content

Error in getting manifest #10

@Scylla2020

Description

@Scylla2020

I tried the sample code with the correct email and password and am getting an error ManifestError: Email or password is incorrect.

import pymsl
user_auth_data = {
    'scheme': 'EMAIL_PASSWORD',
    'authdata': {
            'email': email, 
            'password': pwd,
        }
    }
client = pymsl.MslClient(user_auth_data)
client.load_manifest(80186674)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions