-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Tweets not syncing #241
Comments
Have you tried using a twitter login, rather than syncing unauthenticated? just thought it might be since it says connected as 'guest' ? |
Thanks for the reply, @c240amg! |
Ok. I re-read more carefully the instructions and noticed the difference between twitter handle and twitter username. So I created a dummy account and used that to log in. However, the problem persists. Here is what I get over and over (the content below continuously loops):
So, all seems to go well but the mapper seems to find no tweets in the account for which I provide the handle. Also the fact that it constantly loops is surprising. Side question: does capitalisation matter? The handle should be all caps and is entered as such in the .env file. However, it is not all caps in the extract above -- not sure whether this has an impact on the mapping. EDIT: I tried deleting the cache, to be on the safe side, but that didn't work.
|
PS: I realised that the loop was avoided by turning daemon mode to true, so that is sorted out. |
Any ideas, @louisgrasset? |
Update: I turned on sync for profile name and header, and that worked well. So the sync to Bluesky itself seems to work. The problem really seems to be getting the tweets from Twitter. |
I have the same issue with DAEMON as true and without an account user/psw. Also in my case is a new installation so I never executed touitomamaout so it should find some tweets (tried writing also some tweets but they are not found). |
Copying my comment from the scraper repo here:
|
Thank you so much @karashiiro for taking all the time to check, this is amazing and I really hope what you found gets picked up by the good people here! I would really love to see this tool work. We have a public-interest project that makes use of it and we would love to see it through! |
So basically the project needs to alert when no tweet is eligible basically isntead of writing 0. |
I don't think this is enough. In my case, at least, there should be many, many tweets that qualify (that do not match the four criteria above) and yet none are returned. |
Apologies for the delay in responding. Is the Twitter account you are using to log in to Twitter verified? Also instead of "TWITTER_USERNAME", I used "TWITTER_EMAIL" and it worked beautifully. |
In my case is my personal account and is not verified. |
Hi, thanks for replying. No, the account is not verified, it's just a dummy account. We just tried now by replacing "TWITTER_USERNAME" with "TWITTER_EMAIL", but this did not change. Note, however, that logging in is not the issue in this thread (unlike here) -- the issue here is just that no tweets are mapped and, therefore, synced to Bluesky. |
Any ideas on this? Just tested again and no tweets sync, even though the source account has published 107 tweets. It's not a lot, but some of those should definitely sync. |
[opening a new issues w/ same title since I cannot reopen #232]
Hi, we are facing the same issue. When starting the containers, here is what comes out over and over:
@unresolved-contradictions is your issue actually solved, then? if so, what solved it in the end?
We actually do not control the Twitter account but are attempting to provide a mirror of an official account on Bluesky until the account owner (an institution) decides to join. Hope this can work in the end.
Originally posted by @eudemocracystiftung in #232 (comment)
The text was updated successfully, but these errors were encountered: