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
Seems related to #51, this one also just happened one time. It would be nice if we could catch both and either return the err to the login callback, or just try again.
I will try to whip up a pull request if I have time.
TypeError: Cannot read property 'csrftoken' of undefined
at Spotify._onsecret (node_modules/spotify-web/lib/spotify.js:265:54)
at Request.callback (node_modules/spotify-web/node_modules/superagent/lib/node/index.js:584:30)
at Request.<anonymous> (node_modules/spotify-web/node_modules/superagent/lib/node/index.js:133:10)
at Request.EventEmitter.emit (events.js:117:20)
at IncomingMessage.<anonymous> (node_modules/spotify-web/node_modules/superagent/lib/node/index.js:714:12)
at IncomingMessage.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:920:16
at process._tickCallback (node.js:415:13)
The text was updated successfully, but these errors were encountered:
Seems related to #51, this one also just happened one time. It would be nice if we could catch both and either return the
err
to the login callback, or just try again.I will try to whip up a pull request if I have time.
The text was updated successfully, but these errors were encountered: