POST userCollections/{id}/relationships/tracks returns GENERIC_REQUEST_ERROR - Bug Recurring (Jan 2026) #283
jameson-lt
started this conversation in
Report bug
Replies: 1 comment
-
|
Hi! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
The
POST /v2/userCollections/{id}/relationships/tracksendpoint consistently returns aGENERIC_REQUEST_ERRORwhile the identical request format works correctly for albums and artists. This is a recurrence of the issue reported in #236.Related Issues
Environment
https://openapi.tidal.com/v2collection.read,collection.write,user.readReproduction
All three requests use identical format - only the endpoint and
typediffer:✅ Albums - Works (201 Created)
✅ Artists - Works (201 Created)
❌ Tracks - Fails (400 Bad Request)
Verified
378149573exists and is valid (verified viaGET /v2/tracks/378149573)collection.write)GET /v2/users/me)GET /v2/userCollections/{userId}/relationships/tracksworks (can read tracks)Impact
This bug prevents third-party apps from adding tracks to user collections, which is a core use case for music automation tools.
Notes
Per #236 (closed), this bug was reported in September 2025, appeared to be fixed, but @kddlb reported it recurring on Dec 29, 2025. We are now experiencing the same issue as of January 2026.
Would appreciate any update on the status of this endpoint. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions