example-app-store icon indicating copy to clipboard operation
example-app-store copied to clipboard

Cannot make connection

Open svanschalkwyk opened this issue 3 years ago • 0 comments

Hi. Seems all subsystems are running, but cannot make a connection:

       Flow@124554[I]:🎉 Flow is ready to use!
	🔗 Protocol: 		GRPC
	🏠 Local access:	0.0.0.0:40439
	🔒 Private network:	192.168.6.165:40439
	🌐 Public address:	174.86.214.81
:40439

and

You can now view your Streamlit app in your browser.

  Local URL: http://localhost:8501
  Network URL: http://192.168.6.165:8501

But website cannot connect, no matter which url i put in:

ConnectionError: HTTPConnectionPool(host='3.138.155.170', port=45678): Max retries exceeded with url: /search (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x153975b4c880>: Failed to establish a new connection: [Errno 111] Connection refused'))

Also tried with local URLs. What am I doing wrong?

svanschalkwyk avatar Aug 16 '21 17:08 svanschalkwyk