Actions
action #57113
closedlivehandler service tries to load plugins and fails on obs rsync
Description
Observation¶
Sep 19 20:31:23 openqa openqa[22293]: [info] Loading external plugin ObsRsync
Sep 19 20:31:23 openqa openqa-livehandler[22296]: [info] Loading external plugin ObsRsync
Sep 19 20:31:23 openqa openqa-livehandler[22296]: [error] Routes not configured, plugin ObsRsync will be disabled
Sep 19 20:31:23 openqa openqa-livehandler[22296]: [error] API routes not configured, plugin ObsRsync will not have API configured
as can be seen the webui process (pid 22293) loads external plugin and it's fine. But the livehandler service (pid 22296) also tries to load the plugin, which in this context does not make sense, and fails.
Actions