Skip to content

Web Platform: GitHub API call for Spotify plugin has incorrect .git suffix #508

@livepeer-tessa

Description

@livepeer-tessa

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

  1. Go to https://app.daydream.live/plugins
  2. Open browser DevTools → Console/Network
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions