Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

404 on /cluster-name/tasks/svc-name #51

Open
avesse opened this issue Nov 23, 2017 · 2 comments · May be fixed by #57
Open

404 on /cluster-name/tasks/svc-name #51

avesse opened this issue Nov 23, 2017 · 2 comments · May be fixed by #57

Comments

@avesse
Copy link

avesse commented Nov 23, 2017

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)
@dmazurek
Copy link

dmazurek commented Jan 4, 2018

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.

@sauravy
Copy link

sauravy commented Mar 13, 2018

+1

mikesir87 added a commit to mikesir87/specs that referenced this issue Oct 18, 2018
@mikesir87 mikesir87 linked a pull request Oct 18, 2018 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants