loblab / noip-renew

Auto renew (confirm) noip.com free hosts
Apache License 2.0
423 stars 134 forks source link

ChromeDriver - Message: element not interactable #71

Open dj-bulka opened 3 years ago

dj-bulka commented 3 years ago

I'm running Rasbian "Buster" (10.9) and recently I have discovered below issue while running 'noip' script: noip-renew.py

[2021/04/13 14:46:08] - Debug level: 2 [2021/04/13 14:46:08] - Opening https://www.noip.com/login... [2021/04/13 14:47:09] - Logging in... [2021/04/13 14:49:26] - Message: timeout: Timed out receiving message from renderer: 90.000 (Session info: headless chrome=88.0.4324.187)

I have followed stackoverflow article: https://stackoverflow.com/questions/44119081/how-do-you-fix-the-element-not-interactable-exception

and I have modified the script line: 77, from: self.browser.find_element_by_name("Login").click() to: self.browser.find_element_by_class_name(u"nomarg").click()

which seems to fix the problem. I'm not sure if this a problem on no-ip.com website or if something change in Debian packages.

kodavn commented 3 years ago

https://github.com/loblab/noip-renew/issues/68#

mmeiste commented 2 years ago

and I have modified the script line: 77, from: self.browser.find_element_by_name("Login").click() to: self.browser.find_element_by_class_name(u"nomarg").click()

thanks a lot, that also worked fine for me!

requa3r0 commented 1 year ago

I have the same problem

[2022/07/30 15:53:19] - Debug level: 2 [2022/07/30 15:53:20] - Opening https://www.noip.com/login... [2022/07/30 15:53:24] - Logging in... [2022/07/30 15:53:24] - Message: element not interactable (Session info: headless chrome=103.0.5060.134)

root@xxxxxxxxx:/usr/local/bin#

I did above fix..but the issue has either returned or the fix did not work properly.

I have not been able to use the software for a while. Can anyone else still use it