-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Pleroma bot is failing to pull tweets from a non-protected account #110
Comments
So, uh, weird update but it works again. I have no idea what caused that behavior though, and finding out the cause and solution would probably be really handy if/when it happens again. |
Hi! I can see reading your config that you're using Guest Tokens. The change may be related to the removal of the "Latest" tab on the search for non-logged in users: They also seem to have blacklisted the TLS fingerprint that the Python package I'll investigate if we can get around this by setting custom ciphers or some other way. I have an in-progress draft version with custom ciphers you can try to install to confirm if that's the issue you're facing: But even after doing that, the pagination also seems to be broken (so it only retrieves 47 tweets at most) and I need to probably fix the pinned tweet endpoint too. Unfortunately, the only fully-working alternative at the moment is using Twitter Tokens or an RSS feed with the bot, which are unaffected and are still working as expected after Twitter's changes to the search. I'll keep trying to see if we can circumvent the restrictions somehow. |
I'll keep an eye on it, the next time it goes down I'll see if that change will fix things. "Unfortunately" right now it seems to be functioning as intended, and I'm not sure why. The only thing I'm noticing is that the tweets that were made during the time it wasn't working aren't being picked up by the bot when I run it, even when using |
Alright, the issue is back. Running that install didn't fix it, so I'll just have to wait and see if it'll go away on its own or if this is the end of the auto-tweet pulls |
I've been using the bot to mirror my Twitter (thanks for the work put into it btw, greatly appreciated) and for some reason between roughly 30 to 12 hours ago the bot started requiring OAuth keys, despite not pulling from a protected account.
And the config file
Apologies if this is something stupid I'm missing, but I have no idea what would have changed between when I got it running several days ago and now
The text was updated successfully, but these errors were encountered: