mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 08:05:55 +03:00
[PR #1222] fix: dont override verify attribute when requesting access token #1220
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#1220
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/1222
Author: @sigma67
Created: 12/22/2025
Status: 🔄 Open
Base:
master← Head:fix-override-verify-clientcredentials📝 Commits (3)
50f08e3fix: dont override verify attribute when requesting access token316ed32changelog5ecf39ctry again📊 Changes
2 files changed (+3 additions, -1 deletions)
View changed files
📝
CHANGELOG.md(+3 -0)📝
spotipy/oauth2.py(+0 -1)📄 Description
This call is the only one that overrides the
_session.verifywhich can be passed in via the arguments ofSpotifyClientCredentials.This makes it impossible to actually disable cert verification or set a custom certificate chain (i.e. in a corporate network).
Hence this line should be removed and use the default settings instead, which are provided by the caller.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.