-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
I got this error socket.gaierror: [Errno -3] Temporary failure in name resolution when running FastAPI app
I think Opik is interfering with uvloop when I tried to initiate my db connection (I am not sure)
the workaround turns out to be very simple, comment out the from opik import track, opik_context line, start the app and uncomment the line again.
So please help, is there another similar way to fix this behavior?