We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello I saw your tutorial on medium and it worked great except for the database setup:
sqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (2003, "Can't connect to MySQL server on 'mysql' ([Errno 111] Connection refused)")
I got this issue when building and running the docker "loader" container, and because of this the api returns nothing on the /records/ endpoint.
Could you see if something was wrong? Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello I saw your tutorial on medium and it worked great except for the database setup:
I got this issue when building and running the docker "loader" container, and because of this the api returns nothing on the /records/ endpoint.
Could you see if something was wrong? Thank you!
The text was updated successfully, but these errors were encountered: