Coder Social home page Coder Social logo

Comments (13)

simao-silva avatar simao-silva commented on June 14, 2024

That message is due to the changes that NO-IP does to the HTML code. However, I've been able to run the latest image without any errors. Can you run the following commands and post the logs if any issues occur? Don't forget to hide any sensitive information.

docker run -it --rm simaofsilva/noip-renewer:latest
docker run -it --rm simaofsilva/noip-renewer:slim
docker run -it --rm simaofsilva/noip-renewer:alpine

from noip-renewer.

dkrjvi avatar dkrjvi commented on June 14, 2024

I tried, but got the same results as before:

/usr/bin/docker run --rm -it --name noip-renew simaofsilva/noip-renewer:alpine "$NOIP_USER" "$NOIP_PASS"
Opening browser
Login button has changed. Please contact support.
/usr/bin/docker run --rm -it --name noip-renew simaofsilva/noip-renewer:slim "$NOIP_USER" "$NOIP_PASS"
Opening browser
Login button has changed. Please contact support.
/usr/bin/docker run --rm -it --name noip-renew simaofsilva/noip-renewer:latest "$NOIP_USER" "$NOIP_PASS"
Opening browser
Login button has changed. Please contact support.

Let me know if you need anything else.

from noip-renewer.

simao-silva avatar simao-silva commented on June 14, 2024

@dkrjvi please paste the output of the following:

docker run -it --rm simaofsilva/noip-renewer:debug

from noip-renewer.

dkrjvi avatar dkrjvi commented on June 14, 2024

@simao-silva, here you go:

/usr/bin/docker run --rm -it simaofsilva/noip-renewer:debug "$NOIP_USER" "$NOIP_PASS"
Opening browser
Printing source code for debug



</h2>
                            <p class="darkgrey"><small>If you are not currently a registered user of NoIP.com and would like to be for <strong> FREE</strong>, <a href="https://www.noip.com/sign-up"> register</a> as a new user.</small></p>
                        </div>

                        <div class="col-sm-8 col-sm-offset-2">
                            
                            
                            <form method="post" action="https://www.noip.com/login" id="clogs" class="row">
                              <input type="hidden" name="_token" value="Q4yCHa19rjeo8sZgil1lp86gpNlgDnEHKUFdyn7V">                                                            <input class="col-sm-12" name="username" type="text" maxlength="50" value="" placeholder="Username or Email">

                                <input class="col-sm-12" name="password" type="password" placeholder="Password" autocomplete="off">
                                <input type="hidden" name="submit_login_page" value="1">
                                <input type="hidden" id="hash-input" name="intended_hash" value="">
                                                                    <input id="clogs-captcha-token" name="g-recaptcha-response" type="hidden">
<button type="submit" id="clogs-captcha-button" class="nomarg col-sm-12 button pull-right">
    Log In
</button>

<script src="https://



Login button has changed. Please contact support. 

from noip-renewer.

simao-silva avatar simao-silva commented on June 14, 2024

I don't know why but I get the same output as you but in my case the button is found. I am trying a new approach. Can you please see if running the command below fixes your problem?

docker run --rm -it simaofsilva/noip-renewer:debug-v2

from noip-renewer.

dkrjvi avatar dkrjvi commented on June 14, 2024

This is really weird. Unfortunately, I got the same result:

/usr/bin/docker run --rm -it simaofsilva/noip-renewer:debug-v2 "$NOIP_USER" "$NOIP_PASS"
Opening browser
Login button has changed. Please contact support. 

from noip-renewer.

simao-silva avatar simao-silva commented on June 14, 2024

Have you tried to use it without the variables?

from noip-renewer.

dkrjvi avatar dkrjvi commented on June 14, 2024

Yes, the same.

 /usr/bin/docker run --rm -it simaofsilva/noip-renewer:debug-v2
Email: [email protected]
Password:
Opening browser
Login button has changed. Please contact support.

from noip-renewer.

simao-silva avatar simao-silva commented on June 14, 2024

Try running the following command and check if the output images have anything strange.

docker run -it --rm -v "some-local-dir":/photos simaofsilva/noip-renewer:debug-v3

The output should be like the image below filled with your email and password.

from noip-renewer.

dkrjvi avatar dkrjvi commented on June 14, 2024

I run this:
/usr/bin/docker run --rm -it -v "/mnt/c/test/":/photos simaofsilva/noip-renewer:debug-v3 "$NOIP_USER" "$NOIP_PASS"

and got these two blank files (login1.png, login2.png):
login1
login2

is that strange enough? ;-)
btw, I have no problem reaching https://www.noip.com/login via a web browser.

from noip-renewer.

simao-silva avatar simao-silva commented on June 14, 2024

That is strange. For some reason you are not able to open the No-IP website properly. From the way you mounted the volume it seems that you are using docker in WSL. Is that correct? Even so, I ran it on WSL without any issues.
I don't how to fix your issue since I am unable to replicate it.

from noip-renewer.

dkrjvi avatar dkrjvi commented on June 14, 2024

Yes, I use Docker Desktop and WSL Ubuntu 20.04 on Windows 10 - As I said it work perfect in the past until recently.
I will check if the issue persist by testing different machines with Windows/Linux and advise on my results.
Thank you for your help so far :-)

from noip-renewer.

dkrjvi avatar dkrjvi commented on June 14, 2024

Well I checked this on different scenarios and the bottom line is that the issue is on my end.
I'm using pihole as a DNS filter on my home network and it seems when the address www.google-analytics.com was blocked this issue occurred.

image

I'm not clear why this specific web address causes this but once it was whitelisted the script worked as expected.
Anyway, I appreciate your time, effort and patience to assist me on this.
Thank you! and again great script! :-)

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.