You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing search and pull_statuses and so far can only get to ~40 posts before I ran into an error, which seems to be Cloudflare trying to block access.
<section class="w-240 lg:w-full mx-auto mb-8 lg:px-8">
<div id="what-happened-section" class="w-1/2 md:w-full">
<h2 class="text-3xl leading-tight font-normal mb-4 text-black-dark antialiased" data-translate="what_happened">What happened?</h2>
<p>The owner of this website (truthsocial.com) has banned you temporarily from accessing this website.</p>
</div>
</section>
<div class="feedback-hidden py-8 text-center" id="error-feedback">
<div id="error-feedback-survey" class="footer-line-wrapper">
Was this page helpful?
<button class="border border-solid bg-white cf-button cursor-pointer ml-4 px-4 py-2 rounded" id="feedback-button-yes" type="button">Yes</button>
<button class="border border-solid bg-white cf-button cursor-pointer ml-4 px-4 py-2 rounded" id="feedback-button-no" type="button">No</button>
</div>
<div class="feedback-success feedback-hidden" id="error-feedback-success">
Thank you for your feedback!
</div>
Does anyone run into the same issue and how do you handle it? I could add some sleep to wait in between but I find that I usually have to wait several minutes before I could try again, so not sure if I'm missing something. I authenticate by creating a truth social account, then use the account username and password.
The text was updated successfully, but these errors were encountered:
I'm testing
search
andpull_statuses
and so far can only get to ~40 posts before I ran into an error, which seems to be Cloudflare trying to block access.Does anyone run into the same issue and how do you handle it? I could add some sleep to wait in between but I find that I usually have to wait several minutes before I could try again, so not sure if I'm missing something. I authenticate by creating a truth social account, then use the account username and password.
The text was updated successfully, but these errors were encountered: