Skip to content
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

no attribute 'excluded_response_header_paths' #1021

Closed
AckerPaul opened this issue Nov 10, 2024 · 0 comments · Fixed by #1031
Closed

no attribute 'excluded_response_header_paths' #1021

AckerPaul opened this issue Nov 10, 2024 · 0 comments · Fixed by #1031
Labels
bug Something isn't working

Comments

@AckerPaul
Copy link

AckerPaul commented Nov 10, 2024

Bug Description

upgrade Robyn version: 0.63.0
python app.py --disable-openapi
I tried to disable the api documentation using "--disable-openapi" and it gave the error

Traceback (most recent call last):
File "/root/python_projects/app/app.py", line 82, in
app.start(host="0.0.0.0", port=8087)
File "/root/.pyenv/versions/venv_app/lib/python3.12/site-packages/robyn/init.py", line 303, in start
self.excluded_response_header_paths,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Robyn' object has no attribute 'excluded_response_header_paths'. Did you mean: 'excluded_response_headers_paths'?

Steps to Reproduce

No response

Your operating system

None

Your Python version (python --version)

Python 3.12.7
None

Your Robyn version

None

Additional Info

No response

@AckerPaul AckerPaul added the bug Something isn't working label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant