testdrivenio / fastapi-vue

Single Page App with FastAPI and Vue.js
MIT License
265 stars 103 forks source link

tortoise/__init__.py AttributeError #15

Closed LEO-mei closed 1 year ago

LEO-mei commented 1 year ago

uvicorn main:app --reload ... INFO: Started server process INFO: Waiting for application startup. ERROR: Traceback (most recent call last):
... password = info.get("credentials", {}).get("password") AttributeError: 'NoneType' object has no attribute 'get'

LEO-mei commented 1 year ago

database/config.py TORTOISE_ORM = {'connections': {'default': {'credentials': {...}}}