portify icon indicating copy to clipboard operation
portify copied to clipboard

Crashes when too many playlists are selected

Open websocketdev opened this issue 12 years ago • 0 comments

Selected all my playlists, crashed after processing 4th one. Running in Node.JS on OSX.

/export/github/portify/data/app.js:132 googleMusic.createPlaylist(item.name, null, false, function(playlist) { ^ TypeError: Cannot read property 'name' of undefined at transferPlaylist (/export/github/portify/data/app.js:132:33) at /export/github/portify/data/app.js:90:3 at /export/github/portify/data/gmusic.js:57:5 at Request.callback (/export/github/portify/data/node_modules/superagent/lib/node/index.js:630:3) at Request. (/export/github/portify/data/node_modules/superagent/lib/node/index.js:131:10) at Request.EventEmitter.emit (events.js:95:17) at IncomingMessage. (/export/github/portify/data/node_modules/superagent/lib/node/index.js:773:12) at IncomingMessage.EventEmitter.emit (events.js:117:20) at _stream_readable.js:920:16 at process._tickCallback (node.js:415:13)

websocketdev avatar Sep 27 '13 21:09 websocketdev