-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels