Replies: 5 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Alright... so I cannot figure out why I keep getting temp banned... I'm only scraping 3 pages and I am waiting more than two hours to run instances...
Everything checks out in the script... This was working a few days ago and nothing has been changed. I have a in-development version that I continue to make changes on and run as well, but I am not running side by side instances. |
Beta Was this translation helpful? Give feedback.
-
yeah... I just switched to my wife's account... seems to be running fine now, though I am still on the same comp... going to let my account rest for a while... I was actually wondering if FB was keeping a running tally on bans. Just a probing question and you may not really know. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Just some data for you... Been running this now for almost six hours... first 4 hours was good and then starting get the temp bans. I added additional time in the script to allow for the bans, but apparently not enough. The increase in runtime at the bottom is due to the temp ban buffer (15 additional minutes). I will increase the temp ban buffer to 1 hour and see the results.
|
Beta Was this translation helpful? Give feedback.
-
I find it disturbing that I can refresh my cookies after more than 2 hours, run the program and still have a ban, but I can switch cookies to my wife's account and run the same script (on the same computer) five minutes later with no ban. What IP are they banning exactly? I like collecting data to help myself and others understand the environment we're in and make it work/run better. |
Beta Was this translation helpful? Give feedback.
-
So, when I run the following code, I get no results. The app goes to sleep (built in with time.sleep). I KNOW that I should be getting results wit the keyword (there is post listed fourth in line on the page that has the keyword in it!). I tested it with a base script and got an immediate return.
There are no syntax errors with the script... I can only wonder if it is in the comparison with c_date and post['time']? Or maybe there is a timeout and my script is too long? A few days ago, I was getting specific results as coded and then... nothing. Things seemed to have changed when I introduced datetime into the script; I have a while loop setup to run this during a specific time in the day, but that has been debugged.
Here is the base script and it works just fine and it's only one page...
Beta Was this translation helpful? Give feedback.
All reactions