Adriatogi / spotify-albums

Adds the ability to catalog your liked albums from Spotify. Interacts with your own Spotify API. Frontend uses React and Redux, while backend uses Flask, Python, and Click.
MIT License
0 stars 0 forks source link

Getting proxy erorr when delete a label and when I delete an album from a mapping #4

Open Adriatogi opened 3 weeks ago

Adriatogi commented 3 weeks ago

This bug doesn't have any affect apart from annoying error message

For example, if I delete label 'Rock', I would get proxy error "Proxy error: Could not proxy request /labels/Rock from localhost:3000 to http://127.0.0.1:5000. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNRESET)."

If I delete a mapping, I get "Could not proxy request /maps from localhost:3000 to http://127.0.0.1:5000. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNRESET)."