idno / SoundCloud

SoundCloud plugin for Known
8 stars 7 forks source link

SoundCloud plugin doesn't work at all on Self Hosted site #3

Closed finalcut closed 8 years ago

finalcut commented 9 years ago

I get a "ruh roh" error when attempting to setup the SoundCloud plugin

steps to reproduce:

  1. enable soundcloud plugin
  2. click on administration -> SoundCloud
  3. get error "Ruh Roh" at http://rawlinson.us/admin/soundcloud/

also fails in the same way if I click on settings and then SoundCloud at the url http://rawlinson.us/account/soundcloud/

All SoundCloud files seem to be present in the /root/IdnoPlugins/SoundCloud directory (which I cloned from here).

benwerd commented 9 years ago

We're checking this out. Sorry about that.

kylewm commented 8 years ago

Probably 1.5 years too late to help @finalcut, but I suspect this was a missing submodule (php-soundcloud)

I got this exception until I ran

git submodule init

or

git submodule update --init --recursive

benwerd commented 8 years ago

Sorry for letting this slip through the cracks, @finalcut, and thank you, @kylewm.

We moved to remove submodules from most plugins for this reason (GitHub doesn't work well with them), but it obviously didn't happen here. Will fix.

benwerd commented 8 years ago

Fixed.