favesound-redux icon indicating copy to clipboard operation
favesound-redux copied to clipboard

Play count is broken

Open ohadschn opened this issue 6 years ago • 8 comments

It shows as 0 for all tracks, including extremely popular ones:

image

ohadschn avatar Nov 26 '17 11:11 ohadschn

This looks like a perfect first contribution opportunity for me. Can I claim it?

yugoja avatar Nov 27 '17 03:11 yugoja

Sure @yugoja :) Looking forward to it!

rwieruch avatar Nov 27 '17 03:11 rwieruch

Looks like this is still an issue. @yugoja Are you still working on this?

ElishebaW avatar Jan 03 '18 02:01 ElishebaW

@ohadschn The API that is used to fetch the tracks does not return the count. In the response the playback_count is 0 for all the tracks.

"playback_count": 0

gokulchandra avatar Feb 11 '18 13:02 gokulchandra

It used to work when I implemented it a while ago. I hope they didn't change the API.

rwieruch avatar Feb 11 '18 13:02 rwieruch

I checked it, the API sends 0 for all tracks. Maybe they provide this info through another API.

gokulchandra avatar Feb 11 '18 14:02 gokulchandra

I guess it's just broken and nobody complained about it :)

rwieruch avatar Feb 11 '18 14:02 rwieruch

I guess it's just broken and nobody complained about it :)

Seems to be a bug that never fixed from 2016. If you try their v2 api, you can get correct playback_count. https://api-v2.soundcloud.com/tracks/260065214?client_id=a281614d7f34dc30b665dfcaa3ed7505

malithmcr avatar May 22 '19 19:05 malithmcr