-
-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swagger 500 errors in 4.22.5 #4720
Comments
Hi! |
It seems the problem comes from Ombi/src/Ombi.Api.Plex/Models/Metadata.cs Line 42 in f044a43
Ombi/src/Ombi.Api.Plex/Models/Metadata.cs Line 28 in f044a43
Having the same property name I think this was introduced in ab1a11a |
Seems to be a known thing, setting something to private instead of public or adding a resolveconflictingactions to the swagger config are two suggested changes. c6bf08a seems to not have the fault, but that may be due to it being in a dev environment rather than fully compiled. It definitely bears further investigation. |
@tidusjar - able to check out the changes to contentsync and see if it compiles happily? runs in dev env for me, just want to make sure it's not suppressing anything. |
Never mind my branch - @sephrat made a much better fix. |
Describe the bug
Accessing swagger page returns a 500 error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Swagger page not crashing
Screenshots
Logs (Logs directory where Ombi is located)
Desktop (please complete the following information):
Ombi Version (please complete the following information):
Additional context
Error message in case it's needed:
error: "Failed to generate schema for type - Ombi.Models.External.PlexLibrariesResponse. See inner exception"
The text was updated successfully, but these errors were encountered: