mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 08:05:55 +03:00
[GH-ISSUE #999] Authentication Flow failing due to host, port parsing #592
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#592
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @christopherhastings on GitHub (Jul 6, 2023).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/999
Describe the bug
In the Authentication flow, when trying to set up URL parsing based on a split ":", it cannot accommodate a port, which is necessary for self-authorization. I believe the get_host_port function is having difficulties parsing. 000
Your code
Share a complete minimal working example.
I do not have a working example
Expected behavior
Output
TypeError: cannot unpack non-iterable NoneType object
Environment:
Additional context
Add any other context about the problem here.