espen / balder

Balder - Open source Ruby on Rails photo gallery
http://balderapp.com
MIT License
263 stars 97 forks source link

error #2038 #33

Closed k-f- closed 12 years ago

k-f- commented 12 years ago

per the disqus comments at your site, i see that no one had opened a ticket about error #2038 which is generated by the uploader...

2012-04-24T04:15:57+00:00 heroku[nginx]: 71.224.69.57 - - [24/Apr/2012:04:15:57 +0000] "POST /photos HTTP/1.1" 302 114 "-" "Adobe Flash Player 11" myapp.heroku.com
2012-04-24T04:16:03+00:00 app[web.1]: 
2012-04-24T04:16:03+00:00 app[web.1]: 
2012-04-24T04:16:03+00:00 app[web.1]: Started POST "/photos" for 71.224.69.57 at 2012-04-23 21:16:03 -0700
2012-04-24T04:16:03+00:00 heroku[router]: POST myapp.heroku.com/photos dyno=web.1 queue=0 wait=0ms service=637ms status=302 bytes=103
2012-04-24T04:16:03+00:00 heroku[nginx]: 71.224.69.57 - - [24/Apr/2012:04:16:03 +0000] "POST /photos HTTP/1.1" 302 114 "-" "Adobe Flash Player 11" myapp.heroku.com
espen commented 12 years ago

I don't see any errors in the log you provided. Also I am running the latest version of Balder on Heroku, Flash and HTML5 upload works for me.

k-f- commented 12 years ago

This is for an s3 backed deploy, if that matters.

Any way I can get more detailed logs regarding that?

On Apr 24, 2012, at 12:43 AM, Espen Antonsen reply@reply.github.com wrote:

I don't see any errors in the log you provided. Also I am running the latest version of Balder on Heroku, Flash and HTML5 upload works for me.


Reply to this email directly or view it on GitHub: https://github.com/espen/balder/issues/33#issuecomment-5297436

espen commented 12 years ago

Try pulling the latest changes from the repo. Tested and works for me.

k-f- commented 12 years ago

latest release works, much appreciated.