-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
end of file reached (EOFError) #39
Comments
I'm seeing the same... |
What is your default source? Opscode deprecated their old API and changed the end point to
|
My set-up just stopped working so I was looking to resolve it and starting getting EOFError and ECONNECTRESET. I was stuck at 0.0.2 and was trying to update to interact with the new API but rubygems dependency API was having problems which I think was my issue. I have now successfully updated to latest librarian-chef 0.0.4 and back to normal now. |
Updated to 0.0.4 and the issue was fixed. |
0.0.4 fixed it for me too. |
0.0.4 fixes it. it is also good advice to update the |
Thank you all! I'm updating in intercity/chef-repo. |
Sorry for the issue.
I use librarian-chef with intercity/chef-repo. It doesn't work from the box.
Error message:
/home/com/.rbenv/versions/2.1.0/lib/ruby/2.1.0/net/protocol.rb:153:in `read_nonblock': end of file reached (EOFError)
I tried:
bundle exec librarian-chef clean
bundle exec librarian-chef init
uncomment "cookbook 'chef-client'"
bundle exec librarian-chef install
The same error occurs:
/home/com/.rbenv/versions/2.1.0/lib/ruby/2.1.0/net/protocol.rb:153:in `read_nonblock': end of file reached (EOFError)
Do you know why this happens.
The text was updated successfully, but these errors were encountered: