dekiller82 / Spotify-Playlist-Downloader-GUI

Windows GUI that starts a specific javascript with a generated launch string
21 stars 16 forks source link

Does nothing when I click download #6

Open ghost opened 8 years ago

ghost commented 8 years ago

The downloader does not do anything when I click download. Nothing shows in the progress bar either. My username has a "-" in it, not sure if that's the problem...

ghost commented 8 years ago

It may have something to do with npm because it opens and closes right away every time.

ghost commented 8 years ago
  1. Check if node is installed propertly.
  2. Open the command prompt, get into the program folder and run "npm install". It will install missing node packages.
ghost commented 8 years ago

Hi,

I have installed the nodejs properly

I opened cmd, did "cd C:\Program Files\nodejs" to get to the program folder, and then ran npm install

I got this result: https://i.gyazo.com/534378c03ab9fcd2c0b98a367eae01e7.png

Then I ran npm install in C:\Program Files\nodejs\node_modules\npm and I get this: https://i.gyazo.com/dd2d40777bcd577f748b8b537faa0875.png

I ran spotify playlist downloader.exe, and the problem still occurs.

ghost commented 8 years ago

You did it in a wrong folder.

When I said "get into the program folder", I mean the Spotify Downloader folder, the directory where you extracted all the files downloaded from Github :+1:

ghost commented 8 years ago

Ok. I reinstalled nodejs, redownloaded a fresh copy of the GUI, ran npm install in that folder with all the files, and then ran it. Same problem. This seems to be a problem for others around the web as well.

ghost commented 8 years ago

Yes, we all are having the same issue. I hope will be fixed soon.

ghost commented 8 years ago

Are a developer of this GUI or just a user?

ghost commented 8 years ago

Just an advanced user.