Hi!
For a couple of days and only for some users, we are getting this error message on this endpoint: https://api.music.apple.com/v1/me/library/playlists?limit=100
{"id":"6NT5LBXIZW65K2G3L6QY3WWYAA","title":"Upstream Service Error","detail":"Error fetching library content","status":"500","code":"50001"}
Any idea?
Post
Replies
Boosts
Views
Activity
Hi!
While exporting a playlist as M3U or M3U8 there's an issue with the format of the #EXTINF line.
According to M3U format (https://en.wikipedia.org/wiki/M3U), the artist name should be first and then the song name.
Currently iTunes, while doing an export, is setting the title of the song and then the artist name.
This should be fixed.
Hi!
We are sometimes logging this error when requesting an Apple Music API endpoint with a good access token:
"{"errors":[{"id":"XXXXX","title":"Insufficient Privileges","detail":"User does not have access to privilege: CloudLibrary","status":"400","code":"40015"}]}"
Any idea why this error is returned for a user?
Hi!
Since a couple of hours or yesterday, there's no more "next" value for the pagination when retrieving playlist tracks. Only a "meta" with a "total" value.
Could you please look at this ASAP?
Thank you.
Hi!
While using the MusicKit JS with this conf:
MusicKit.configure({
developerToken: at,
affiliateToken: 'XXXXX',
campaignToken: 'musickitjs',
app: {
name: 'ZZZZ'
}
});
The affiliate token is not used then when the user is not having an Apple Music subscription and "try it".
While the "subscribeURL" in the MusicKit object is:
https://finance-app.itunes.apple.com/deeplink?at=XXXXX&ct=musickitjs&p=subscribe&app=music
During the user flow, the final URL sent to upgrade to a paid subscription is:
https://finance-app.itunes.apple.com/deeplink?p=subscribe&source=webPlayerUpsell&itscg=50000&itsct=web_player&app=music
As you can see, there's no more the affiliate token and the campaign token. While it should be there...
Hi !Tracks returned from the Apple Music API is no more including the attribute "ISRC" => https://developer.apple.com/documentation/applemusicapi/song/attributesGot this issue while getting tracks in a playlist.Any idea why ? Thank you.
Hi,Since some weeks now and without any particular reason the Apple Music API is sometimes returning these errors:{"errors":[{"id":"XXXX","title":"Forbidden","detail":"Invalid authentication","status":"403","code":"40300"}]}{"errors":[{"id":"XXXX","title":"Forbidden","detail":"Unable to authenticate request","status":"403","code":"40300"}]}Funnt fact is sometimes this error happen while I'm using pagination (for example all is good until offset 400...), so I'm sure the authentication is correct.BUT, if a user revoke the access to the Apple Music API app, the first error occured.Can you be more specific with these errors and also maybe if they are only temporary, make a different error code than the one when the user revoke the access ?Thank you for your help, I'm very confused here :/
Hi,Since today, we are no more able to do DELETE/PUT request on the Apple Music API.So, we can't update a playlist details, delete a playlist, delete tracks in playlist, delete tracks in library...Old methods allowed are now returning only an HTTP Code 403.Why this change in the Apple Music API ? We can hope that will be back soon ?