BaseSecrete / rorvswild

Performances & exceptions monitoring for Ruby on Rails applications
https://www.rorvswild.com
MIT License
331 stars 9 forks source link

just right after completing install steps... #12

Closed okliv closed 4 years ago

okliv commented 4 years ago
NoMethodError (undefined method `[]' for nil:NilClass):
    rorvswild (1.5.3) lib/rorvswild/plugin/action_controller.rb:17:in `start'
    activesupport (4.2.8) lib/active_support/notifications/fanout.rb:98:in `start'
    activesupport (4.2.8) lib/active_support/notifications/fanout.rb:42:in `block in start'

🤷

alexisbernard commented 4 years ago

What are your Rails and Ruby versions ?

Edit: Sorry, I read too quickly, it's in the stack trace :-)

okliv commented 4 years ago

$ ruby -v ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]

alexisbernard commented 4 years ago

I have fixed it. Can you confirm me it's also the case on your side by updating your Gemfile ? Then I will release a new version.

gem "rorvswild", git: "https://github.com/BaseSecrete/rorvswild.git", ref: "db5187bf7da991d80afc3f6aef1fb9fac7baaa91
okliv commented 4 years ago

now it just gives me "We're sorry, but something went wrong." after a minute of website not responding without any errors in a log :(

syedhassan commented 4 years ago

@okliv try using gem 1.5.1 so in Gemfile gem 'rorvswild', '1.5.1'

okliv commented 4 years ago

same silent freeze

alexisbernard commented 4 years ago

@okliv can you provide me your Gemfile ? I suspect there is a conflict with another gem.

okliv commented 4 years ago

unfortunately, i've already done $ bundle update and now ref: "db5187bf7da991d80afc3f6aef1fb9fac7baaa91 version allowed me to start my website. I do not have an old version of Gemfile.lock

okliv commented 4 years ago

implicitly, maybe the list of gems could help (i've extracted changed ones)

*** LOCAL GEMS ***

addressable (2.7.0, 2.6.0)
anyway_config (2.0.2, 2.0.0.pre)
builder (3.2.4, 3.2.3)
byebug (11.1.3, 11.0.1)
concurrent-ruby (1.1.6, 1.1.5)
crass (1.0.6, 1.0.4)
devise (4.7.1, 4.6.2)
faraday (0.17.3, 0.15.4)
ffi (1.12.2, 1.11.1)
foundation-rails (6.6.2.0, 6.5.3.0)
googleauth (0.12.0, 0.10.0)
jquery-rails (4.4.0, 4.3.5)
json (default: 2.1.0, 1.8.6)
kaminari (1.2.0, 1.1.1)
kaminari-actionview (1.2.0, 1.1.1)
kaminari-activerecord (1.2.0, 1.1.1)
kaminari-core (1.2.0, 1.1.1)
launchy (2.5.0, 2.4.3)
loofah (2.5.0, 2.2.3)
mime-types (3.3.1, 3.2.2)
mime-types-data (3.2020.0425, 3.2019.0331)
mini_magick (4.10.1, 4.9.5)
minitest (5.14.0, 5.11.3)
net-http-persistent (4.0.0, 3.1.0)
net-ping (2.0.7, 2.0.6)
nio4r (2.5.2, 2.4.0)
nokogiri (1.10.9, 1.10.3)
os (1.1.0, 1.0.1)
public_suffix (4.0.5, 3.1.1)
puma (4.3.3, 4.0.1)
rack (1.6.13, 1.6.11)
rails-html-sanitizer (1.3.0, 1.0.4)
rake (13.0.1, 12.3.3, 12.3.2)
rb-fsevent (0.10.4, 0.10.3)
rb-inotify (0.10.1, 0.10.0)
rdoc (default: 6.1.0, 4.3.0)
signet (0.14.0, 0.12.0)
sitemap_generator (6.1.0, 6.0.2)
thor (1.0.1, 0.20.3)
tilt (2.0.10, 2.0.9)
turbolinks (5.2.1, 5.2.0)
tzinfo (1.2.7, 1.2.5)
uglifier (4.2.0, 4.1.20)
alexisbernard commented 4 years ago

unfortunately, i've already done $ bundle update and now ref: "db5187bf7da991d80afc3f6aef1fb9fac7baaa91 version allowed me to start my website. I do not have an old version of Gemfile.lock

Does it means it works with the ref version db5187bf7da991d80afc3f6aef1fb9fac7baaa91 ?

I tried to setup a rails app with all the gems you listed, but I have no errors.

okliv commented 4 years ago

Nevertheless, the truth is that i only run bundle update and now it works

alexisbernard commented 4 years ago

Great ! I have released version 1.5.4.