Giter VIP home page Giter VIP logo

Comments (8)

simao-silva avatar simao-silva commented on July 20, 2024

Hi,
Can you run the debug image? Please, make sure to create a local directory named photos.

docker run -i -t --rm -v "$(realpath photos)":/photos simaofsilva/noip-renewer:debug

On a regular run, it creates 4 browser prints. Image 2 must be a print of the login form filled with your credentials; image 3 prints the NoIP dashboard and image 4 must print the page with the domains. Can you try it and check where the errors are happening?

from noip-renewer.

NWCR avatar NWCR commented on July 20, 2024

ok, I have 4 pictures and I think this is the line that is causing the error:

confirmed_host = host.find_element(by=By.TAG_NAME, value="a").text
button.click() doesn't actually click the "Confirm" button.

4

from noip-renewer.

NWCR avatar NWCR commented on July 20, 2024

I think I have identified the source of this error. When button.click() is executed a new page opens with another button: No thanks, just renew my free hostname

56

from noip-renewer.

simao-silva avatar simao-silva commented on July 20, 2024

That new page could certainly be an issue. Currently, I do not have any domains to be renewed so solving this will have to wait.

from noip-renewer.

simao-silva avatar simao-silva commented on July 20, 2024

I recently renewed my hostnames but I did not get that new page. Maybe it was something temporary? Did you have experienced that behaviour another time?

from noip-renewer.

NWCR avatar NWCR commented on July 20, 2024

Did you have experienced that behaviour another time?

No but this is my first account on noip.com and I think this is the cause of the problem.
This window pops up only on fresh accounts and after clicking the button it doesn't appear again.

from noip-renewer.

simao-silva avatar simao-silva commented on July 20, 2024

I have added a note in the README about this. I will close now.

from noip-renewer.

zx900930 avatar zx900930 commented on July 20, 2024

This happens to OLD account, too
you need to click the No thanks button

if button.text == "No thanks, just renew my free hostname" or translate(button.text) == "No thanks, just renew my free hostname":
button.click()

The button element is:

<a class="button bordered grey small botmarg" href="" onclick="ga('send', 'event', 'host-confirm-upsell', 'no-thanks-just-renew', 'grey-button');">No thanks, just renew my free hostname</a>

and a bad news is they add a recaptcha page after this no thanks confirm page.
image

from noip-renewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.