Hi,
I just received this error 3 days ago from the log. All along, it was working fine. Anyone knows what causes this? Critical as this is a live site.
Traceback (most recent call last):
File "/home/ubuntu/frappe-bench/apps/erpnext_shopify/erpnext_shopify/api.py", line 34, in sync_shopify_resources
sync_orders()
File "/home/ubuntu/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_orders.py", line 13, in sync_orders
sync_shopify_orders()
File "/home/ubuntu/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_orders.py", line 29, in sync_shopify_orders
if e.args[0] and e.args[0].startswith("402"):
IndexError: tuple index out of range