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
Traceback (most recent call last):
File "Automatic_ticket_purchase.py", line 315, in
a.run()
File "Automatic_ticket_purchase.py", line 253, in run
ticket_info, sku_id_sequence, sku_id = self.step1_get_order_info(self.item_id, commodity_param,
File "Automatic_ticket_purchase.py", line 60, in step1_get_order_info
all_ticket_sku = ticket_info['perform']['skuList']
KeyError: 'perform'
The text was updated successfully, but these errors were encountered:
python3 Automatic_ticket_purchase.py
Traceback (most recent call last):
File "Automatic_ticket_purchase.py", line 315, in
a.run()
File "Automatic_ticket_purchase.py", line 253, in run
ticket_info, sku_id_sequence, sku_id = self.step1_get_order_info(self.item_id, commodity_param,
File "Automatic_ticket_purchase.py", line 60, in step1_get_order_info
all_ticket_sku = ticket_info['perform']['skuList']
KeyError: 'perform'
The text was updated successfully, but these errors were encountered: