Actions
Issue #4426
closedJSON serialization of schema fails with internal server error
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
http --json :8000/pulp/api/v3/
returns
HTTP/1.1 500 Internal Server Error
The output of 'pulp-manage runserver' reveals the error to be:
AttributeError: 'dict' object has no attribute 'title'
I suspect this line: https://github.com/pulp/pulp/blob/5a938d8516b71aca6806b89f2cb80e3fda180f94/pulpcore/app/openapigenerator.py#L92
to return the wrong data type (at least, it does not match with the docstring).
Without '--json', valid yaml content seems to be created.
Related issues
Updated by daviddavis almost 6 years ago
- Is duplicate of Issue #4323: /pulp/api/v3/ returns 500 error added
Updated by daviddavis almost 6 years ago
- Status changed from NEW to CLOSED - DUPLICATE
Actions