Closed alfakenzo closed 2 years ago
Hello! What's the content of the exception.png and debug1.png that should have been generated with the debug level 2? The script is working fine here.
I don't see the debug.log. I see a lot of connections
Hi, it's not a log file you should have two png images, they are screenshots of the various pages visited by the script and should show you the actual error, you should still have them, they are creates in the same directory as the python script. Also, make sure you're using the latest version of the script, I updated it last week for a similar login issue.
I see only one exception.png. That should be login. But still not connected
ok, so exception.png is showing the login page with no credential inserted? I need some more information in order to try and understand your issue, if you manually run the script do you still get the error? are you sure your credentials are correct? Are you using the latest version of the script that I uploaded 13 days ago?
I download now your newest version manual. Not with gut clone. And also the same no login possible. Login is with email?
Login can be both your email or your noip username, it's the same. Still no debug1.png has been generated? And no messages on the exception.png screenshot?
Yes to both nothing to see. Now I haven't a exception.png after use the 1.5.5 version. What can I show you more to help? I use the script on a rpi4. Does the script works only when period for update is?
It's strange that you don't get any png, how are you executing the script? Make sure you are running the script in a directory that is writable by the user you're running the script with, the png files will be written in the directory where you are when you run the script. Please paste the full output, including the line showing how you're running the script, feel free to remove any sensitive info, like your username if it's printed. Also make sure the password you entered in the noi-renew.sh script is base64 encoded.
I use ./noip-renew-pi.sh to run the script. After I install the script it is in /usr/local/bin/noip-renew/pi the logs saved in /var/log/noip-renew. But what you mean with base64 password. I type the password during the installation like I use it on noip
It's simple
ele_pwd.click()
<--- This Change ist not working
How should it be? Can you make a pullrequest
It's simple
ele_pwd.click()
<--- This Change ist not working
what do you mean it's not working? What error do you get? it wasn't working for me the "send_keys" method so I modified it, but maybe the new change has some other issues that I should consider.
How should it be? Can you make a pullrequest
no need for a pull request yet as the current version is working fine, but maybe there are other incompatibilities. @alfakenzo please try using version 1.5.3: here and see if it works for you.
Ok I will try the 1.5.3. This version works for me!!!!!
How should it be? Can you make a pullrequest
no need for a pull request yet as the current version is working fine, but maybe there are other incompatibilities. @alfakenzo please try using version 1.5.3: here and see if it works for you.
No this change is not working. It's working fine with...
``ele_pwd.send_keys(Keys.ENTER)
@CrAzY-Tool it's working fine for me, send_keys wasn't working, it was almost always giving me a 419 page expired error (see #24).
Release 1.5.3 that I suggested to @alfakenzo is using the send_keys(Keys.ENTER)
Can you share what's the error you get with the new change with click()
? I'd like to understand.
thanks!
@CrAzY-Tool it's working fine for me, send_keys wasn't working, it was almost always giving me a 419 page expired error (see #24). Release 1.5.3 that I suggested to @alfakenzo is using the
send_keys(Keys.ENTER)
Can you share what's the error you get with the new change withclick()
? I'd like to understand. thanks!
Error > my.noip.com page could not load
@CrAzY-Tool it's working fine for me, send_keys wasn't working, it was almost always giving me a 419 page expired error (see #24). Release 1.5.3 that I suggested to @alfakenzo is using the
send_keys(Keys.ENTER)
Can you share what's the error you get with the new change withclick()
? I'd like to understand. thanks!Error > my.noip.com page could not load
right, but what's the actual error shown in the debug1.png or exception.png screenshots?
Nothing.
nothing meaning? Can you share your specs? Like what chromedriver version are you using? where are you running the script? are you using the docker image or just the script?
There are no only one Pic "exception.png" It shows simply a the username & password but no Login to the website.
Only Script Version.
ChromeDriver 92.0.4515.98
alright thanks, I'll try to reproduce the issue!
For me no works version 1.5.3. and got the same error like crazy-tool said. Maybe depends on Chrome version. Greets
There are no only one Pic "exception.png" It shows simply a the username & password but no Login to the website.
Only Script Version.
ChromeDriver 92.0.4515.98
another question, what linux distro are you running the script on? debian?
i run Raspbian on a rpi4
ok sorry guys, I'm a very bad person, I finally understood what my issue really was that was causing #24 and also why the script was working just for me with the "click()" function that it's indeed not working: I manually base64 encoded my password instead of using the setup script, and my encoded password contained a "\n" at the end that was basically already sending an "enter" to the form, for this reason, the "ENTER" function was giving me a 419, I was double sending the form! Now that I fixed my password, indeed the "click()" function does absolutely nothing, just like it's happening to you, and reverting to the ENTER function now works flawlessly. So, I fixed everything with the newest release 1.5.6, it should now work for everyone, sorry about that! Please let me know if you still have issues and thanks for helping me understand this!
hi guys i found this nice script and searched for the newest version that work. Now im here and thought 12 days last update it would work. But i get no connection to noip.com. pi@raspberrypi:/usr/local/bin $ ./noip-renew-pi.sh [2022/02/19 23:04:11] - Debug level: 2 [2022/02/19 23:04:11] - Opening https://www.noip.com/login... [2022/02/19 23:04:15] - Logging in... [2022/02/19 23:04:25] - my.noip.com page could not load
Maybe you can help to fix it again. by the way great job!