You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
UI displays "Oh no! An error occured in that request. Not Found"
Network inspection reveals a 404 on /cluster-name/tasks/svc-name. AWS Console shows running tasks in applicable services.
Error in docker console:
error: InvalidParameterException: Tasks cannot be empty.
at Request.extractError (/src/node_modules/aws-sdk/lib/protocol/json.js:48:27)
at Request.callListeners (/src/node_modules/aws-sdk/lib/sequential_executor.js:105:20)
at Request.emit (/src/node_modules/aws-sdk/lib/sequential_executor.js:77:10)
at Request.emit (/src/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/src/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/src/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /src/node_modules/aws-sdk/lib/state_machine.js:26:10
at Request.<anonymous> (/src/node_modules/aws-sdk/lib/request.js:38:9)
at Request.<anonymous> (/src/node_modules/aws-sdk/lib/request.js:685:12)
at Request.callListeners (/src/node_modules/aws-sdk/lib/sequential_executor.js:115:18)
at Request.emit (/src/node_modules/aws-sdk/lib/sequential_executor.js:77:10)
at Request.emit (/src/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/src/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/src/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /src/node_modules/aws-sdk/lib/state_machine.js:26:10
at Request.<anonymous> (/src/node_modules/aws-sdk/lib/request.js:38:9)
The text was updated successfully, but these errors were encountered:
I'm seeing this issue as well. It appears that the endpoint needs to use the task name, not the service name. /cluster-name/tasks/task-name works for me, but the site is fetching by service name, which isn't found.
UI displays "Oh no! An error occured in that request. Not Found"
Network inspection reveals a 404 on
/cluster-name/tasks/svc-name
. AWS Console shows running tasks in applicable services.Error in docker console:
The text was updated successfully, but these errors were encountered: