Skip to content
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

The latest version (5b53751) is unable to use TOTP. #200

Closed
ray1025 opened this issue May 12, 2024 · 18 comments
Closed

The latest version (5b53751) is unable to use TOTP. #200

ray1025 opened this issue May 12, 2024 · 18 comments

Comments

@ray1025
Copy link
Contributor

ray1025 commented May 12, 2024

When attempting to use TOTP with the latest version (5b53751), it times out and displays "Could not login. Check if account is blocked.". However, TOTP works fine with the previous version (bfdfa01).

@ray1025
Copy link
Contributor Author

ray1025 commented May 12, 2024

Just to add, I'm using this method to run Docker:
docker run --rm --env NO_IP_USERNAME="EMAIL" --env NO_IP_PASSWORD="PASSWORD" --env NO_IP_TOTP_KEY="NOIP TOTP KEY" simaofsilva/noip-renewer

@simao-silva
Copy link
Owner

Did you try rerun it? When you login on your NOIP account through the browser does the dashboard page loads right after you login?

@ray1025
Copy link
Contributor Author

ray1025 commented May 13, 2024

I've tried using two sets of accounts separately, each for four attempts, and the results are the same. Now, when I use the previous version, everything works fine.

@ray1025
Copy link
Contributor Author

ray1025 commented May 13, 2024

Additionally, I've found that running the latest version using the command docker run --rm -it simaofsilva/noip-renewer works fine.

@ray1025
Copy link
Contributor Author

ray1025 commented May 13, 2024

However, since I need to automate the scheduling, I prefer using the method docker run --rm --env NO_IP_USERNAME="EMAIL" --env NO_IP_PASSWORD="PASSWORD" --env NO_IP_TOTP_KEY="KEY" simaofsilva/noip-renewer.

@D4rkT1m0
Copy link

Did you try rerun it? When you login on your NOIP account through the browser does the dashboard page loads right after you login?

hello there,
I got the same error message ("Could not login. Check if account is blocked.")
until today, i didn't enable the 2FA in noip.
I therefore encountered the mail OTP with 6 digits.

I then activate the 2FA in noip.com and saved the key.
on the website, when i logout and sign in again, I am not prompt for the mail OTP.

now, I modify my script to match the command line including the NO_IP_TOTP_KEY

but I'm still stuck at "Could not login. Check if account is blocked."

any idea?

@johngianni
Copy link

johngianni commented May 14, 2024

Did you try rerun it? When you login on your NOIP account through the browser does the dashboard page loads right after you login?

hello there, I got the same error message ("Could not login. Check if account is blocked.") until today, i didn't enable the 2FA in noip. I therefore encountered the mail OTP with 6 digits.

I then activate the 2FA in noip.com and saved the key. on the website, when i logout and sign in again, I am not prompt for the mail OTP.

now, I modify my script to match the command line including the NO_IP_TOTP_KEY

but I'm still stuck at "Could not login. Check if account is blocked."

any idea?

Same here!

Running it from command line in a synology NAS with the following command:

docker run --rm -it --shm-size=2g --env NO_IP_USERNAME=xxxxx --env NO_IP_PASSWORD=xxxxx --env NO_IP_TOTP_KEY=xxxxxxx simaofsilva/noip-renewer

@zhouyuyu888
Copy link

Did you try rerun it? When you login on your NOIP account through the browser does the dashboard page loads right after you login?

hello there, I got the same error message ("Could not login. Check if account is blocked.") until today, i didn't enable the 2FA in noip. I therefore encountered the mail OTP with 6 digits.
I then activate the 2FA in noip.com and saved the key. on the website, when i logout and sign in again, I am not prompt for the mail OTP.
now, I modify my script to match the command line including the NO_IP_TOTP_KEY
but I'm still stuck at "Could not login. Check if account is blocked."
any idea?

Same here!

Running it from command line in a synology NAS with the following command:

docker run --rm -it --shm-size=2g --env NO_IP_USERNAME=xxxxx --env NO_IP_PASSWORD=xxxxx --env NO_IP_TOTP_KEY=xxxxxxx simaofsilva/noip-renewer

me too,display:
Using user agent "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
Opening browser
Could not login. Check if account is blocked.

I use browser can login and update ddns name。

@ray1025
Copy link
Contributor Author

ray1025 commented May 16, 2024

@simao-silva
I think I found the problem. Please check the Pull requests( #210 ).

@johngianni
Copy link

johngianni commented May 16, 2024

For me it's still not working. I've cloned the repo and build locally. Using the docker run --rm -it simaofsilva/noip-renewer
command and inserting data interactively works fine.

@ray1025
Copy link
Contributor Author

ray1025 commented May 17, 2024

The login page for noip has been redesigned again...

@ray1025
Copy link
Contributor Author

ray1025 commented May 17, 2024

The new issue now is:Message: Element <input id="challenge_code" name="challenge_code" type="hidden"> is not reachable by keyboard

@ray1025
Copy link
Contributor Author

ray1025 commented May 17, 2024

@simao-silva
I made some rough modifications. Please try this one out: #211

@ray1025
Copy link
Contributor Author

ray1025 commented May 17, 2024

@johngianni
Try using the Docker image I built: raymond1025/noip-renewer

@johngianni
Copy link

@johngianni Try using the Docker image I built: raymond1025/noip-renewer

this is working fine ! thank you!

@simao-silva
Copy link
Owner

Seems to be working. #211 merged.
Great job @ray1025!

@D4rkT1m0
Copy link

the update makes it running fine, thank you

@daNutzzzzz
Copy link

Hi, im still getting account blocked...

docker run --rm --name=noip-renewer --network=bridge-net --env NO_IP_USERNAME=REDCATED --env NO_IP_PASSWORD=REDCATED --env NO_IP_TOTP_KEY=REDCATED simaofsilva/noip-renewer:latest
Using user agent "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:109.0) Gecko/20100101 Firefox/121.0"
Opening browser
Could not login. Check if account is blocked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants