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.
Updated by mkittler about 5 years ago
- Status changed from New to In Progress
- Assignee set to mkittler
- Target version set to Current Sprint
- Difficulty set to easy
Updated by mkittler about 5 years ago
- Status changed from In Progress to Resolved
- Target version changed from Current Sprint to Done
PR has bee merged
Actions