-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Description
I'm trying to write to some playlists, and have the required permission and it was even working before.
But suddenly, I'm getting a 431 response (header(s) too long) when trying to add tracks to a playlist.
I can't see anything unusual in my request:
ErrorResponse addTracks = api.AddPlaylistTracks(profile.Id, unsortedPlaylistId, uris);
I've checked and all the variables are exactly as you'd expect.
Has anyone seen this before? I stepped through and couldn't see any unusual headers. The Authorization header looked like a normal length to me.
Metadata
Metadata
Assignees
Labels
No labels