mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #1161] [MERGED] Add SpotifyBaseException and move all exceptions to exceptions.py #1186
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#1186
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?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/1161
Author: @dieser-niko
Created: 10/6/2024
Status: ✅ Merged
Merged: 10/8/2024
Merged by: @dieser-niko
Base:
master← Head:1160-move-exceptions📝 Commits (1)
fe1b964created SpotifyBaseException and moved exceptions from oauth2.py to exceptions.py📊 Changes
3 files changed (+30 additions, -24 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
spotipy/exceptions.py(+28 -1)📝
spotipy/oauth2.py(+1 -23)📄 Description
This should be backwards compatible by importing the oauth errors back into the
oauth2.pyfile.Closes #1160
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.