-
Notifications
You must be signed in to change notification settings - Fork 140
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
Message: element not interactable #68
Comments
Looks like the login form changed, dupe elements which arent visible/enabled being selected. Think I fixed it changing the selectors for the username/password/login controls to ensure the visible/enable ones get picked. Although none of my hosts needed confirmed, its not getting stuck at login any longer. Lines starting at Line 73 in 9640063
From:
To:
|
I did the same 😉 |
I also did the same and it's now working, I also sent a PR to fix this in the main code, thanks for the suggestion! |
Changed the code in noip-renew.py but im still getting "element not interactable" |
Still working ok here. Any log? |
Changed my noip-renew.py file to txt. |
worked. Thank you |
@TheBingPlays mean what debug is outputted when you run it.. is it the same as the reporter had? Maybe add some debug lines work out where it’s failing for you, still working ok here and for others it seems. |
had this error today [I] ✘ ~/s/noip-renew master ± ./noip-renew.sh running 9640063 [9 weeks ago] (HEAD -> master, origin/master, origin/HEAD) Merge pull request #49 from snakuzzo/patch-3 [GitHub] |
PR to fix this hasnt been merged yet. I've tested it this morning, with Chrome 90 and the changes mentioned above - they are still working ok for me, no error. Try above fixes manually or https://github.com/neothematrix/noip-renew/tree/patch-1 Also I had a host committed and it completed successfully. |
I did below change, and it works too (PR #73):
I am OK with either approach. |
It's like the script is not reading the edited .py file. Like it's trying to execute the unedited one. I don't know how to fix that. |
Your method worked for me. The other method did not. Thank you. |
Troubles with the script since a few days:
[2021/04/09 03:23:12] - Opening https://www.noip.com/login...
[2021/04/09 03:23:21] - Logging in...
[2021/04/09 03:23:23] - Message: element not interactable
Was working fine until now.
Any clue?
The text was updated successfully, but these errors were encountered: