[PR #66] [MERGED] fixes #65 E019: Failed to execute #103

Closed
opened 2026-02-28 15:42:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/usenocturne/nocturne-ui/pull/66
Author: @vakst
Created: 12/18/2024
Status: Merged
Merged: 12/19/2024
Merged by: @brandonsaldan

Base: develop/v3.0.0-beta.1Head: fetch.playback.state.on.inactive.device


📝 Commits (1)

📊 Changes

6 files changed (+37 additions, -85 deletions)

View changed files

📝 src/pages/album/[albumId].jsx (+2 -17)
📝 src/pages/artist/[artistId].jsx (+2 -17)
📝 src/pages/collection/tracks.jsx (+2 -17)
📝 src/pages/mix/[mixId].jsx (+2 -17)
📝 src/pages/playlist/[playlistId].jsx (+2 -17)
src/services/playerService.js (+27 -0)

📄 Description

fixes #65

An error occurs when no active players are available. The code is trying to parse the JSON response from the API https://api.spotify.com/v1/me/player


🔄 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/usenocturne/nocturne-ui/pull/66 **Author:** [@vakst](https://github.com/vakst) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/19/2024 **Merged by:** [@brandonsaldan](https://github.com/brandonsaldan) **Base:** `develop/v3.0.0-beta.1` ← **Head:** `fetch.playback.state.on.inactive.device` --- ### 📝 Commits (1) - [`12ab18c`](https://github.com/usenocturne/nocturne-ui/commit/12ab18c93fa297e68cc42c9a1bf7358c82daabd4) fixes #65 ### 📊 Changes **6 files changed** (+37 additions, -85 deletions) <details> <summary>View changed files</summary> 📝 `src/pages/album/[albumId].jsx` (+2 -17) 📝 `src/pages/artist/[artistId].jsx` (+2 -17) 📝 `src/pages/collection/tracks.jsx` (+2 -17) 📝 `src/pages/mix/[mixId].jsx` (+2 -17) 📝 `src/pages/playlist/[playlistId].jsx` (+2 -17) ➕ `src/services/playerService.js` (+27 -0) </details> ### 📄 Description fixes #65 An error occurs when no active players are available. The code is trying to parse the JSON response from the API https://api.spotify.com/v1/me/player --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 15:42:11 +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/nocturne-ui#103
No description provided.