Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track name with < or > symbols causes API to return blank name #227

Open
mgoodfellow opened this issue Oct 5, 2022 · 0 comments
Open

Track name with < or > symbols causes API to return blank name #227

mgoodfellow opened this issue Oct 5, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@mgoodfellow
Copy link

Title: Track name with < or > symbols causes API to return blank name

Issue found of: October 5th, 2022

Endpoint(s):

  • GET https://api.soundcloud.com/tracks/1356911167

Scope(s):

  • Authenticated

Issue

For track in question:

image

From the v2 API (captured from dev console):

image

However, from the API request above:

    "kind": "track",
    "id": 1356911167,
    "created_at": "2022/10/05 01:36:14 +0000",
    "duration": 184424,
    "commentable": true,
    "comment_count": 0,
    "sharing": "public",
    "tag_list": " ",
    "streamable": true,
    "embeddable_by": "all",
    "purchase_url": null,
    "purchase_title": null,
    "genre": "Hip-hop & Rap",
    "title": "",
    "description": "",
    "label_name": null,
    "release": null,
    "key_signature": null,
    "isrc": null,
    "bpm": null,
    "release_year": null,
    "release_month": null,
    "release_day": null,
    "license": "all-rights-reserved",
    "uri": "https://api.soundcloud.com/tracks/1356911167",
    "user": ...,
    "permalink_url": "https://soundcloud.com/lazy_a-y-e-rpm-allday/stay-strapped",
    "artwork_url": "https://i1.sndcdn.com/artworks-pdZ8ZjFmcoay4idx-mKjxjg-large.jpg",
    "stream_url": "https://api.soundcloud.com/tracks/1356911167/stream",
    "download_url": null,
    "waveform_url": "https://wave.sndcdn.com/PkxSdtPr7itx_m.png",
    "available_country_codes": null,
    "secret_uri": null,
    "user_favorite": false,
    "user_playback_count": 1,
    "playback_count": 7,
    "download_count": 0,
    "favoritings_count": 1,
    "reposts_count": 0,
    "downloadable": false,
    "access": "playable",
    "policy": null,
    "monetization_model": null
}

Note that "title" is blank

@youssefhassan youssefhassan added the bug Something isn't working label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants