Describe the bug
On some Artists on Soundcloud, when I go to their profile in this addon, I get empty pages or pages that aren't fully filled up.
To Reproduce
- Open the addon
- Search for an artist (the artist on which I found the issue is "House of Worship"
houseofworshippodcast)
- Open the folder "Artists"
- Open the actual artist profile folder
- Go thru the list of their tracks (Page 2 and 3 of mentioned artist)
Cause
I looked into the API responses of soundcloud and this already gives me the same empty list.
The mentioned artist has reposts in the list of 'tracks' on the user profile on SoundCloud, which 'should' be in the empty spots
So I guess soundclouds filtering system isn't done correctly which is causing empty pages...
However soundcloud itself also uses this API request to get the items and the next url:
https://api-v2.soundcloud.com/stream/users/553816569?client_id={clientId}&limit=20&offset=0&linked_partitioning=1&app_version=1749738053&app_locale=en
Which gives a list of tracks and reposts, but im unsure if that is a good one to use.
Describe the bug
On some Artists on Soundcloud, when I go to their profile in this addon, I get empty pages or pages that aren't fully filled up.
To Reproduce
houseofworshippodcast)Cause
I looked into the API responses of soundcloud and this already gives me the same empty list.
The mentioned artist has reposts in the list of 'tracks' on the user profile on SoundCloud, which 'should' be in the empty spots
So I guess soundclouds filtering system isn't done correctly which is causing empty pages...
However soundcloud itself also uses this API request to get the items and the next url:
https://api-v2.soundcloud.com/stream/users/553816569?client_id={clientId}&limit=20&offset=0&linked_partitioning=1&app_version=1749738053&app_locale=enWhich gives a list of tracks and reposts, but im unsure if that is a good one to use.