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

503 Service Temporarily Unavailable (OpenURI::HTTPError) #309

Open
dotrock opened this issue Oct 28, 2024 · 7 comments
Open

503 Service Temporarily Unavailable (OpenURI::HTTPError) #309

dotrock opened this issue Oct 28, 2024 · 7 comments

Comments

@dotrock
Copy link

dotrock commented Oct 28, 2024

I don't know what happened, maybe someone has the same problem?

Getting snapshot pagesC:/Ruby32-x64/lib/ruby/3.2.0/open-uri.rb:369:in open_http': 503 Service Temporarily Unavailable (OpenURI::HTTPError) from C:/Ruby32-x64/lib/ruby/3.2.0/open-uri.rb:760:in buffer_open'
from C:/Ruby32-x64/lib/ruby/3.2.0/open-uri.rb:214:in block in open_loop' from C:/Ruby32-x64/lib/ruby/3.2.0/open-uri.rb:212:in catch'
from C:/Ruby32-x64/lib/ruby/3.2.0/open-uri.rb:212:in open_loop' from C:/Ruby32-x64/lib/ruby/3.2.0/open-uri.rb:153:in open_uri'
from C:/Ruby32-x64/lib/ruby/3.2.0/open-uri.rb:740:in open' from C:/Users/Pavilion/.gem/ruby/3.2.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/Pavilion/.gem/ruby/3.2.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:88:in get_all_snapshots_to_consider' from C:/Users/Pavilion/.gem/ruby/3.2.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:105:in get_file_list_curated'
from C:/Users/Pavilion/.gem/ruby/3.2.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:164:in get_file_list_by_timestamp' from C:/Users/Pavilion/.gem/ruby/3.2.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:309:in file_list_by_timestamp'
from C:/Users/Pavilion/.gem/ruby/3.2.0/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:192:in download_files' from C:/Users/Pavilion/.gem/ruby/3.2.0/gems/wayback_machine_downloader-2.3.1/bin/wayback_machine_downloader:72:in <top (required)>'
from C:/Users/Pavilion/AppData/Local/Microsoft/WindowsApps/wayback_machine_downloader:32:in load' from C:/Users/Pavilion/AppData/Local/Microsoft/WindowsApps/wayback_machine_downloader:32:in

'

@AbdulahDe
Copy link

same

@dookiethedog
Copy link

same issue, i just set it up for the first time

@djhargrove
Copy link

the issue is explained here in this comment

@hupictz
Copy link

hupictz commented Oct 30, 2024

Now, the download is working. (confirmed on 30th Oct 2024)

If you guys have any issues. Please report it here. I'm happy to help.

@voidlucidity
Copy link

voidlucidity commented Oct 30, 2024

The main downloading part works for me, but when I use the --list option, I get this error

Getting snapshot pages/Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.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 /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/net/protocol.rb:46:in `ssl_socket_connect'
        from /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/net/http.rb:1089:in `connect'
        from /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/net/http.rb:995:in `do_start'
        from /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/net/http.rb:984:in `start'
        from /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/open-uri.rb:323:in `open_http'
        from /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/open-uri.rb:741:in `buffer_open'
        from /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/open-uri.rb:212:in `block in open_loop'
        from /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/open-uri.rb:210:in `catch'
        from /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/open-uri.rb:210:in `open_loop'
        from /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/open-uri.rb:151:in `open_uri'
        from /Users/v/.rubies/ruby-3.1.3/lib/ruby/3.1.0/open-uri.rb:721:in `open'
        from /Users/v/gems/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader/archive_api.rb:13:in `get_raw_list_from_api'
        from /Users/v/gems/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:88:in `get_all_snapshots_to_consider'
        from /Users/v/gems/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:105:in `get_file_list_curated'
        from /Users/v/gems/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:164:in `get_file_list_by_timestamp'
        from /Users/v/gems/gems/wayback_machine_downloader-2.3.1/lib/wayback_machine_downloader.rb:177:in `list_files'
        from /Users/v/gems/gems/wayback_machine_downloader-2.3.1/bin/wayback_machine_downloader:70:in `<top (required)>'
        from /Users/v/gems/bin/wayback_machine_downloader:25:in `load'
        from /Users/v/gems/bin/wayback_machine_downloader:25:in `<main>'

@otherwisediet
Copy link

Now, the download is working. (confirmed on 30th Oct 2024)

If you guys have any issues. Please report it here. I'm happy to help.

I have a question: Is it possible to download YouTube videos from a channel that's been terminated using Wayback Machine? I can access snapshots of the channel's pages, but I'm only able to download static files. Is there a way to download the actual video files themselves?

@andy013
Copy link

andy013 commented Nov 15, 2024

Use this fork instead: #292

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

8 participants