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

Does not work when used in background tasks or console #1

Open
anka opened this issue Nov 14, 2018 · 0 comments
Open

Does not work when used in background tasks or console #1

anka opened this issue Nov 14, 2018 · 0 comments

Comments

@anka
Copy link

anka commented Nov 14, 2018

An error occurred when sending a notification using 'gitlab' notifier. NameError: uninitialized constant GitlabExceptionNotification::Issue::MissingController
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/core_ext/active_support.rb:53:in `block in load_missing_constant'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/core_ext/active_support.rb:8:in `without_bootsnap_cache'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/core_ext/active_support.rb:53:in `rescue in load_missing_constant'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/core_ext/active_support.rb:43:in `load_missing_constant'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/gitlab_exception_notification-1.2.0/lib/gitlab_exception_notification/issue.rb:9:in `initialize'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/gitlab_exception_notification-1.2.0/lib/gitlab_exception_notification/gitlab_notifier.rb:12:in `new'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/gitlab_exception_notification-1.2.0/lib/gitlab_exception_notification/gitlab_notifier.rb:12:in `exception_notification'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/gitlab_exception_notification-1.2.0/lib/gitlab_exception_notification/gitlab_notifier.rb:23:in `call'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/exception_notification-4.2.2/lib/exception_notifier.rb:112:in `fire_notification'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/exception_notification-4.2.2/lib/exception_notifier.rb:55:in `block in notify_exception'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/exception_notification-4.2.2/lib/exception_notifier.rb:54:in `each'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/exception_notification-4.2.2/lib/exception_notifier.rb:54:in `notify_exception'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/pry_instance.rb:355:in `eval'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/pry_instance.rb:355:in `evaluate_ruby'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/pry_instance.rb:323:in `handle_line'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/pry_instance.rb:243:in `block (2 levels) in eval'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/pry_instance.rb:242:in `catch'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/pry_instance.rb:242:in `block in eval'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/pry_instance.rb:241:in `catch'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/pry_instance.rb:241:in `eval'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/repl.rb:77:in `block in repl'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/repl.rb:67:in `loop'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/repl.rb:67:in `repl'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/repl.rb:38:in `block in start'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/input_lock.rb:61:in `__with_ownership'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/input_lock.rb:79:in `with_ownership'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/repl.rb:38:in `start'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/repl.rb:13:in `start'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/pry-0.11.3/lib/pry/pry_class.rb:192:in `start'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/railties-5.2.0/lib/rails/commands/console/console_command.rb:64:in `start'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/railties-5.2.0/lib/rails/commands/console/console_command.rb:19:in `start'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/railties-5.2.0/lib/rails/commands/console/console_command.rb:96:in `perform'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/thor-0.19.4/lib/thor/command.rb:27:in `run'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/thor-0.19.4/lib/thor/invocation.rb:126:in `invoke_command'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/thor-0.19.4/lib/thor.rb:369:in `dispatch'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/railties-5.2.0/lib/rails/command/base.rb:65:in `perform'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/railties-5.2.0/lib/rails/command.rb:46:in `invoke'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/railties-5.2.0/lib/rails/commands.rb:18:in `<main>'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `block in require_with_bootsnap_lfi'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/loaded_features_index.rb:65:in `register'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:20:in `require_with_bootsnap_lfi'
/Users/demo/.rbenv/versions/2.4.0/gemsets/myproject/gems/bootsnap-1.3.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:29:in `require'

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