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

TypeError: nil is not a symbol #7

Open
joergrech opened this issue Jun 23, 2016 · 1 comment
Open

TypeError: nil is not a symbol #7

joergrech opened this issue Jun 23, 2016 · 1 comment

Comments

@joergrech
Copy link

After installing and configuring the data in the ruby job file I get the following error after starting dashing:

bundler: failed to load command: thin (/usr/local/bin/thin)
TypeError: nil is not a symbol
  /Users/jorgrech/repos/Dashing/dashboard-tech/jobs/jira_burndown.rb:29:in `private'
  /Users/jorgrech/repos/Dashing/dashboard-tech/jobs/jira_burndown.rb:29:in `<class:SprintJsonDownloader>'
  /Users/jorgrech/repos/Dashing/dashboard-tech/jobs/jira_burndown.rb:22:in `<top (required)>'
  /Library/Ruby/Gems/2.0.0/gems/backports-3.6.8/lib/backports/std_lib.rb:9:in `require'
  /Library/Ruby/Gems/2.0.0/gems/backports-3.6.8/lib/backports/std_lib.rb:9:in `require_with_backports'
  /Library/Ruby/Gems/2.0.0/gems/dashing-1.3.6/lib/dashing/app.rb:171:in `block in require_glob'
  /Library/Ruby/Gems/2.0.0/gems/dashing-1.3.6/lib/dashing/app.rb:170:in `each'
  /Library/Ruby/Gems/2.0.0/gems/dashing-1.3.6/lib/dashing/app.rb:170:in `require_glob'
  /Library/Ruby/Gems/2.0.0/gems/dashing-1.3.6/lib/dashing/app.rb:181:in `<top (required)>'
  /Library/Ruby/Gems/2.0.0/gems/dashing-1.3.6/lib/dashing.rb:3:in `require'
  /Library/Ruby/Gems/2.0.0/gems/dashing-1.3.6/lib/dashing.rb:3:in `<top (required)>'
  config.ru:1:in `require'
  config.ru:1:in `block in <main>'
  /Library/Ruby/Gems/2.0.0/gems/rack-1.5.5/lib/rack/builder.rb:55:in `instance_eval'
  /Library/Ruby/Gems/2.0.0/gems/rack-1.5.5/lib/rack/builder.rb:55:in `initialize'
  config.ru:1:in `new'
  config.ru:1:in `<main>'
  /Library/Ruby/Gems/2.0.0/gems/thin-1.6.4/lib/rack/adapter/loader.rb:33:in `eval'
  /Library/Ruby/Gems/2.0.0/gems/thin-1.6.4/lib/rack/adapter/loader.rb:33:in `load'
  /Library/Ruby/Gems/2.0.0/gems/thin-1.6.4/lib/thin/controllers/controller.rb:182:in `load_rackup_config'
  /Library/Ruby/Gems/2.0.0/gems/thin-1.6.4/lib/thin/controllers/controller.rb:72:in `start'
  /Library/Ruby/Gems/2.0.0/gems/thin-1.6.4/lib/thin/runner.rb:200:in `run_command'
  /Library/Ruby/Gems/2.0.0/gems/thin-1.6.4/lib/thin/runner.rb:156:in `run!'
  /Library/Ruby/Gems/2.0.0/gems/thin-1.6.4/bin/thin:6:in `<top (required)>'
  /usr/local/bin/thin:23:in `load'
  /usr/local/bin/thin:23:in `<top (required)>'
@vossim
Copy link
Owner

vossim commented Jun 23, 2016

Hi @joergrech are you using point or time-based burn-downs? This plugin currently only works with time-based burn-downs.

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

2 participants