dhjw

Results 34 comments of dhjw

I have updated my hack. The full api.py can be seen [here](https://github.com/dhjw/tweepy/blob/media-uploads-v2-api-hack/tweepy/api.py) and diff seen [here](https://github.com/dhjw/tweepy/compare/master...dhjw:tweepy:media-uploads-v2-api-hack). It should work as a drop-in replacement. You can either manually copy the code...

I have updated my hack. The full api.py can be seen [here](https://github.com/dhjw/tweepy/blob/media-uploads-v2-api-hack/tweepy/api.py) and diff seen [here](https://github.com/dhjw/tweepy/compare/master...dhjw:tweepy:media-uploads-v2-api-hack). It should work as a drop-in replacement. You can either manually copy the code...

Yeah, I'm having similar problems on the free tier. It seems the new [/initialize and /finalize endpoints have restrictive limits](https://devcommunity.x.com/t/new-chunked-media-upload-initialize-and-finalize-endpoint-limits-too-low/242138). Yesterday I updated the hack to restore the simple upload...

Yeah, I'm having similar problems on the free tier. It seems the new [/initialize and /finalize endpoints have restrictive limits](https://devcommunity.x.com/t/new-chunked-media-upload-initialize-and-finalize-endpoint-limits-too-low/242138). Yesterday I updated the hack to restore the simple upload...

I was previously getting 500 Internal Server Error but it stopped after the devs saw the posts in the forum and said try again. I am using OAuth1. At the...

I was previously getting 500 Internal Server Error but it stopped after the devs saw the posts in the forum and said try again. I am using OAuth1. At the...

I'm happy to report the bug in the new chunked upload endpoints [has been fixed](https://devcommunity.x.com/t/about-rate-limit-for-endpoint-of-2-media-upload-and-how-rate-limit-counts/238416/2), plus I raised the append chunk size from 1MB to 5MB in [my hack](https://github.com/tweepy/tweepy/issues/2217#issuecomment-2848999910) so...

I'm happy to report the bug in the new chunked upload endpoints [has been fixed](https://devcommunity.x.com/t/about-rate-limit-for-endpoint-of-2-media-upload-and-how-rate-limit-counts/238416/2), plus I raised the append chunk size from 1MB to 5MB in [my hack](https://github.com/tweepy/tweepy/issues/2217#issuecomment-2848999910) so...

I updated [my hack](https://github.com/tweepy/tweepy/issues/2217#issuecomment-2848999910) due to a couple changes made by X today. They removed the top-level `.id` key from the response object of the simple `/media/upload` endpoint (used for...

I updated [my hack](https://github.com/tweepy/tweepy/issues/2217#issuecomment-2848999910) due to a couple changes made by X today. They removed the top-level `.id` key from the response object of the simple `/media/upload` endpoint (used for...