Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Music stops playing when preflight returns 204 #521

Open
withinboredom opened this issue Apr 16, 2021 · 3 comments
Open

BUG: Music stops playing when preflight returns 204 #521

withinboredom opened this issue Apr 16, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@withinboredom
Copy link

Describe the bug
Music plays fine, but when the preflight OPTIONS request (https://universal-activity-service.itunes.apple.com/play) returns a 204 instead of a 200 it stops playing and refuses to play again until the page is refreshed. This makes sense because the HTTP spec says an OPTIONS should only return a 200, so a 204 is very unexpected.

To Reproduce
Steps to reproduce the behavior:

  1. Go to musish
  2. Click on a playlist
  3. Scroll down to start playing
  4. Eventually stops playing

Expected behavior
To be able to listen to music longer than a few minutes.

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser: Chrome
  • Version: 90.0.4430.72

Additional context
Add any other context about the problem here.

@withinboredom withinboredom added the bug Something isn't working label Apr 16, 2021
@111andre111
Copy link

@raphaelvigee
Yes, I am running into this issue as well.

@111andre111
Copy link

111andre111 commented Apr 19, 2021

additionally I can see as well lots of 404 errors against the rating API call:
https://api.music.apple.com/v1/me/ratings/songs/...
Which sounds like this api call:
https://developer.apple.com/documentation/applemusicapi/get_a_personal_song_rating

@111andre111
Copy link

111andre111 commented Jun 14, 2021

Seems related: #532

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants