Git Product home page Git Product logo

riot-accounts-autochangepassword's Introduction

riot-accounts-autochangepassword's People

Contributors

pathing avatar yudaotor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

riot-accounts-autochangepassword's Issues

邮箱无法收到验证码

最近在使用脚本批量改密时,突然发现邮箱无法收到验证,大概一个月前还是正常的,并且问了好几个撸友都存在同样的情况。
具体现象是:
1.用脚本改密,页面可以正常走到已发送验证码,并停留在等待验证码输入(6个正方形框框)的页面;
2.但是邮箱并没有收到验证码邮件,即没有正常发送验证码;
3.邮箱授权码配置正常,且可以被脚本访问到,因为在过了delay时间后,脚本读取到了邮箱里以前的老验证码邮件并填到了当前的验证码框框中,最终导致验证码错误;
4.我自己手动登录拳头官方账号管理网站(https://account.riotgames.com/)改密并发送验证码,邮箱是可以正常收到验证码邮件的。
据我观察,可能是拳头最近更新了官方账号管理网站,脚本里用的还是老的账号管理网址(因为我发现脚本打开的页面和我自己打开的页面长得不一样),所以导致验证码邮件发送失败。

求助报错闪退怎么办啊?

配置文件:
image

日志显示:
2023-04-02 13:27:53,436 INFO: -------------------------------------------------
2023-04-02 13:27:53,436 INFO: ----------- Program started ---------------
2023-04-02 13:27:53,436 INFO: ----------- 本项目开源于github ---------------
2023-04-02 13:27:53,436 INFO: --------- 地址:https://github.com/Yudaotor/Riot-Accounts-AutoChangePassword ------------
2023-04-02 13:27:53,437 INFO: ----------- 可以点一个小星星吗(^_^) ---------------
2023-04-02 13:27:53,437 INFO: -------------------------------------------------
2023-04-02 13:27:53,440 ERROR: Traceback (most recent call last):
File "main.py", line 28, in init
File "Config.py", line 23, in init
ValueError: invalid literal for int() with base 10: ''

网易163邮箱获取验证码失败问题解决

使用163邮箱,必须在select之前上传客户端身份信息,否则会报错失败,下面是解决方法:
在Handler.py加入以下代码:
def setid(conn, username): imaplib.Commands['ID'] = 'AUTH' args = ("name", username, "contact", username, "version", "1.0.0", "vendor", "myclient") typ, dat = conn._simple_command('ID', '("' + '" "'.join(args) + '")')
然后在M.login(username, password)后面加上setid(M, username)。如截图:
1684172843148(1)

总是IMAP验证码获取失败,用的是网易邮箱,登录密码和登录码都尝试过

2023-04-22 06:57:33,419 INFO: ====== WebDriver manager ======
2023-04-22 06:57:34,200 INFO: Get LATEST chromedriver version for google-chrome 112.0.5615
2023-04-22 06:57:35,465 INFO: Driver [.\driver.wdm\drivers\chromedriver\win32\112.0.5615\chromedriver.exe] found in cache
2023-04-22 06:57:57,806 ERROR: IMAP获取验证码失败
我的格式
imapServer: "imap.163.com"
imapUsername: "***@163.com"
imapPassword: "RFFWGZE
"
imapDelay: "10"

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.