On Jun 17, 2:00 am, imjp <[email protected]> wrote: > Hi guys, rails newbie here(started with rails last Friday :-) > > Back on topic! I went through this tutorial:http://bit.ly/frV1hvto > create an HTML5 music streaming app in rails. > > However, I can't seem to get the app to work whatsoever, as I kept > getting this error: > [img]http://i.imgur.com/sgUsB.jpg[/img] > > After some experimenting, I "fixed" -- I'm not sure if I really fixed > it, but i stopped getting that error -- by defining the BUCKET = > 'ctmusic' in my songs_controller.rb > > Afterwards, I started getting the following error:http://i.imgur.com/adDZB.jpg > Is the clock on your computer right (and with the timezone set correctly) ? Requests to S3 are signed, and that signature includes the current time, Amazon will reject any requests where the time embedded in the signature is too different from the time at which it processes the request.
Fred > Here are the error output:http://pastebin.com/ccbFTbty > Here's my github files so you can easily easy what might be > wrong:https://github.com/imjp/mp3app > > I'd really appreciate it if I got some help because I'm trying to make > this simple app so I can learn more by editing this one app and > creating something out of it :( > > Thanks in advance guys. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

