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
A number of widgets on the followings pages fail to load:
All seem to have the same root error, eg:
Internal Server Error: #<ArgumentError: wrong number of arguments (2 for 1)> /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/middleware.rb:33:in `initialize' /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/middleware.rb:21:in `new' /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/middleware.rb:21:in `new' /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/builder.rb:43:in `build' /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/builder.rb:78:in `block in to_app' /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/builder.rb:78:in `each' /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/builder.rb:78:in `inject' /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/builder.rb:78:in `to_app' /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/connection.rb:87:in `app' /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/connection.rb:247:in `run_request' /home/jamestyj/.rvm/gems/ruby-1.9.3-p392/gems/faraday-0.8.7/lib/faraday/connection.rb:100:in `get' /home/jamestyj/code/dashboard/app/models/http_service.rb:72:in `request' /home/jamestyj/code/dashboard/app/models/sources/ci/travis.rb:31:in `request_build_status' /home/jamestyj/code/dashboard/app/models/sources/ci/travis.rb:19:in `get' /home/jamestyj/code/dashboard/app/controllers/api/data_sources_controller.rb:6:in `index'
The text was updated successfully, but these errors were encountered:
Did git bisect and found the first offending commit 7cbc8c3.
Sorry, something went wrong.
No branches or pull requests
A number of widgets on the followings pages fail to load:
All seem to have the same root error, eg:
The text was updated successfully, but these errors were encountered: