Description
On the plugins page, the GitHub API call for the Spotify plugin includes a .git suffix in the repo URL, causing a 404 error.
Steps to Reproduce
- Go to
https://app.daydream.live/plugins
- Open browser DevTools → Console/Network
- Observe 404 error for
https://api.github.com/repos/Shih-Yu/Spotify_Scope_Plugin.git
Expected Behavior
GitHub API URL should be https://api.github.com/repos/Shih-Yu/Spotify_Scope_Plugin (without .git)
Actual Behavior
Request includes .git suffix which GitHub API does not accept, resulting in 404.
Technical Notes
- The repo URL likely comes from plugin metadata with
.git suffix
- Need to strip
.git before making GitHub API calls
- Affects: Spotify plugin, possibly others with similar metadata
Environment
- URL: app.daydream.live/plugins
- Found during browser testing on 2026-02-20