jayzamazing / Music-Quiz-App

Web App that asks the user to identify the artist and album a set of lyrics are from.
http://musicquizapp.jayzamazing.com/
MIT License
0 stars 0 forks source link

lyrics_body is coming up undefined intermittently #20

Closed jayzamazing closed 7 years ago

jayzamazing commented 7 years ago

This is dependent on the musixmatch api. If the body is undefined, the query needs to be ran again, and after failing, it needs to return back to app.js to move on to the next song.

jayzamazing commented 7 years ago

https://github.com/jayzamazing/Music-Quiz-App/pull/16 deals with the issue. It tried the query two times to musixmatch api. If it fails after two tries, then it returns to app.js which requests a different song.