Skip to content
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
This repository was archived by the owner on Aug 15, 2023. It is now read-only.

Signing in via email causes problems with repository.get() #6

@schwa

Description

@schwa

If i use an email and password to sign in I cannot perform operations on my repos:

BB_LOGIN = 'user@example.com'
BB_PASSWORD = 'XXXX'
bb = Bitbucket(BB_LOGIN, BB_PASSWORD)
bb.repository.get('test') ## fails

I'm forced to either sign in via username instead of email or use this following line to update the bb object:

bb.username =  bb.get_user()[1]['username']

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