HatBashBR / HatCloud

discontinued

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error on run

SiNaPsEr0x opened this issue · comments

Traceback (most recent call last):
8: from ./hatcloud.rb:87:in <main>' 7: from /usr/lib/ruby/2.5.0/open-uri.rb:743:in read'
6: from /usr/lib/ruby/2.5.0/open-uri.rb:735:in open' 5: from /usr/lib/ruby/2.5.0/open-uri.rb:165:in open_uri'
4: from /usr/lib/ruby/2.5.0/open-uri.rb:224:in open_loop' 3: from /usr/lib/ruby/2.5.0/open-uri.rb:224:in catch'
2: from /usr/lib/ruby/2.5.0/open-uri.rb:226:in block in open_loop' 1: from /usr/lib/ruby/2.5.0/open-uri.rb:755:in buffer_open'
/usr/lib/ruby/2.5.0/open-uri.rb:377:in `open_http': 404 Not Found (OpenURI::HTTPError)

Hi,

I had the same error. I solved it by changing the URI in hatcloud.rb. The URI which worked for me is http://www.crimeflare.org:82/cgi-bin/cfsearch.cgi

Hope this will help.