小编And*_*eta的帖子

Jekyll ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:17

I'm getting the following error in my console logs when running the bundle exec jekyll command.

[2020-01-29 15:34:01] ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:16 
        /Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/httpserver.rb:82:in `eof?'
        /Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/httpserver.rb:82:in `run'
        /Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
[2020-01-29 15:34:01] ERROR Errno::ECONNRESET: Connection reset by peer @ io_fillbuf - fd:17 
        /Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/httpserver.rb:82:in `eof?'
        /Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/httpserver.rb:82:in `run'
        /Users/aeum3893/.rvm/rubies/ruby-2.6.5/lib/ruby/2.6.0/webrick/server.rb:307:in `block in start_thread'
Run Code Online (Sandbox Code Playgroud)

After that, I can go to my localhost:4000 which is the one where I'm working on this proyect, but I'm getting a weird behavior …

ruby ruby-on-rails webrick jekyll

8
推荐指数
1
解决办法
3243
查看次数

标签 统计

jekyll ×1

ruby ×1

ruby-on-rails ×1

webrick ×1