Skip to content

b64string encoding is failing #2

@eddyn-you

Description

@eddyn-you

Thank you for building this! It looks like the b64string is no longer working, presumably due to the newer Python versions?

I got it working locally using b64string = base64.b64encode(f"{api_key}:{api_secret}".encode('utf-8')).decode("ascii") instead

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