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
I often see this error in the logs of rakep server
rakep server
ERROR Rack::Lint::LintError: The file identified by body.to_path does not exist /Users/rajat/.rvm/gems/ruby-1.9.2-p320/gems/rack-1.4.1/lib/rack/lint.rb:19:in `assert' /Users/rajat/.rvm/gems/ruby-1.9.2-p320/gems/rack-1.4.1/lib/rack/lint.rb:543:in `each' /Users/rajat/.rvm/gems/ruby-1.9.2-p320/gems/rack-1.4.1/lib/rack/body_proxy.rb:26:in `method_missing' /Users/rajat/.rvm/gems/ruby-1.9.2-p320/gems/rack-1.4.1/lib/rack/chunked.rb:23:in `each' /Users/rajat/.rvm/gems/ruby-1.9.2-p320/gems/rack-1.4.1/lib/rack/handler/webrick.rb:71:in `service' /Users/rajat/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' /Users/rajat/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' /Users/rajat/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
This mostly costs me an extra refresh or restarting the server as some of the assets on the requested page are not loaded.
Any pointers why?
The text was updated successfully, but these errors were encountered:
I'm also experiencing. Any suggestions on how to find the offending code?
Sorry, something went wrong.
No branches or pull requests
I often see this error in the logs of
rakep server
This mostly costs me an extra refresh or restarting the server as some of the assets on the requested page are not loaded.
Any pointers why?
The text was updated successfully, but these errors were encountered: