Skip to content

Machine Tags for tag_list not retained after upload. #340

Open
@arnavs1ngh

Description

@arnavs1ngh

Title: Machine Tags disappearing on fetch.

Issue found of: October 23rd, 2024

Endpoint(s):

  • POST /tracks
  • GET /me/tracks

Scope(s):

  • Authorised Application

Steps to reproduce:

  • Upload track with machine tags sucessfully
  • Fetch latest tracks from me/tracks

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.):

[SOUNDCLOUD] Response: {'kind': 'track', 'id': ---, 'created_at': '2024/10/23 18:05:09 +0000', 'tag_list': 'Showcase "host:name=IC RADIO" instagram:account=icradio', ...}

Response on GET:

{'kind': 'track',  'id': ----,  'created_at': '2024/10/23 18:05:09 +0000',  'tag_list': ' Showcase', ...}

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions