portify
portify copied to clipboard
App freeze during first playlist
The application seems to crash at the end of the first playlist in the que. The terminal looks like: ... trackDone() 165/178 trackDone() 166/178
And then nothing.. The newly generated playlist is visible in google play, with the tracks the app managed to find. i tried with different length playlist, and it always seem to reach near the end.
Running on Ubuntu 14.04, built according to README, and replaced the function Spotify.prototype.sendPong according to #79 I run the program by: ~(sudo, tried w/w.out) nodejs app.js
I'm not an experienced programmer but I will help resolve the issue as well as i can, just let me know :)

I am running Ubuntu 14.04 too, but without any modifications to the source and I followed the README.md file.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty
I have node v0.10.25 In https://github.com/mauimauer/portify/issues/112#issuecomment-47965153 it was suggested that three is rate limit.
Oh and the bottom of output which I can see:
trackDone() 189/210
trackDone() 190/210
trackDone() 191/210
trackDone() 192/210
trackDone() 193/210
gmusic:search2(), parsing failed
trackDone() 194/210
trackDone() 195/210
trackDone() 196/210
trackDone() 197/210
trackDone() 198/210
trackDone() 199/210
trackDone() 200/210
trackDone() 201/210
trackDone() 202/210
trackDone() 203/210
trackDone() 204/210
trackDone() 205/210
trackDone() 206/210
trackDone() 207/210
trackDone() 208/210
I think that gmusic:search2(), parsing failed just means that the track isn't at Google Play, am I right?
Oh and the playlist is visible at Google Play and it has 190 tracks.
It stop 2 tracks before the end, on the first playlist.