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
Cannot connect to the database; max retries reached.
ERROR: Traceback (most recent call last):
File "...projects/.../.venv39/lib/python3.9/site-packages/starlette/routing.py", line 621, in lifespan
async with self.lifespan_context(app):
File "...projects/.../.venv39/lib/python3.9/site-packages/starlette/routing.py", line 518, in __aenter__
await self._router.startup()
File "...projects/.../.venv39/lib/python3.9/site-packages/starlette/routing.py", line 598, in startup
await handler()
File "...projects/.../.venv39/lib/python3.9/site-packages/gino_starlette.py", line 177, in startup
await self.set_bind(
File "...projects/.../.venv39/lib/python3.9/site-packages/gino_starlette.py", line 226, in set_bind
return await super().set_bind(bind, loop=loop, **kwargs)
File "...projects/.../.venv39/lib/python3.9/site-packages/gino/api.py", line 427, in set_bind
bind = await create_engine(bind, loop=loop, bakery=self._bakery, **kwargs)
File "...projects/.../.venv39/lib/python3.9/site-packages/gino/strategies.py", line 68, in create
raise TypeError(
TypeError: Invalid argument(s) 'min_size','max_size' sent to create_engine(), using configuration AiomysqlDialect/GinoEngine. Please check that the keyword arguments are appropriate for this combination of components.
Environment:
GINO: 1.1.b2
Other: Python 3.9
The text was updated successfully, but these errors were encountered:
TypeError while trying to initialize Gino db with MySQL
To Reproduce
Actual result
Environment:
The text was updated successfully, but these errors were encountered: