kingkej

Results 7 comments of kingkej

Same here. Did you find a workaround?

> this is a problem strictly of Xcode 15, uploading with Xcode 14 works fine Will give a try. Thanks.

> I am currently working on this issue. if it helps, some other methods return 404 as well. Like '/api/tweets/:tweetId/like' and /SearchTimeline

> `getUserTweetsAndReplies` is not fixed, but other APIs are fixed However, it is not a very good implementation... what did cause this problem? I see you have added tid generation...

@fa0311 thanks! I will dig into it. Also recently I have found new repo with tid generation, you should look, maybe it will help somehow: https://github.com/Lqm1/x-client-transaction-id

> [@kingkej](https://github.com/kingkej) JavaScript(Node) has significant floating-point inaccuracies, so simply replacing a Go implementation won't work as expected. This repository is no exception—it doesn't work correctly either. thank you for explanation...

@fa0311 after updating to "twitter-openapi-typescript": "^0.0.53" 404 sometimes still happens on like and search timeline: ``` xparser-1 | Error while liking tweet: Error [ResponseError]: Response returned an error code xparser-1...