redis_dashboard icon indicating copy to clipboard operation
redis_dashboard copied to clipboard

Error when trying to access the dashboard

Open nightsurge opened this issue 6 years ago • 0 comments

See stack trace

Started GET "/redis_dashboard/" for ::1 at 2018-04-05 21:58:27 -0400
Errno::ENOENT - No such file or directory @ rb_sysopen - ./views/index.erb:
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/tilt-1.4.1/lib/tilt/template.rb:91:in `initialize'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/tilt-1.4.1/lib/tilt/template.rb:91:in `open'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/tilt-1.4.1/lib/tilt/template.rb:91:in `read_template_file'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/tilt-1.4.1/lib/tilt/template.rb:68:in `block in initialize'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/tilt-1.4.1/lib/tilt/template.rb:69:in `initialize'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/sinatra-1.2.8/lib/sinatra/base.rb:613:in `new'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/sinatra-1.2.8/lib/sinatra/base.rb:613:in `block in compile_template'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/tilt-1.4.1/lib/tilt.rb:127:in `fetch'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/sinatra-1.2.8/lib/sinatra/base.rb:592:in `compile_template'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/sinatra-1.2.8/lib/sinatra/base.rb:574:in `render'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/sinatra-1.2.8/lib/sinatra/base.rb:467:in `erb'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/redis_dashboard-0.1.3/lib/redis_dashboard/application.rb:9:in `block in <class:Application>'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/sinatra-1.2.8/lib/sinatra/base.rb:1175:in `call'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/sinatra-1.2.8/lib/sinatra/base.rb:1175:in `block in compile!'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/sinatra-1.2.8/lib/sinatra/base.rb:739:in `instance_eval'
 /Users/josh/.rvm/gems/ruby-2.4.0/gems/sinatra-1.2.8/lib/sinatra/base.rb:739:in `route_eval'

nightsurge avatar Apr 06 '18 02:04 nightsurge