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
Hey Twitter peeps! I've been struggling with this API for an entire day. I'm re-implementing some of this functionality in Deno and I can't seem to get it to work. I keep getting error 32 on the APPEND step, even though the authentication works fine on every other step except this one.
I've been clued in that this error is because of some mistake with encoding my multipart/form-data, but I'm using modern web standard with no clear reason to distrust that part of the code.
I would love to see plain text versions of the HTTP requests that are the result of the code in this repository so I can actually reference a real HTTP request rather than having to find out how thousands of different libraries build a different request that might work.
If you peeps would help out with that, that'd be great. Thanks! 🙏🏻
The text was updated successfully, but these errors were encountered:
Hey Twitter peeps! I've been struggling with this API for an entire day. I'm re-implementing some of this functionality in Deno and I can't seem to get it to work. I keep getting error 32 on the
APPEND
step, even though the authentication works fine on every other step except this one.I've been clued in that this error is because of some mistake with encoding my
multipart/form-data
, but I'm using modern web standard with no clear reason to distrust that part of the code.I would love to see plain text versions of the HTTP requests that are the result of the code in this repository so I can actually reference a real HTTP request rather than having to find out how thousands of different libraries build a different request that might work.
If you peeps would help out with that, that'd be great. Thanks! 🙏🏻
The text was updated successfully, but these errors were encountered: