Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong constant name #43

Closed
akarmes opened this issue Dec 17, 2015 · 0 comments
Closed

wrong constant name #43

akarmes opened this issue Dec 17, 2015 · 0 comments
Labels
bug Bugs and issues

Comments

@akarmes
Copy link

akarmes commented Dec 17, 2015

Controller code:

# app/controllers/channels/playlist_items/uploaded_controller.rb
module Channels
  module PlaylistItems
    class UploadedController < Karafka::BaseController

Exception:

    from /Users/yukke/.rvm/gems/ruby-2.2.3@playlist-processor/bundler/gems/karafka-c43362cd860f/lib/karafka/workers/builder.rb:33:in `build'
    from /Users/yukke/.rvm/gems/ruby-2.2.3@playlist-processor/bundler/gems/karafka-c43362cd860f/lib/karafka/base_controller.rb:131:in `worker'
    from /Users/yukke/.rvm/gems/ruby-2.2.3@playlist-processor/bundler/gems/karafka-c43362cd860f/lib/karafka/routing/mapper.rb:15:in `map'
    from /Users/yukke/.rvm/gems/ruby-2.2.3@playlist-processor/bundler/gems/karafka-c43362cd860f/lib/karafka/routing/mapper.rb:15:in `workers'
    from /Users/yukke/.rvm/gems/ruby-2.2.3@playlist-processor/bundler/gems/karafka-c43362cd860f/lib/karafka/app.rb:19:in `bootstrap'
    from /Users/yukke/apps/StrikeSocial/PlaylistProcessor/app.rb:27:in `<top (required)>'
    from /Users/yukke/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/irb/init.rb:280:in `require'
    from /Users/yukke/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/irb/init.rb:280:in `block in load_modules'
    from /Users/yukke/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/irb/init.rb:278:in `each'
    from /Users/yukke/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/irb/init.rb:278:in `load_modules'
    from /Users/yukke/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/irb/init.rb:20:in `setup'
    from /Users/yukke/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/irb.rb:378:in `start'
    from /Users/yukke/.rvm/rubies/ruby-2.2.3/bin/irb:15:in `<main>'
@mensfeld mensfeld added the bug Bugs and issues label Dec 17, 2015
mensfeld added a commit that referenced this issue Dec 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs and issues
Development

No branches or pull requests

2 participants