You are not logged in.
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
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)
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
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.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
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