Skip to content

Received a typeerror message JSON as string not as bytes #40

@Stoekadoe

Description

@Stoekadoe

Hi there,

I love this project... I received a typeerror message on the :5000 instance. This was resolved by replacing

chain = json.loads(response.content)

with

chain = json.loads(response.content.decode('utf-8'))

in the '/app/view.py' file

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions