singularity-s0 / fudan_sports_autoreserve

复旦大学体育场馆自动预约 FDU Sports Auto Reserve
GNU General Public License v3.0
63 stars 45 forks source link

预约报错 #8

Closed durianmangosteen closed 1 year ago

durianmangosteen commented 1 year ago

请问一下这种报错如何处理呢 INFO Begin Captcha Recognition INFO Captcha Result: 8256, Confidence: 0.9999922513961792 VITAL Reservation Failed Traceback (most recent call last): File "C:\Users\z\PycharmProjects\pythonProject\reserve stadium.py", line 26, in apis.reserve(logged_in_session, service_id, SERVICE_CATEGORY, DATE, TIME) File "C:\Users\z\PycharmProjects\pythonProject\apis__init__.py", line 180, in reserve raise Exception("Reservation Failed") Exception: Reservation Failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\z\PycharmProjects\pythonProject\reserve stadium.py", line 36, in connection.login(YOUR_EMAIL, EMAIL_PASSWORD) File "C:\Users\z\AppData\Local\Programs\Python\Python39\lib\smtplib.py", line 750, in login raise last_exception File "C:\Users\z\AppData\Local\Programs\Python\Python39\lib\smtplib.py", line 739, in login (code, resp) = self.auth( File "C:\Users\z\AppData\Local\Programs\Python\Python39\lib\smtplib.py", line 662, in auth raise SMTPAuthenticationError(code, resp) smtplib.SMTPAuthenticationError: (535, b'5.7.3 Authentication unsuccessful [PS1PR03CA0016.apcprd03.prod.outlook.com 2023-07-25T09:58:47.420Z 08DB8C869BB40696]')

Process finished with exit code 1

singularity-s0 commented 1 year ago

当前日志没有记录任何有价值的信息,请将日志等级设置为DEBUG再尝试

durianmangosteen commented 1 year ago

已经解决了,感谢