muse icon indicating copy to clipboard operation
muse copied to clipboard

i cant play anything 🚫 ope: Response code 403 (Forbidden)

Open CallumKoolaid opened this issue 2 years ago • 6 comments

What's happening? Concisely describe what's going wrong. i cant play anything from youtube or spotify youtube play error 🚫 ope: Response code 403 (Forbidden)

spotify play error 🚫 ope: no songs found i have double checked all the values for the docker compose like spotify id and youtube token ive also tried the same config on a vm and same issue Logs logs dont show anything only the basic message when it first boots


Screenshots If applicable, add screenshots to help explain your problem. https://i.imgur.com/vWDNTrJ.png Additional context Add any other context about the problem here.

Runtime I'm running Muse:

  • [ ] Directly from the cloned repository
  • [* ] Inside a Docker container
  • [ ] Something else (please elaborate)

Versions

  • Muse:latest
  • Docker (if applicable):Docker version 20.10.24, build 297e128
  • OS:ubuntu server 64bit
  • Node.js: (if running outside the Docker container)
  • ffmpeg: (if running outside the Docker container, 4.1 or later is required)

CallumKoolaid avatar Jan 02 '24 01:01 CallumKoolaid

It looks like YouTube is blocking your requests. Are you able to try from a different public IP?

codetheweb avatar Jan 02 '24 18:01 codetheweb

It looks like YouTube is blocking your requests. Are you able to try from a different public IP?

Same issue here, tried different IP, VPN, etc. still doesn't work.

narendnp avatar Jan 11 '24 01:01 narendnp

Same issue, tried different IP, nothing helped.

evanknight11 avatar Jan 13 '24 16:01 evanknight11

same issue.

XalexHana avatar Jan 20 '24 15:01 XalexHana

Same issue! Can't play YouTube nor Spotify

AlvaroMartinezB avatar Feb 01 '24 06:02 AlvaroMartinezB

Fixed it! Guess that's what we get for not following instructions:

YOUTUBE_API_KEY can be acquired by creating a new project in Google's Developer Console, enabling the YouTube API, and creating an API key under credentials.

I didn't enable the YouTube API when I created the API Key, I just enabled "YouTube Data API v3" on the Google Dashboard and now it works, both for spotify and Youtube

AlvaroMartinezB avatar Feb 03 '24 00:02 AlvaroMartinezB