Broken private networking between services
mabounassif
HOBBYOP

2 months 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.

Solved$10 Bounty

0 Replies

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


mabounassif
HOBBYOP

2 months ago

gold - thanks @CrisOG !


uxuz
MODERATOR

2 months ago

!s


Status changed to Solved uxuz 2 months ago


Status changed to Solved uxuz 2 months ago


Loading...