Shopify Connector UnicodeDecodeError: ordinal not in range(128)

Hello,

I generate my first order in my shopify store and then I start to receive this error message in the shopify log over my cloud free erpnext system.

Anyone knows what causes this?

Traceback (most recent call last):
  File "/home/frappe/benches/bench-2017-07-11/apps/erpnext_shopify/erpnext_shopify/api.py", line 34, in sync_shopify_resources
    sync_orders()
  File "/home/frappe/benches/bench-2017-07-11/apps/erpnext_shopify/erpnext_shopify/sync_orders.py", line 13, in sync_orders
    sync_shopify_orders()
  File "/home/frappe/benches/bench-2017-07-11/apps/erpnext_shopify/erpnext_shopify/sync_orders.py", line 29, in sync_shopify_orders
    if e.args and e.args[0] and e.args[0].startswith("402"):
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 45: ordinal not in range(128)

Best Regards

Hello @Juan_Carlos_Pira,
This is a bug. Please open an on issue on github and we’ll take it up from there

Hello @tundebabzy,

I just create the issue on github, like you told me.

Best Regards