You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This raises RuntimeError: "Attempted to send an async request with a sync Client instance.", which to me is totally unexpected. What am I missing here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This seems somewhat related to #2339.
When making a POST request using a simple
Client
instance, I'm presented with a runtime error.This raises
RuntimeError: "Attempted to send an async request with a sync Client instance."
, which to me is totally unexpected. What am I missing here?Beta Was this translation helpful? Give feedback.
All reactions