After initial setup of Shopify Connector with public ERPNext app from Shopify store, synchronization is failing with Last sync request was failed, check here
Status
Error
Method
sync_shopify_resources
Message
Traceback (most recent call last):
File "/home/frappe/benches/bench-2017-02-27/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/benches/bench-2017-02-27/apps/erpnext_shopify/erpnext_shopify/sync_products.py", line 18, in sync_products
sync_erpnext_items(price_list, warehouse, shopify_item_list)
File "/home/frappe/benches/bench-2017-02-27/apps/erpnext_shopify/erpnext_shopify/sync_products.py", line 336, in sync_erpnext_items
for item in frappe.db.sql(item_query, as_dict=1):
File "/home/frappe/benches/bench-2017-02-27/apps/frappe/frappe/database.py", line 148, in sql
self._cursor.execute(query)
File "/home/frappe/benches/bench-2017-02-27/env/lib/python2.7/site-packages/MySQLdb/cursors.py", line 205, in execute
self.errorhandler(self, exc, value)
File "/home/frappe/benches/bench-2017-02-27/env/lib/python2.7/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1054, "Unknown column 'shopify_description' in 'field list'")
Request Data
{}
Environment:
official SaaS
ERPNext: v7.2.27
ERPNext Shopify: v2.0.4
Frappe Framework: v7.2.26