-
Notifications
You must be signed in to change notification settings - Fork 111
running a task/che-commands is showing error: Request {taskname} failed with error: Information not found
#155
Comments
It is impossible to test new stacks with plugins ^( |
@tolusha could you explain why this prevents testing? |
It doesn't prevent testing anymore. I've found workaround by testing commands without plugins. |
It is possible to test commands with python stack which doesn't use sidecars. |
The bug is reproduced when we have at least one active remote plugin, so I tested it with typescript plugin.
As I can see from logs, requests for runtime info of a task are redirected on remote plugin side (typescript plugin in my case). I'm not sure about current behavior - is it OK that remote plugin creates own proxy for this case and tries to handle all requests? |
Who is handling this issue? |
@slemeur I'm testing some fix for @eclipse-che/theia-plugin-ext side and going to provide the PR. |
Description
When trying to run a che-command,
Request {taskname} failed with error: Information not found
message is display and the command is not executedReproduction Steps
Run this devfile:
run the command
run
it is supposed to execute the commandpwd
but it is not and showing in a dialog box:Error launching task 'run': Request run failed with message: Information not found
and in theia ide logs:
OS and version:
Minikube - che7 started with chectl
The text was updated successfully, but these errors were encountered: