0
votes
1answer
33 views

Possible to ignore a line of code and reload page on a crash?

I have soundcloud URLs embeded using a gem called auto_html. Every now and then my site randomly crashes with the an error thats seems to be a timed out request from too much traffic on soundcloud? Is ...
0
votes
1answer
58 views

Implementing Soundcloud Player with Rails SDK

I´m a newbie rails developer, I´m trying to do a simple thing with rails and soundcloud but seems that after some days messing around with the API documentation can´t find the best way to do what I ...
0
votes
0answers
43 views

undefined method `path' for “json”:String during soundcloud track upload

In a Rails application, I am using the SoundCloud gem (https://github.com/soundcloud/soundcloud-ruby), to upload a sound file to SoundCloud with the following code. The file is uploaded from a form ...
1
vote
1answer
74 views

freeze music player across website

I have a website with youtube and soundcloud embedded songs. Upon the stream of one of these embedded media files I would like the song to keep playing regardless of moving to different pages in the ...
0
votes
1answer
90 views

insecure content from soundcloud embed url = http

I'm using the auto_html gem to embed soundcloud urls. In my chrome javascript console I receive the following error: The page at about:blank displayed insecure content from http://w.soundcloud.com/ ...
1
vote
0answers
170 views

Soundcloud oEmbed only works with http, not https; all urls are https

I'm working with some soundcloud files that I want to oEmbed in a discourse message board. The urls are https but when you hit the soundcloud enpoint with a https, it causes a 500. For example, the ...
1
vote
1answer
72 views

Ruby Soundcloud Gem: Cannot Test Uploaded File

Haven't seen much on testing for the soundcloud gem. Most everything has been splendid - however I found that uploading files to SoundCloud through my specs is a bit tricky. Here's the problem: ...
0
votes
1answer
180 views

Possible? Record play counts for embedded YouTube videos

I have a webapp that allows users to post videos. I was wondering if it would be possible to record the play counts so that each time someone clicks the play button a counter adds +1. I'm currently ...
-3
votes
1answer
75 views

Soundcloud competition application [closed]

I've deployed app to heroku, everything is working great, but I need only one feature changed. Deployed app is here: http://rapsodyapp.herokuapp.com/ I need to be able to VOTE on remixes without ...
0
votes
2answers
54 views

How to recheck ruby condition on client-side event

I have a SoundCloud widget that is set to hide if a playlist is empty. Is there a method to recheck the condition when someone adds a song to the playlist (clicks add button)? <% if ...
0
votes
1answer
80 views

Post Audio to Soundcloud from S3 bucket?

I've successfully followed Soundcloud's API documentation but hit an error that's got me stuck. When uploading / posting a file using their example I have no trouble when I hard code a file on my ...
0
votes
1answer
182 views

Using SoundCloud API for creating a dynamic playlist

I'm developing a rails web app for school that would allow users to add songs to a playlist and then invite other users to up/down vote songs in the queue. I'm trying to figure out if the SoundCloud ...
2
votes
2answers
130 views

Sign in with Devise, Omniauth and SoundCloud

I'm trying to sign in my Rails application using Devise and Omniauth. I've already installed omniauth-soundcloud and omniauth gems. I've created an application in Soundcloud with: name: sitename url: ...
0
votes
1answer
68 views

i want to implement soundtrack in my rails app

Hey i did just like this tuotorial for my rails app https://github.com/soundcloudlabs/connect-with-soundcloud-rails-demo also there is a video http://www.youtube.com/watch?v=oSBfGV0uUA4 I watch this ...
1
vote
1answer
138 views

Auto_html says block not supplied

I have a website that allows users to post links. I am trying to get the soundcloud links to embed the mediafile thus I am attempting to use AutoHtml Gem. I did gem install Autohtml, put it in my ...
0
votes
1answer
346 views

Use Soundmanager2 to play Soundcloud stream_url

I have a rails app in which I am trying to allow users to submit a link to a song on Soundcloud and make the song available for them to stream on my app using a custom Soundmanager2 player. I can ...
1
vote
1answer
126 views

I cant get to authenticate using Soundcloud account

Im programming an app that has to be able to allow the users to sign up using their soundcloud accounts, so far I haven't found any usefull tutorial using Omniauth, Can anyone help me giving some tips ...
2
votes
1answer
141 views

How to test redirection to Soundcloud with Rails/Cucumber

I have a Rails application that redirects to Soundcloud so that the user can connect to his account. I am testing this process with Cucumber but i have several errors. Without another gem to handle ...
1
vote
2answers
666 views

Application Error - Heroku / Ruby on Rails / Soundcloud Social Download App

Afternoon all, I've been slaving at this for 2 days trying to fix the issue and get even the basic template for the Soundcloud Social Download app online. Even after following all the steps it is ...
2
votes
1answer
1k views

Soundcloud player appears over colorbox in chrome

I'm using colorbox to display images for a website. In Chrome version 11.0.696.65 only when the color box is activated, the soundcloud player appears infront of the displayed image. I've tried ...