idno / SoundCloud

SoundCloud plugin for Known
8 stars 7 forks source link

Ooops! Services_Soundcloud_Invalid_Http_Response_Code_Exception #4

Closed benborges closed 6 years ago

benborges commented 9 years ago

Getting this error message when connecting the soundcloud known app to soundcloud.

http://i.imgur.com/tP47oIf.png

any chance this might be something on my side, like a missing library or something ?

trilliums commented 9 years ago

I am getting the same error. I downloaded the most up to date version of php-soundcloud and the error still happens.

trilliums commented 9 years ago

I was able to fix this just now by changing my soundcloud callback URL to HTTPS instead of just HTTP. I created the API with an HTTP callback a few months ago and now I don't allow HTTP connections on my site, hence the error. I hope this helps.

gitbenb commented 9 years ago

using : git clone --recursive https://github.com/idno/SoundCloud solve the problem i think