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
I cannot get my frappe cloud instance of erpnext to sync anything with my Shopify. I cannot even save the settings because it says it can find the webhopks JSON or something. Below is the error information from the app:
Traceback (most recent call last):
File "apps/frappe/frappe/[app.py](http://app.py/)", line 114, in application
response = frappe.api.handle(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/api/__init__.py", line 49, in handle
data = endpoint(**arguments)
^^^^^^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/api/[v1.py](http://v1.py/)", line 36, in handle_rpc_call
return frappe.handler.handle()
^^^^^^^^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/[handler.py](http://handler.py/)", line 49, in handle
data = execute_cmd(cmd)
^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/[handler.py](http://handler.py/)", line 85, in execute_cmd
return [frappe.call](http://frappe.call/)(method, **frappe.form_dict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/__init__.py", line 1768, in call
return fn(*args, **newargs)
^^^^^^^^^^^^^^^^^^^^
File "apps/frappe/frappe/utils/typing_[validations.py](http://validations.py/)", line 31, in wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "apps/ecommerce_integrations/ecommerce_integrations/shopify/page/shopify_import_products/shopify_import_[products.py](http://products.py/)", line 19, in get_shopify_products
shopify_products = fetch_all_products(from_)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "apps/ecommerce_integrations/ecommerce_integrations/shopify/page/shopify_import_products/shopify_import_[products.py](http://products.py/)", line 29, in fetch_all_products
for product in collection:
TypeError: 'NoneType' object is not iterable
I cannot get my frappe cloud instance of erpnext to sync anything with my Shopify. I cannot even save the settings because it says it can find the webhopks JSON or something. Below is the error information from the app:
App Versions
Route
Traceback
Request Data
Response Data
The text was updated successfully, but these errors were encountered: