Skip to main content

Noticed an easy error to fix for devs


https://developers.deezer.com/api/explorer

On this page, whenever you click https links in the response link such as
https://www.deezer.com/en/artist/259/

You get taken to:
https://developers.deezer.com/%22https://www.deezer.com/artist/259/%22
i.e not in Percent encoding for URIs: (https://developers.deezer.com”https://www.deezer.com/artist/259/”)

So the added https://developers.deezer.com/ before the actual link is just being added and doesn’t need to be!

Just thought I would let the dev team know. Shout out to MJ

Leonídia.Deezer
Alien SuperStar
Forum|alt.badge.img+6

Hello ​@murraydrover! Thank you for bringing this to our attention!

When I click on the first link, I see this:

And when I click on the second one, I see this:

Could you possibly record a video showing the issue so I can analyse it better?

That would really help me understand it more clearly! 😊


Hey. Let me be specific. Go to this page:
https://developers.deezer.com/api/explorer

Now any https you click on doesn’t work, as the https gets put into quotes. You will see what I mean.

Whilst developing I have also found a weird bug where searching for Respect by Aretha Franklin:
https://api.deezer.com/search?q=track%3A%22Respect%22%20artist%3A%22Aretha%20Franklin%22&limit=1
Returns Lost & Found by Lianne La Havas. Not sure why just thought I would point it out 😂

Thanks!


Jaime.Deezer
Community Manager
Forum|alt.badge.img+7

Hi ​@murraydrover could you please contact our devs on @deezerDevs on X
Thanks 


Reply