[Connexion] Cannot get automatic routing to work : flask
www.reddit.com › r › flaskWhen starting the server, RustyResolver doens't find my get function. Extract from the stacktrace: ERROR:connexion.apis.abstract:Failed to add operation for GET /api/users <snip> connexion.exceptions.ResolverError: <ResolverError: Empty module name> Does anyone see why I'm getting this error? Please let me know if additional info is needed.
Is OpenAPI 3.0.0 supported by connexion? · Issue #1031 ...
github.com › zalando › connexionAug 31, 2019 · return self.function_resolver(operation_id) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/connexion/utils.py", line 75, in get_function_from_name raise ValueError("Empty function name") Expected behaviour. operationId to be resolved correctly. Actual behaviour. Errors like 'no module found' or 'empty function name'.
Swagger-ui connexion not finding Python nested functions ...
stackoverflow.com › questions › 54043220Jan 04, 2019 · File "/usr/local/lib/python2.7/dist-packages/connexion/utils.py", line 74, in get_function_from_name raise ValueError("Empty function name") exceptions.ValueError: Empty function name From my understanding connexion will base it's manual testing feature from the object operationId in every route that needs to point on the function handling the request. Problem: every route of the API are defined as nested function.