vitor30221771
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by vitor30221771-
By the way, I figure some things; 1- I can run my python script and my front end in the same server can acess it without problems - but this service is not executed all the time 2- I need to se...
-
No problem. I'll check it more properly this week. Maybe, as you said, something happens to process stop (to be honest, the bot is with many errors. I mean, i have several try-except/try-catch in ...
-
It's a telegram bot. I'm not using yet, so no requests for now. As a bot, he runs in a infinite loop, waiting for new requests. I'll keep send messages to test. Thanks btw
-
Hey! Thanks for reply I'm facing this error: [Errno 11001] getaddrinfo failed
-
Ok! Thanks for help anyway ;). If I solve this, I reply telling how I did it
-
Gotcha. Maybe should be the firewall server. This is'nt configured in cpanel, right? I know that the server is in google cloud and we installed cpanel in this server. To open 3306 port, I'll need ...
-
Hmm, I didn't undestand when you said about telnet. So I use telnet and cannot get connection on 3306 port, only 2083 that is the Inteface. In phpmyadmin of cpanel, the hostname is that. By the ...
-
Yes. I use my public ip By the way, I write 'hostname -I' in terminal, and I get the local ip address in the print of this question. I think is it a private ip? I don't know, but make sense conn...
-
Yep! I will try to connect by localhost first, after I will use a remote application in another host
-
What you mean? When I try to connect in 3306 port, I get the same error. I think I'm get...