portify icon indicating copy to clipboard operation
portify copied to clipboard

Cannot read property 'name' of undefined

Open koenhendriks opened this issue 12 years ago • 0 comments

I started importing a playlist, first few song went great. After that i got this error.

/home/koenbuntu/portify/portify/data/app.js:132
    googleMusic.createPlaylist(item.name, null, false, function(playlist) {
                                   ^
TypeError: Cannot read property 'name' of undefined
    at transferPlaylist (/home/koenbuntu/portify/portify/data/app.js:132:33)
    at /home/koenbuntu/portify/portify/data/app.js:90:3
    at /home/koenbuntu/portify/portify/data/gmusic.js:57:5
    at Request.callback (/home/koenbuntu/portify/portify/data/node_modules/superagent/lib/node/index.js:630:3)
    at Request.<anonymous> (/home/koenbuntu/portify/portify/data/node_modules/superagent/lib/node/index.js:131:10)
    at Request.EventEmitter.emit (events.js:95:17)
    at IncomingMessage.<anonymous> (/home/koenbuntu/portify/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)

koenhendriks avatar Nov 19 '13 09:11 koenhendriks