Answer the question
In order to leave comments, you need to log in
Docker "No route to host" what is the problem?
socket connection:
import socket
mysocket = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
host = '0.tcp.ngrok.io'
port = 11111
mysocket.connect((host, port)) #connecting to host
[Errno 113] No route to host
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question