You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
登录成功运行一段时间就崩溃了, 系统mac系统
日志:
Traceback (most recent call last):
File "run.py", line 22, in
select_ticket_info.select().main()
File "/usr/src/app/init/select_ticket_info.py", line 216, in main
c.sendChechFace()
File "/usr/src/app/inter/ChechFace.py", line 68, in sendChechFace
g.sendSuccessRate()
File "/usr/src/app/inter/GetSuccessRate.py", line 32, in sendSuccessRate
successRateRsp = self.session.httpClint.send(urls.get("getSuccessRate"), self.data_apr())
File "/usr/src/app/myUrllib/httpUtils.py", line 196, in send
url_host = self.cdnList.pop(random.randint(0, 4))
IndexError: pop index out of range
The text was updated successfully, but these errors were encountered:
登录成功运行一段时间就崩溃了, 系统mac系统
日志:
Traceback (most recent call last):
File "run.py", line 22, in
select_ticket_info.select().main()
File "/usr/src/app/init/select_ticket_info.py", line 216, in main
c.sendChechFace()
File "/usr/src/app/inter/ChechFace.py", line 68, in sendChechFace
g.sendSuccessRate()
File "/usr/src/app/inter/GetSuccessRate.py", line 32, in sendSuccessRate
successRateRsp = self.session.httpClint.send(urls.get("getSuccessRate"), self.data_apr())
File "/usr/src/app/myUrllib/httpUtils.py", line 196, in send
url_host = self.cdnList.pop(random.randint(0, 4))
IndexError: pop index out of range
The text was updated successfully, but these errors were encountered: