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.
Traceback (most recent call last):
File ".\run.py", line 22, in
select_ticket_info.select().main()
File "E:\PythonProjects\12306\init\select_ticket_info.py", line 121, in main
l.reqLiftTicketInit()
File "E:\PythonProjects\12306\inter\LiftTicketInit.py", line 18, in reqLiftTicketInit
matchObj = re.search('var CLeftTicketUrl = '(.*)'', result, re.M|re.I);
File "E:\usersofts\Python3.7\lib\re.py", line 183, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File ".\run.py", line 22, in
select_ticket_info.select().main()
File "E:\PythonProjects\12306\init\select_ticket_info.py", line 121, in main
l.reqLiftTicketInit()
File "E:\PythonProjects\12306\inter\LiftTicketInit.py", line 18, in reqLiftTicketInit
matchObj = re.search('var CLeftTicketUrl = '(.*)'', result, re.M|re.I);
File "E:\usersofts\Python3.7\lib\re.py", line 183, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object
The text was updated successfully, but these errors were encountered: