Skip to content

Exception "Email must contain '@' symbol" #286

@LemmingZed

Description

@LemmingZed

My garmin username is not an email address and so does not contain at @ symbol but the login function raises an exception if username does contain @.

Login works fine if I disable this validation check or use the following work-around.

from garminconnect import Garmin
client = Garmin("mygarminusername", "mygarminpassword")
client.is_cn = True
tokens = client.login()

etc

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