-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retweet isn't working! #639
Comments
Okay I'm checking |
It's a strange issue indeed. I checked the response and the response says OK. Twitter is even returning an ID allocated to the retweet, but when cross-referenced, no retweet with that ID exists. I'll investigate it further and keep you updated. |
@crealol For reasons unknown, it's working again now. I think it was an issue from Twitter's side. Let me know if it works for you too. |
I'm suffering same issue for few days back for sending and reply tweet. |
@gratatouilley I tried it approximately 6 hrs back from now, and then, it didn't work, although the raw response confirmed that it did retweet and also provided a retweet id, but in reality, no retweet was made. Now, it's working as expected. Can you confirm if it's working (or not) for you now? |
@Rishikant181 tried manual trigger seems working perfectly. but here is the automatic one that happened just about less than 15 mins ago.
It said succeed but the tweet isn't exist. Then it will reply the sent tweet (log below)
There is no error message too. |
@gratatouilley Now I got hit with |
Retweeting for me works with text and video-based content. It seems the only problems seem to be with the images? |
Found the issue, but right now, I don't have a solution. The absence of the header Any input is welcome. |
This could be of help, someone has created the twitter tid generator, but in golang -> https://github.com/yeyuchen198/twitter-tid-generator?tab=readme-ov-file |
@sahas-si Thanks for this. I'll try to port it into TS, but I'm finding it difficult to find some time from my schedule. |
@Rishikant181 any updates? |
@gratatouilley No, unfortunately. Having difficulty trying to squeeze out time for this. I apologize for the inconvenience. |
@Rishikant181 No worries, take your time brother. Happy weekend! ^^ |
just tried reply test, the first time is good, then it not success, like your said, it can get reply tweet id, but actually it is empty, just curious why the first time is good. |
Hello! First of all thank you for all the work you are doing!
I think i stumbled across a bug:
Retweet isn't working, but giving "true" back.
Everything else is working perfectly.
I'm using a proxy and also tried with fetcherservice, but with the same result > isnt retweeting but there is no error.
The text was updated successfully, but these errors were encountered: