Project

Profile

Help

Issue #4426

closed

JSON serialization of schema fails with internal server error

Added by mdellweg about 5 years ago. Updated almost 4 years ago.

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

Is duplicate of Pulp - Issue #4323: /pulp/api/v3/ returns 500 errorCLOSED - CURRENTRELEASEdaviddavisActions
Actions #1

Updated by daviddavis about 5 years ago

  • Is duplicate of Issue #4323: /pulp/api/v3/ returns 500 error added
Actions #2

Updated by daviddavis about 5 years ago

  • Status changed from NEW to CLOSED - DUPLICATE
Actions #3

Updated by bmbouter about 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF