0

I getting this error when adding a track to a playlist for the first time:

 Uncaught TypeError: Cannot read property 'length' of undefined core.js:598

Then I run the script again, and it works!!! :-o

The code is relatively armless and you can see it at this URL.

Is this happening to anybody else? Any ideas?

G.

Thomas
  • 3,348
  • 4
  • 35
  • 49
giacecco
  • 661
  • 1
  • 5
  • 8

1 Answers1

0

I have studied the Spotify API documentation further and found out that a new API set marked as version '1.0.0' is available. It is likely that issues with the older API sets are not going to be supported, hence it is not useful to address them here or elsewhere. I ported my code to the new APIs.

Giacecco

giacecco
  • 661
  • 1
  • 5
  • 8