Actions
action #107719
closedo3 logreports - Could not render a response
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2022-03-01
Due date:
% Done:
0%
Estimated time:
Description
We see the following warnings/errors on o3:
[2022-02-28T16:33:43.718187Z] [error] [hzTerrCHXye9] Could not render a response at /usr/share/openqa/script/../lib/OpenQA/WebAPI.pm line 170.
This error message is actually logged by Mojolicious (Mojolicious/Controller.pm
):
# Maybe no 404
return defined $output ? Mojo::ByteStream->new($output) : undef if $ts;
return $maybe ? undef : Carp::croak("Could not render a response") unless defined $output;
Not sure whether there's something we can do about it. It could actually be a problem on our side, e.g. a controller (likely the one of the logfile route) that unexpectedly doesn't render anything.
Actions