Open akimd opened 4 months ago
I have the same issue here:
/home/andres/.rbenv/versions/3.3.1/lib/ruby/gems/3.3.0/gems/stackprof-webnav-1.0.4/bin/stackprof-webnav:25:in `<top (required)>': uninitialized constant Rack::Handler (NameError)
Rack::Handler.pick(['thin', 'webrick']).run server.new, :Host => options[:addr], :Port => options[:port]
^^^^^^^^^
from /home/andres/.rbenv/versions/3.3.1/bin/stackprof-webnav:25:in `load'
from /home/andres/.rbenv/versions/3.3.1/bin/stackprof-webnav:25:in `<main>'
rack (3.1.7)
rack-cors (2.0.2)
rack-protection (4.0.0)
rack-session (2.0.0)
rack-test (2.1.0)
rackup (2.1.0)
I have not tried to be smart, but a Q&D fix is
in
bin/stackprof-webnav
.I have
Cheers!