N
Neon2y ago
correct-apricot

Connection issues in dev mode

More woes in local/dev:
| Error: Console request failed: Request error: error sending request for url (http://neon-control-plane-api.neon-control-plane.svc.cluster.local:9095/management/api/v2/proxy_get_role_secret?session_id=...): error trying to connect: tcp connect error: Cannot assign requested address (os error 99)

Caused by:
0: Request error: error sending request for url (http://neon-control-plane-api.neon-control-plane.svc.cluster.local:9095/management/api/v2/proxy_get_role_secret?session_id=1...): error trying to connect: tcp connect error: Cannot assign requested address (os error 99)
1: error sending request for url (http://neon-control-plane-api.neon-control-plane.svc.cluster.local:9095/management/api/v2/proxy_get_r...): error trying to connect: tcp connect error: Cannot assign requested address (os error 99)
2: error trying to connect: tcp connect error: Cannot assign requested address (os error 99)
3: tcp connect error: Cannot assign requested address (os error 99)
4: Cannot assign requested address (os error 99)
| Error: Console request failed: Request error: error sending request for url (http://neon-control-plane-api.neon-control-plane.svc.cluster.local:9095/management/api/v2/proxy_get_role_secret?session_id=...): error trying to connect: tcp connect error: Cannot assign requested address (os error 99)

Caused by:
0: Request error: error sending request for url (http://neon-control-plane-api.neon-control-plane.svc.cluster.local:9095/management/api/v2/proxy_get_role_secret?session_id=1...): error trying to connect: tcp connect error: Cannot assign requested address (os error 99)
1: error sending request for url (http://neon-control-plane-api.neon-control-plane.svc.cluster.local:9095/management/api/v2/proxy_get_r...): error trying to connect: tcp connect error: Cannot assign requested address (os error 99)
2: error trying to connect: tcp connect error: Cannot assign requested address (os error 99)
3: tcp connect error: Cannot assign requested address (os error 99)
4: Cannot assign requested address (os error 99)
3 Replies
correct-apricot
correct-apricotOP2y ago
took a few reloads of my web app to get past this got this error just now on the client side:
"Connection failed: {"errors":[{"errorType":"DuplicatedOperationError","message":"Duplicated operation with id 3df4c3fc-1421-4ed5-a557-7330a960c2d6"}]}"
"Connection failed: {"errors":[{"errorType":"DuplicatedOperationError","message":"Duplicated operation with id 3df4c3fc-1421-4ed5-a557-7330a960c2d6"}]}"
that came from our GraphQL endpoint @Mahmoud just wanted to make you aware of these issues this recent one seemed to happen while the DB was warming up. rather than feeling like a 300ms spin-up, it's more like.. an old man getting out of bed in the morning. 😆 he's up.. technically. but there's maybe a good 15-20 mins before he's functional in this case, I had to reload the page a couple of times. the DB seemed to need a good 10-30 seconds before it was really ready for queries
correct-apricot
correct-apricot2y ago
There was an incident today that increased latencies in the US-East-1 region. Sorry about that 🙏
correct-apricot
correct-apricotOP2y ago
ahh! thanks for that 🙂 yes, today is much better

Did you find this page helpful?