Page MenuHomePhabricator
Paste P17218

Not Wikilambda function-orchestrator error
ActivePublic

Authored by LucasWerkmeister on Sep 5 2021, 7:42 PM.
tools.notwikilambda@tools-sgebastion-07:~$ kubectl logs --tail=1 deploy/function-orchestrator | jq .
{
"name": "function-orchestrator",
"hostname": "function-orchestrator-695cbd89f7-hggdf",
"pid": 6051,
"level": 50,
"message": "500: internal_error",
"stack": "TypeError: Cannot read property 'Z9K1' of undefined\n at performTest (/data/project/notwikilambda/www/js/function-orchestrator/src/performTest.js:90:35)\n at getTestResults (/data/project/notwikilambda/www/js/function-orchestrator/src/performTest.js:168:18)",
"status": 500,
"type": "internal_error",
"detail": "Cannot read property 'Z9K1' of undefined",
"request_id": "b3c92ba0-0e79-11ec-9762-15a13f59b779",
"request": {
"url": "/1/v1/evaluate/test/%7B%22zfunction%22:%22Z802%22,%22zimplementations%22:%22%5B%5C%22Z902%5C%22%5D%22,%22ztesters%22:%22%5B%5C%22Z10068%5C%22%5D%22,%22evaluatorUri%22:%22http%3A%2F%2Ffunction-evaluator.tool-notwikilambda%3A6927%2F1%2Fv1%2Fevaluate%2F%22,%22wikiUri%22:%22https%3A%2F%2Fnotwikilambda.toolforge.org%2Fw%2Fapi.php%22,%22doValidate%22:false,%22nocache%22:true%7D",
"headers": {
"user-agent": "GuzzleHttp/7",
"x-request-id": "b3c92ba0-0e79-11ec-9762-15a13f59b779"
},
"method": "GET",
"params": {
"0": "/1/v1/evaluate/test/{\"zfunction\":\"Z802\",\"zimplementations\":\"[\\\"Z902\\\"]\",\"ztesters\":\"[\\\"Z10068\\\"]\",\"evaluatorUri\":\"http://function-evaluator.tool-notwikilambda:6927/1/v1/evaluate/\",\"wikiUri\":\"https://notwikilambda.toolforge.org/w/api.php\",\"doValidate\":false,\"nocache\":true}"
},
"query": {},
"remoteAddress": "192.168.123.59",
"remotePort": 43420
},
"levelPath": "error/500",
"msg": "500: internal_error",
"time": "2021-09-05T18:47:21.420Z",
"v": 0
}