Skip to content

Conversation

@oleh-motrunych
Copy link
Contributor

this is the fix for:

{
    "errorMessage": "No such file or directory - hostname",
    "errorType": "Function<Errno::ENOENT>",
    "stackTrace": [
        "/var/lang/lib/ruby/2.7.0/open3.rb:213:in `spawn'",
        "/var/lang/lib/ruby/2.7.0/open3.rb:213:in `popen_run'",
        "/var/lang/lib/ruby/2.7.0/open3.rb:159:in `popen2'",
        "/var/lang/lib/ruby/2.7.0/open3.rb:342:in `capture2'",
        "/var/task/vendor/bundle/ruby/2.7.0/gems/dogapi-1.45.0/lib/dogapi/common.rb:218:in `find_localhost'",
        "/var/task/vendor/bundle/ruby/2.7.0/gems/dogapi-1.45.0/lib/dogapi/facade.rb:78:in `initialize'",
        "/var/task/lambda_function.rb:48:in `new'",
        "/var/task/lambda_function.rb:48:in `lambda_handler'"
    ]
}

this is the fix for:
```
{
    "errorMessage": "No such file or directory - hostname",
    "errorType": "Function<Errno::ENOENT>",
    "stackTrace": [
        "/var/lang/lib/ruby/2.7.0/open3.rb:213:in `spawn'",
        "/var/lang/lib/ruby/2.7.0/open3.rb:213:in `popen_run'",
        "/var/lang/lib/ruby/2.7.0/open3.rb:159:in `popen2'",
        "/var/lang/lib/ruby/2.7.0/open3.rb:342:in `capture2'",
        "/var/task/vendor/bundle/ruby/2.7.0/gems/dogapi-1.45.0/lib/dogapi/common.rb:218:in `find_localhost'",
        "/var/task/vendor/bundle/ruby/2.7.0/gems/dogapi-1.45.0/lib/dogapi/facade.rb:78:in `initialize'",
        "/var/task/lambda_function.rb:48:in `new'",
        "/var/task/lambda_function.rb:48:in `lambda_handler'"
    ]
}
```
@oleh-motrunych oleh-motrunych merged commit eca6379 into master Sep 8, 2025
18 checks passed
@oleh-motrunych oleh-motrunych deleted the oleh-motrunych-patch-1 branch September 8, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants