Skip to content
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

Unexpected EOF While Reading OpenSSL #306

Open
lycanlibrarian opened this issue Sep 20, 2024 · 0 comments
Open

Unexpected EOF While Reading OpenSSL #306

lycanlibrarian opened this issue Sep 20, 2024 · 0 comments

Comments

@lycanlibrarian
Copy link

Not sure if this is a Ruby issue or an issue of this repository, but can't seem to find discussion of this error elsewhere. When downloading from a site, it will consistently dump the following:

Getting snapshot pages.....................................C:/Ruby33-x64/lib/ruby/3.3.0/net/protocol.rb:46:in connect_nonblock': SSL_connect returned=1 errno=0 peeraddr=207.241.237.3:443 state=error: unexpected eof while reading (OpenSSL::SSL::SSLError) from C:/Ruby33-x64/lib/ruby/3.3.0/net/protocol.rb:46:in ssl_socket_connect'
from C:/Ruby33-x64/lib/ruby/3.3.0/net/http.rb:1674:in connect' from C:/Ruby33-x64/lib/ruby/3.3.0/net/http.rb:1580:in do_start'
from C:/Ruby33-x64/lib/ruby/3.3.0/net/http.rb:1569:in start' from C:/Ruby33-x64/lib/ruby/3.3.0/open-uri.rb:334:in open_http'
from C:/Ruby33-x64/lib/ruby/3.3.0/open-uri.rb:770:in buffer_open' from C:/Ruby33-x64/lib/ruby/3.3.0/open-uri.rb:220:in block in open_loop'
from C:/Ruby33-x64/lib/ruby/3.3.0/open-uri.rb:218:in catch' from C:/Ruby33-x64/lib/ruby/3.3.0/open-uri.rb:218:in open_loop'
from C:/Ruby33-x64/lib/ruby/3.3.0/open-uri.rb:158:in open_uri' from C:/Ruby33-x64/lib/ruby/3.3.0/open-uri.rb:750:in open'
from C:/Users/ethan/.local/share/gem/ruby/3.3.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader/archive_api.rb:13:in get_raw_list_from_api' from C:/Users/ethan/.local/share/gem/ruby/3.3.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:92:in block in get_all_snapshots_to_consider'
from internal:numeric:237:in times' from C:/Users/ethan/.local/share/gem/ruby/3.3.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:91:in get_all_snapshots_to_consider'
from C:/Users/ethan/.local/share/gem/ruby/3.3.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:105:in get_file_list_curated' from C:/Users/ethan/.local/share/gem/ruby/3.3.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:164:in get_file_list_by_timestamp'
from C:/Users/ethan/.local/share/gem/ruby/3.3.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:309:in file_list_by_timestamp' from C:/Users/ethan/.local/share/gem/ruby/3.3.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:192:in download_files'
from C:/Users/ethan/.local/share/gem/ruby/3.3.0/gems/wayback_machine_downloader-2.3.1/bin/wayback_machine_downloader:72:in <top (required)>' from C:/Users/ethan/AppData/Local/Microsoft/WindowsApps/wayback_machine_downloader:32:in load'
from C:/Users/ethan/AppData/Local/Microsoft/WindowsApps/wayback_machine_downloader:32:in `

'

No clue what to do here, or perhaps more accurately, not sure what to Google to figure it out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant