[PR #111] [CLOSED] starting browser for spotify authentication #775

Closed
opened 2026-02-28 00:01:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/111
Author: @OliverDiedrich
Created: 8/18/2016
Status: Closed

Base: masterHead: OliverDiedrich-patch-1


📝 Commits (1)

  • 10432bd starting browser for spotify authentication

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 spotipy/util.py (+2 -1)

📄 Description

Replaces subprocess.call(["open", auth_url]) which only works on OS X with webbrowser.open(auth_url, new=1) which also works on Linux and Windows.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/111 **Author:** [@OliverDiedrich](https://github.com/OliverDiedrich) **Created:** 8/18/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `OliverDiedrich-patch-1` --- ### 📝 Commits (1) - [`10432bd`](https://github.com/spotipy-dev/spotipy/commit/10432bd16570166c8c6d71a4bf9a71bffe1da330) starting browser for spotify authentication ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/util.py` (+2 -1) </details> ### 📄 Description Replaces `subprocess.call(["open", auth_url])` which only works on OS X with `webbrowser.open(auth_url, new=1)` which also works on Linux and Windows. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:01:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#775
No description provided.