You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am uploading a track successfully and the track upload response shows the track uploaded with the machine tags as expected in the tag_list.
I fetch the track with the API and see the machine tags.
Actual behaviour:
Machine tags are not present in the tag_list on GET.
See example responses below:
Response on POST (omitted unecessary details - tag_list only relevant property.):
I understand that machine tags are not revealed to the user on the track pages - but I would expect them to be seen via the GET - correct me if I am mistaken.
The text was updated successfully, but these errors were encountered:
tags should be be hashtags so one word or separated words with underscore something like #chill #techno and so on. Not an advertisement or urls, so it could be not accepted on our anti abuse systems. Hope that answered your question. Maybe you can try with just single word tags_list comma separated and see whether it works for you or not
Title: Machine Tags disappearing on fetch.
Issue found of: October 23rd, 2024
Endpoint(s):
POST /tracks
GET /me/tracks
Scope(s):
Steps to reproduce:
Expected behaviour:
I am uploading a track successfully and the track upload response shows the track uploaded with the machine tags as expected in the tag_list.
I fetch the track with the API and see the machine tags.
Actual behaviour:
Machine tags are not present in the tag_list on GET.
See example responses below:
Response on POST (omitted unecessary details - tag_list only relevant property.):
Response on GET:
I understand that machine tags are not revealed to the user on the track pages - but I would expect them to be seen via the GET - correct me if I am mistaken.
The text was updated successfully, but these errors were encountered: