ayon-backend icon indicating copy to clipboard operation
ayon-backend copied to clipboard

httpx POST requests problems

Open Agamal17 opened this issue 1 year ago • 0 comments

I was trying to customize the KitsuAddon to suit my studio's needs. Problem is, whenever I try to send any POST request, All kinds of errors appear (uvloop is one of the errors). I tried to send data in body, query, even in the url path, but nothing seems to work. When I debug and test the request syntax with a third party IDE, everything works just fine. seems like there is a problem with the ayon_server built-in httpx module. What am I supposed to do so I can send the data properly?

image image image image

Agamal17 avatar Feb 20 '24 14:02 Agamal17