Skip to content

AttributeError: 'NoneType' object has no attribute 'split' #1

@taiwotman

Description

@taiwotman

I get the following error with the rest api

...flask-rest-api/app/init.py", line 35, in bucketlists

 access_token = auth_header.split(" ")[1]
access_token = auth_header.split(" ")[1]
AttributeError: 'NoneType' object has no attribute 'split'

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