Song Details Not available
Closed this issue · 2 comments
As Shazam Core API is not free, i started using Shazam API my discover page and Top Play is working great but, i m getting stuck at song details, when i console.log(songdata) it is showing null that is means, something up while fetching the song detail.
here's my code for shazam API
neglect shazamCore wherever it is written.
This problem got partially solved, earlier i wasn't able to fetch data hence i updated query by /shazam-songs/get-details?id=${songid}
.
but now data is visible in my console
But i can't able to see lyrics on lyrics section, i know there is some problem while accessing the data hence i am providing my song detail code .
what changes should i implement to access those lyrics ?
This problem is been solved, i changed my endpoint and it is working fine