We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I didn't dig deeply yet but after performing a Typhoeus::Request all other attempts to open an URL even with the URI.open fail.
Typhoeus::Request
URI.open("https://removeglassdoorreviews.com/sitemap.xml") => #<StringIO:0x00007f0ae7fd82e0 ... SitemapParser.new("https://removeglassdoorreviews.com/sitemap.xml", recurse: true).urls Traceback (most recent call last): /app/vendor/bundle/ruby/2.7.0/gems/sitemap-parser-0.5.6/lib/sitemap-parser.rb:20:in `block in raw_sitemap': HTTP request to https://removeglassdoorreviews.com/sitemap.xml failed (RuntimeError) URI.open("https://removeglassdoorreviews.com/sitemap.xml") Traceback (most recent call last): /app/vendor/ruby-2.7.8/lib/ruby/2.7.0/net/protocol.rb:44:in `connect_nonblock': Connection reset by peer - SSL_connect (Errno::ECONNRESET)
I'd say the Typhoeus requirement is quite unnecessary here. The same could be accomplished with the standard library. Especially considering the number of issues https://github.com/typhoeus/typhoeus/issues
sitemap-parser 0.5.6 typhoeus 1.4.0 rails 5.2.8.1 ruby 2.7.8
The text was updated successfully, but these errors were encountered:
Agreed. I won't be able to do that myself, but I'd be happy to review a PR that does so.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I didn't dig deeply yet but after performing a
Typhoeus::Request
all other attempts to open an URL even with the URI.open fail.Steps to reproduce the behavior
Expected behavior
I'd say the Typhoeus requirement is quite unnecessary here. The same could be accomplished with the standard library. Especially considering the number of issues https://github.com/typhoeus/typhoeus/issues
sitemap-parser 0.5.6
typhoeus 1.4.0
rails 5.2.8.1
ruby 2.7.8
The text was updated successfully, but these errors were encountered: