You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to run the code i get the following error:
"TypeError: Cannot read property 'item' of undefined"
It's about this piece of code: success: data => { this.setState({ item: data.item, is_playing: data.is_playing, progress_ms: data.progress_ms });
So all the steps are working perfect. I get the autentication screen from spotify, and the moment i click accept i get this error and i can't seem to find the solution for it.
The text was updated successfully, but these errors were encountered:
When i try to run the code i get the following error:
"TypeError: Cannot read property 'item' of undefined"
It's about this piece of code:
success: data => { this.setState({ item: data.item, is_playing: data.is_playing, progress_ms: data.progress_ms });
So all the steps are working perfect. I get the autentication screen from spotify, and the moment i click accept i get this error and i can't seem to find the solution for it.
The text was updated successfully, but these errors were encountered: