You are not logged in.

#1 2019-11-18 11:56:32

archifer
Member
Registered: 2019-07-08
Posts: 49

[SOLVED] Ruby Error (HatCloud)

I was trying to test HatCloud tool and I always receive this error:

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

Am I missing some dependencies?

Last edited by archifer (2019-12-12 11:48:35)

Offline

#2 2019-11-18 12:13:08

schard
Member
From: Hannover
Registered: 2016-05-06
Posts: 1,932
Website

Re: [SOLVED] Ruby Error (HatCloud)

I don't know Ruby too well, but this looks like a runtime error when trying to open a URL, which is not available (HTTP 404).
So the problem seems to be either a faulty URL (string) or an issue on the respective HTTP server.
To solve this issue, it would be good to know, which program you called with what parameters and associated configuration, that produces this particular error.

Last edited by schard (2019-11-18 12:14:25)

Offline

#3 2019-11-18 12:43:28

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] Ruby Error (HatCloud)

Maybe OP is having the issue described at https://github.com/HatBashBR/HatCloud/issues/28 ?


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2019-11-18 23:25:45

archifer
Member
Registered: 2019-07-08
Posts: 49

Re: [SOLVED] Ruby Error (HatCloud)

Lone_Wolf wrote:

Maybe OP is having the issue described at https://github.com/HatBashBR/HatCloud/issues/28 ?

Yes it is actually. But it also seems like the work of HatCloud is discontinued. But luckily there's an alternative in python CloudFail and it works.

Thanks anyways. I appreciate.

Offline

Board footer

Powered by FluxBB