We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to run bundle exec rake after_party:status I get the following error:
bundle exec rake after_party:status
rake aborted! NoMethodError: undefined method `humanize' for nil:NilClass /opt/rails/vendor/bundle/ruby/2.5.0/gems/after_party-1.11.2/lib/tasks/deploy_task_runner.rake:17:in `block (3 levels) in <main>' /opt/rails/vendor/bundle/ruby/2.5.0/gems/after_party-1.11.2/lib/tasks/deploy_task_runner.rake:13:in `collect' /opt/rails/vendor/bundle/ruby/2.5.0/gems/after_party-1.11.2/lib/tasks/deploy_task_runner.rake:13:in `block (2 levels) in <main>' /opt/rails/vendor/bundle/ruby/2.5.0/gems/appsignal-2.3.7/lib/appsignal/hooks/rake.rb:16:in `execute' /opt/rails/vendor/bundle/ruby/2.5.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>' /usr/local/bin/bundle:23:in `load' /usr/local/bin/bundle:23:in `<main>'
If you need more backtrace, please let me know. This is happening for me on multiple environments.
Meanwhile, is there another way to check the status of my tasks?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to run
bundle exec rake after_party:status
I get the following error:If you need more backtrace, please let me know. This is happening for me on multiple environments.
Meanwhile, is there another way to check the status of my tasks?
The text was updated successfully, but these errors were encountered: