8000 OpenID provider doesn't work in Python 3 · Issue #199 · authomatic/authomatic · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
OpenID provider doesn't work in Python 3 #199
Open
@tommygod3

Description

@tommygod3

The code gets a serialized association (a String) then attempts to decode it with:

decoded = serialized.decode('latin-1')

This does not work in Python 3 as Strings do not need to be decoded.
Simple fix would be to remove this however more thought would need to be put it in to retain Python 2 compatibility I would imagine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0