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

doesn't seem to work #4

Open
bgriffen opened this issue Dec 7, 2023 · 3 comments
Open

doesn't seem to work #4

bgriffen opened this issue Dec 7, 2023 · 3 comments

Comments

@bgriffen
Copy link

bgriffen commented Dec 7, 2023

I did the README instructions...it pops the Chrome window, I login then it crashes (Windows).

throw new Error(message);
No element found for selector: div[data-testid]="confirmationSheetConfirm"
@baruchiro
Copy link
Owner

I need to check it. I'm on reserve duty so it will take me time.

@hybolic
Copy link

hybolic commented Dec 27, 2023

The error itself is that the div being searched for doesn't exist on the page.

Error can occur for many reasons.
-page loaded to slowly
-tweet being deleted
-wrong account being logged in
-rate limiting
-twitter going offline

A try/catch can temporarily fix the issue and allow the application to continue.
But a more permanent solution would be to find the cause for the div not being found and responding accordingly.

@baruchiro
Copy link
Owner

Correct.

The most important thing is to find a way to reproduce this issue.

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