Skip to content

When a request to status doesn't include an id field, the service responds with an HTML 500 page #494

Description

@MrCreosote

I would at least expect a JSON response

Most other services also don't require an id (which is bad IMO), not sure why it's required here given it's also SDK compiled.

curl -d '{"params":[],"method":"execution_engine2.status"}' https://ci.kbase.us/services/ee2
<html>
  <head>
    <title>Internal Server Error</title>
  </head>
  <body>
    <h1><p>Internal Server Error</p></h1>
    
  </body>
</html>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions