Skip to content

Instantly share code, notes, and snippets.

@captproton
Created January 19, 2013 16:04
Show Gist options
  • Select an option

  • Save captproton/4573362 to your computer and use it in GitHub Desktop.

Select an option

Save captproton/4573362 to your computer and use it in GitHub Desktop.
The image from @rbates railscasts doesn't process the image, and sidekiq gives me similar in another app. The image on S3 never eventually processes. How do I fix this?
localhost:app-my-event captainproton$ bundle exec sidekiq
2013-01-19T15:49:52Z 45905 TID-owyl39l24 INFO: Booting Sidekiq 2.6.4 with Redis at redis://localhost:6379/0
2013-01-19T15:49:52Z 45905 TID-owyl39l24 INFO: Running in ruby 1.9.3p362 (2012-12-25 revision 38607) [x86_64-darwin12.2.1]
2013-01-19T15:49:52Z 45905 TID-owyl39l24 INFO: See LICENSE and the LGPL-3.0 for licensing details.
2013-01-19T15:49:52Z 45905 TID-owyl39l24 INFO: Starting processing, hit Ctrl-C to stop
2013-01-19T15:50:19Z 45905 TID-owyl3lgq8 WARN: {"retry"=>true, "queue"=>"default", "class"=>"Painting::ImageWorker", "args"=>[9, "uploads/c2a30110-447d-0130-1ca4-2820661f01c7/DSCF2143.JPG"], "jid"=>"ad4d9b78243a517718caba4a"}
2013-01-19T15:50:19Z 45905 TID-owyl3lgq8 WARN: uninitialized constant Painting
2013-01-19T15:50:19Z 45905 TID-owyl3lgq8 WARN: /Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/activesupport-3.2.11/lib/active_support/inflector/methods.rb:230:in `block in constantize'
/Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/activesupport-3.2.11/lib/active_support/inflector/methods.rb:229:in `each'
/Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/activesupport-3.2.11/lib/active_support/inflector/methods.rb:229:in `constantize'
/Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/activesupport-3.2.11/lib/active_support/core_ext/string/inflections.rb:54:in `constantize'
/Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/sidekiq-2.6.4/lib/sidekiq/processor.rb:39:in `block in process'
/Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/celluloid-0.12.4/lib/celluloid/calls.rb:23:in `call'
/Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/celluloid-0.12.4/lib/celluloid/calls.rb:23:in `public_send'
/Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/celluloid-0.12.4/lib/celluloid/calls.rb:23:in `dispatch'
/Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/celluloid-0.12.4/lib/celluloid/future.rb:18:in `block in initialize'
/Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/celluloid-0.12.4/lib/celluloid/internal_pool.rb:48:in `call'
/Users/captainproton/.rvm/gems/ruby-1.9.3-p362@app_my_event/gems/celluloid-0.12.4/lib/celluloid/internal_pool.rb:48:in `block in create'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment