Skip to content
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

Open
tmblue opened this issue Nov 9, 2024 · 5 comments
Open

timing out? chrome developer render process gone #74

tmblue opened this issue Nov 9, 2024 · 5 comments

Comments

@tmblue
Copy link

tmblue commented Nov 9, 2024

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 :)

@justex07
Copy link

I am having this same issue when it hits around 16k tweets deleted. The error I receive is "Debugging connection was closed. Reason: Render process gone. Reconnect when ready by reopening DevTools."

It doesn't appear that restarting it picks up where it left off which is a bummer.

Google Chrome-DevTools - x comhome-2024-11-15 at 13 51 48@2x

@n3wjack
Copy link

n3wjack commented Nov 16, 2024

As it says in the message, try closing & reopening the DevTools windows (F12 normally).
You can retrieve your previous script by pressing the arrow up key in the console window & hit Enter.

If that doesn't work, restarting the browser, and setting up the script again should.

@tmblue
Copy link
Author

tmblue commented Nov 17, 2024

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 :)

@justex07
Copy link

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.

@n3wjack
Copy link

n3wjack commented Nov 17, 2024

Every delete is an actual delete normally. In my case, I could see tweets disappear from my personal timeline as it was running.
You can track what it's doing in the network tab. The delete requests are visible there. If the header values are correct, they should succeed (response should be a 2xx status code).

Also set the unretweet value to true. This deletes retweets as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants