You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: