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

And*_*eta 8 ruby ruby-on-rails webrick jekyll

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 in my styles. The images that have the hover effect does not work, or other kind of weirdness in the navbar, and so on.

这是一个使用 SiteLeaf 作为 CMS 并通过 AWS 进行部署的网页。

我非常感谢您的帮助...谢谢。

gsc*_*von 0

运行bundle exec jekyll s会删除这些消息,但我也有兴趣了解仅运行命令时为什么会出现这种情况jekyll s

当站点在重新加载后重建自身时,这些消息将持续存在。

  • 我发现我的样式问题是因为我在构建命令中使用了 ```--incremental``` 标志,但是,在重新加载应用程序时,我仍然出现此 webrick 错误。我还没有找到解决方案,但到目前为止似乎没有影响应用程序 (2认同)
  • 在本地运行 jekyll 服务器时也开始看到这些奇怪的错误,但似乎并不影响应用程序。 (2认同)