Eric Pan

Results 2 comments of Eric Pan
trafficstars

Here is the console output ``` eric@Erics-MacBook-Air Gen5 % /usr/bin/python3 /Users/eric/Documents/Gen5/test.py Traceback (most recent call last): File "/Users/eric/Documents/Gen5/test.py", line 20, in r = httpx.post(f"https://discord.com/api/v9/channels/{channel_id}/messages", data=payload, headers=header, files=files) File "/Users/eric/Library/Python/3.9/lib/python/site-packages/httpx/_api.py", line...

I mean it works fine if the dict passed to the data paramater only has one item in httpx, but if I have 2 or more keys it raises that...