-
Notifications
You must be signed in to change notification settings - Fork 241
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
timing out? chrome developer render process gone #74
Comments
As it says in the message, try closing & reopening the DevTools windows (F12 normally). If that doesn't work, restarting the browser, and setting up the script again should. |
No, why do you think that is the solution. Sure we can start over, we have the script, but it's going to start on the same script and time out again, doing the same thing over and over again is a sign of something :) |
I ran it again today at 81k tweets and after it said it deleted ~16k tweets before crashing, I still had 81k tweets. So I think it’s basically trying to delete the same tweets every time. |
Every delete is an actual delete normally. In my case, I could see tweets disappear from my personal timeline as it was running. Also set the unretweet value to true. This deletes retweets as well. |
Any way to adjust this? It keeps popping up with the error and forcing me to restart, I am trying from a dump (it's huge 42K), so will run for 5-10 minutes and bail
Debugging connection was closed..
I have the window open in it's own window I can see it's incrementally going through the tweets, it's not sleeping or losing a connection that I can tell.
Maybe there is a timeout i can set? But so far everything seems to be working :)
The text was updated successfully, but these errors were encountered: