Solved the latest bug with my bot. Didn't know why upload blob for an image wasn't working. I've debugged it with netcat -l. Seems like I was sending b64 data to BlueSky and that was the reason the call didn't work. It returned 200 OK though. Here's the code in Rust for the upload image method:
3 likes 2 replies
?