-
Notifications
You must be signed in to change notification settings - Fork 231
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
Error for docker:mysql #13
Comments
Did you ever address this issue? Im still having it.
|
same here, I changed in env the ip addres of docker to MYSQL_IP_ADDRESS=db and this happened: (informer) mr_rob0townsyou@instance-20240322-021615:~/informer$ ./quick_start.sh
INFO:root:Starting Informer SERVER_MODE: local INFO:root:Attempting to access Google Sheet Informer Notifications Sheet.sheet1 ... INFO:root:Setting up MySQL connector with connector string: mysql+mysqlconnector://informer:informer_P455w0rd!@db:3307/informer_db?charset=utf8mb4&collation=utf8mb4_general_ci ... INFO:root:Attempting to load user session from database with account_id 6872002273 ... Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): I installed python-env, but it outputs this: × python setup.py egg_info did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. upgraded python to 3.11, and pip install -U pip I get stuck here, please help. |
mysql.connector.errors.InterfaceError: 2003: Can't connect to MySQL server on 'db:3307' (-2 Name or service not known) 'db:3307 did you set the mysql ip in the .env? Shouldnt that DB be an IP address or a port? |
I already tried 127.0.0.1, localhost, local ip address, 0.0.0.0, external ip address... none work, I don't know the ip addres that docker container runs on. |
I try to run
./quick_start.sh
firstly ,but it alway return meI run it on Centos 7,I don't know why.
The text was updated successfully, but these errors were encountered: