gillesdemey / Cumulus

☁️ A SoundCloud player that lives in your menubar.
http://gillesdemey.github.io/Cumulus
MIT License
1.43k stars 123 forks source link

Playlist doesn't load #57

Open florianwestermann opened 8 years ago

florianwestermann commented 8 years ago

i've deleted all my playlists form the webclient, and created one new. following things i noticed:

Mc01 commented 8 years ago

It may be related with what is being exposed by Soundcloud API. Check if tracks and playlists are streamable, if not it they may be hidden in API.

florianwestermann commented 8 years ago

yeps, likes + feed still streamable. playlist tracks work on the webclient. logged out and back in, still not showing up.

Mc01 commented 8 years ago

Web client from Soundcloud does not use API. You could check what API returns in a debug mode of Cumulus.

florianwestermann commented 8 years ago

well, i'm just a UI designer with a github account. so debugging is not my core competence haha

frdmn commented 8 years ago

@florianwestermann Do you have Node and npm installed locally? If you do, just follow the steps below:

  1. Clone this repository:

    cd /tmp
    git clone https://github.com/gillesdemey/Cumulus
    cd Cumulus
  2. Install Electron and Grunt CLI globally:

    npm install -g electron-prebuilt grunt-cli
  3. Install dependencies of Cumulus:

    npm install
  4. Compile assets (Once you see Running "watch" task, hit CTRL + C to cancel and exit Grunt.):

    grunt
  5. Run Cumulus with DevTools:

    NODE_ENV=development electron .

Now you should see the developer console inside Cumulus:

bildschirmfoto 2016-04-16 um 23 55 12

Try to reproduce your error and paste potential errors from the console in here, so we can take a look what's going south.