mabounassif
HOBBYOP
a month ago
I'm trying to make a request between services within my project and I'm getting
Error creating embedding: HTTPConnectionPool(host='models.railway.internal', port=8000): Max retries exceeded with url: /embed (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))I'm using requests from a python backend.
0 Replies
a month ago
Hey there!
What is the start script for those python servers? Make sure you are binding to IPv6
https://docs.railway.com/guides/private-networking#listen-on-ipv6
There's a couple examples in there for Python
a month ago
!s
Status changed to Solved uxuz • about 1 month ago
Status changed to Solved uxuz • about 1 month ago