Report
6/22
Changes and issues
Reboot browser and clear cache periodically
Finished changing the code as
@daverawcus mentioned.
Ran it this afternoon.
Some errors keep showing up,
but the memory issue is solved.
I have some issues with my code, and the usb modem connecting to lte network.
well the code errors can ignore that for now, cuz when it fails it retries and mostly results in a success.
But the usb modem connection issue, It freezes the whole machine.
Currently I am manually reconnecting the usb modem if it is the case.
Happens every 6 hours or so.
Error caused by instable proxy connection
ERR_CONNECTION_CLOSED
ERR_TUNNEL_CONNECTION_FAILED
Error caused by my code
indexError
Round 1 Test Results (100/300)
100 of 300 accounts have ran the first round successfully.
No accounts were banned or blocked.
In my previous test, I do know that all the accounts will work with no issue until a week.
I haven't tested over the week time frame, so it is unknown territory after that.
All control group succeeded the first round.
The order of the accounts picked for testing is not in order by sequence.
It is ordered by last_action_date.
So all the control group was tested in small quantities in this 100 accounts.
SQL:
SELECT * FROM account
WHERE site = 'https://www.twitter.com'
AND last_action_date < DATE_SUB(NOW(), interval + 24 hour)
order by last_action_date ASC
So... nothing much to say...eh?
Maybe I will post some other issues I have struggled if things get too boring.
What to do next
1. Fix the proxy issue.
2. Fix my Code issue.
3. Keep it running.
Today was a bit short.
But no news is good news.
Wish to keep it this way.