-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
NetBox API swagger docs fetch url error #7401
Comments
Looks like a bug in an upstream dependency. This is actively being worked on by the respective teams, so we'll hold off a bit to see how they decide to handle it. In the meantime, you can work around this bug by directly installing
Edit: I've fixed the demo instance. |
python-jsonschema/jsonschema#845 (comment) 4.0.0 has now been yanked and 4.0.1 was released with a fix for |
Well that was fast! Thanks for the heads up, @tirkarthi! Appreciate the quick fix! |
with jsonschema==4.0.1 still the same issue, temp fix works for me |
Agreed, still seems to be an issue. |
Is there a traceback showing the error in jsonschema? |
@tirkarthi here's what I've narrowed it down to:
|
Ok, it seems swagger project still needs to pin down the version. |
Yelp/swagger_spec_validator#146 seems to fix this. |
I should have this fixed for us by pinning |
NetBox version
v3.0.4
Python version
3.8
Steps to Reproduce
Expected Behavior
API docs opens
Observed Behavior
API docs show Fetch URL error
The text was updated successfully, but these errors were encountered: