zerekw / soundcloudSearch

0 stars 0 forks source link

i tried this to implement on my own server but failed #1

Open keshavbhatt opened 8 years ago

keshavbhatt commented 8 years ago

Hi , i used this tool on youur site and tried to build one for my server . i did bower install and it installed bower components for me after that i directly uploaded he whole code to my server but when i tried to make a query it returned nothing but the same page with a changes url like this http://armybharti.in/ss3/?q=sdf&genres=&tags=&min-duration=&max-duration=&min-bpm=&max-bpm=#

please help me in setting this up ...... Thanks

zerekw commented 8 years ago

Howdy! Honestly I havent messed with this in a long time. I can try taking doing a fresh install myself and get back to you!

keshavbhatt commented 8 years ago

Please inform me too :)

zerekw commented 8 years ago

Hey @keshavbhatt I wasn't able to figure out anything concrete as to whats wrong. You could try creating your own client_id at soundcloud although it seems like that shouldn't really effect it. The only other guess I have is possibly something is getting muddled up going through Cloudflare? That seems equally weird like it shouldn't be a problem.

My last suggestion would be you could try updating the code to use their new API version. It would mostly involve changing the method 'SC.get' to use a promise based response instead of the current callback response.

All the documentation and creating your own client_id can be found at https://developers.soundcloud.com/

Hope that helps!