Description of Problem
How reproducible
Intermittent
Steps to Reproduce
- Setup a proxy and have it slow connections down
- Run insights-client on the host and watch it come back with the error
Actual Behavior
We don't get a proper http response code back so we just log
2024-02-02T13:24:40 [I|app|264e38c3] Parameters:{"module"=>"insights-core", "path"=>"platform/module-update-router/v1/channel"}2024-02-02T13:24:41 [W|app|264e38c3] Action failed 2024-02-02T13:24:41 [I|app|264e38c3] Backtrace for 'Action failed' error (NoMethodError): undefined method `code' for nil:NilClass
Expected Behavior
We can alter the error to return the full http response instead, so support has it for debugging. This will show if we got an actual timeout and what the error was compared to just a generic traceback error.
- is related to
-
RHINENG-8442 Satellite client failing with 500 Internal Server error while running insights-client comand, which completes even with the error.
-
- New
-