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

NoMethodError: super: no superclass method `call' #15

Open
sandric opened this issue Oct 5, 2020 · 0 comments
Open

NoMethodError: super: no superclass method `call' #15

sandric opened this issue Oct 5, 2020 · 0 comments

Comments

@sandric
Copy link

sandric commented Oct 5, 2020

Having this exception after installing and adding config for development as in readme:

#<NoMethodError: super: no superclass method `call' for #<Logist::Logger:0x00005618b8072ef8>>
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:21:in `call'
/home/sandric/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/logger.rb:582:in `format_message'
/home/sandric/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/logger.rb:472:in `add'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/logger.rb:87:in `add'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/logger.rb:25:in `block (2 levels) in broadcast'
/home/sandric/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/logger.rb:525:in `info'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/rack/logger.rb:35:in `call_app'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/rack/logger.rb:24:in `block in call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:69:in `block in tagged'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:26:in `tagged'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:69:in `tagged'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/rack/logger.rb:24:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-timeout-0.5.1/lib/rack/timeout/core.rb:123:in `block in call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-timeout-0.5.1/lib/rack/timeout/support/timeout.rb:19:in `timeout'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-timeout-0.5.1/lib/rack/timeout/core.rb:122:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/request_id.rb:25:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-2.0.6/lib/rack/runtime.rb:22:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/executor.rb:12:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/static.rb:125:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-2.0.6/lib/rack/sendfile.rb:111:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/engine.rb:522:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/configuration.rb:225:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/server.rb:658:in `handle_request'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/server.rb:472:in `process_client'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/server.rb:332:in `block in run'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:133:in `block in spawn_thread'
2020-10-05 15:22:54 +0300: Rack app error handling request { GET /api/v1/tenants/344437fa-6bbc-4744-9aa7-633e2ea61c8f/contracts }
#<NoMethodError: super: no superclass method `call' for #<Logist::Logger:0x00005618b8072ef8>>
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:21:in `call'
/home/sandric/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/logger.rb:582:in `format_message'
/home/sandric/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/logger.rb:472:in `add'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/logger.rb:87:in `add'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/logger.rb:25:in `block (2 levels) in broadcast'
/home/sandric/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/logger.rb:525:in `info'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/rack/logger.rb:35:in `call_app'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/rack/logger.rb:24:in `block in call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:69:in `block in tagged'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:26:in `tagged'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:69:in `tagged'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/rack/logger.rb:24:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-timeout-0.5.1/lib/rack/timeout/core.rb:123:in `block in call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-timeout-0.5.1/lib/rack/timeout/support/timeout.rb:19:in `timeout'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-timeout-0.5.1/lib/rack/timeout/core.rb:122:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/request_id.rb:25:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-2.0.6/lib/rack/runtime.rb:22:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/executor.rb:12:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/static.rb:125:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-2.0.6/lib/rack/sendfile.rb:111:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/engine.rb:522:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/configuration.rb:225:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/server.rb:658:in `handle_request'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/server.rb:472:in `process_client'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/server.rb:332:in `block in run'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:133:in `block in spawn_thread'
2020-10-05 15:22:54 +0300: Rack app error handling request { GET /api/v1/tenants }
#<NoMethodError: super: no superclass method `call' for #<Logist::Logger:0x00005618b8072ef8>>
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:21:in `call'
/home/sandric/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/logger.rb:582:in `format_message'
/home/sandric/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/logger.rb:472:in `add'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/logger.rb:87:in `add'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/logger.rb:25:in `block (2 levels) in broadcast'
/home/sandric/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/logger.rb:525:in `info'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/rack/logger.rb:35:in `call_app'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/rack/logger.rb:24:in `block in call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:69:in `block in tagged'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:26:in `tagged'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/activesupport-5.1.6/lib/active_support/tagged_logging.rb:69:in `tagged'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/rack/logger.rb:24:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-timeout-0.5.1/lib/rack/timeout/core.rb:123:in `block in call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-timeout-0.5.1/lib/rack/timeout/support/timeout.rb:19:in `timeout'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-timeout-0.5.1/lib/rack/timeout/core.rb:122:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/request_id.rb:25:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-2.0.6/lib/rack/runtime.rb:22:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/executor.rb:12:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/static.rb:125:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-2.0.6/lib/rack/sendfile.rb:111:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/railties-5.1.6/lib/rails/engine.rb:522:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/configuration.rb:225:in `call'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/server.rb:658:in `handle_request'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/server.rb:472:in `process_client'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/server.rb:332:in `block in run'
/home/sandric/.rvm/gems/ruby-2.6.5/ruby/2.6.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:133:in `block in spawn_thread'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant