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
Status
Error Method
sync_shopify_resources Message
Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/api.py", line 32, in sync_shopify_resources
sync_products(shopify_settings.price_list, shopify_settings.warehouse)
File "/home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_products.py", line 16, in sync_products
sync_shopify_items(warehouse, shopify_item_list)
File "/home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_products.py", line 30, in sync_shopify_items
if e.args[0] and e.args[0].startswith("402"):
AttributeError: 'int' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered:
Status
Error
Method
sync_shopify_resources
Message
Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/api.py", line 32, in sync_shopify_resources
sync_products(shopify_settings.price_list, shopify_settings.warehouse)
File "/home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_products.py", line 16, in sync_products
sync_shopify_items(warehouse, shopify_item_list)
File "/home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_products.py", line 30, in sync_shopify_items
if e.args[0] and e.args[0].startswith("402"):
AttributeError: 'int' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered: