You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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()
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.
The text was updated successfully, but these errors were encountered: