nleroy917 / spottydata-api

Backend and Web API for spottydata.com
MIT License
7 stars 0 forks source link

Handle H12 Response From Heroku #22

Open nleroy917 opened 4 years ago

nleroy917 commented 4 years ago

This is almost exclusive to lyrics analysis, but sometimes, if the access token is expired, or connection is slow, the request will take longer than 30 seconds, and Heroku will automatically return an error - an H12 error.

It would be good to handle this case in the API and return an appropriate response to the FrontEnd letting the user know lyrical analysis is not available at this time for this playlist.