-
-
Notifications
You must be signed in to change notification settings - Fork 765
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
Fix module name in running the app instructions in v3.rst #1948
Comments
Here's the diff of the change I propose:
|
chrisinmtown
added a commit
to chrisinmtown/connexion
that referenced
this issue
Nov 11, 2024
Add server url /openapi to JWT example Drop outdated `convert_unicode` parameter in Sqlalchemy example Correct name of module in v3 instructions Fixes spec-first#1948, spec-first#1987
chrisinmtown
added a commit
to chrisinmtown/connexion
that referenced
this issue
Nov 12, 2024
Add server url /openapi to JWT example Drop outdated `convert_unicode` parameter in Sqlalchemy example Correct name of module in v3 instructions Fixes spec-first#1948, spec-first#1987
chrisinmtown
added a commit
to chrisinmtown/connexion
that referenced
this issue
Nov 12, 2024
Add server url /openapi to JWT example Add TODO to SQLAlchemy example, does not work with current versions Correct name of module in v3 instructions Fixes spec-first#1948, spec-first#1987
chrisinmtown
added a commit
to chrisinmtown/connexion
that referenced
this issue
Nov 19, 2024
Add server url /openapi to JWT example Add TODO to SQLAlchemy example, does not work with current versions Correct name of module in v3 instructions Fixes spec-first#1948, spec-first#1987
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I'm trying to migrate from v2 to v3, and started by reading https://connexion.readthedocs.io/en/latest/v3.html
The section "Running the application" shows a file named
hello.py
with this content:Then instructs me to issue one of these commands to run the application:
I think these should read:
Expected behaviour
The app starts with the expected output:
Actual behaviour
The module "run" is not found:
Steps to reproduce
hello.py
with content shown aboveuvicorn run:app
Additional info:
Look, I realize this bug is trivial. Still the complexity of migrating this app is large, and when the very first step doesn't work, it is frustrating.
Thanks for listening.
The text was updated successfully, but these errors were encountered: