Error while syncing ERPNext with shopify

Error while sycning ERPNext with shopify

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_products.py”, line 341, in sync_erpnext_items
sync_item_with_shopify(item, price_list, warehouse)
File “/home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_products.py”, line 422, in sync_item_with_shopify
create_new_item_to_shopify(item, item_data, erp_item, variant_item_name_list)
File “/home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/sync_products.py”, line 443, in create_new_item_to_shopify
new_item = post_request(“/admin/products.json”, item_data)
File “/home/frappe/frappe-bench/apps/erpnext_shopify/erpnext_shopify/shopify_requests.py”, line 46, in post_request
r.raise_for_status()
File “/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/requests/models.py”, line 939, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 403 Client Error: Forbidden for url: https://<MY_API_KEY_HERE>:<MY_API_PASSWORD_HERE>@best-price-company-india.myshopify.com//admin/products.json

CC: @Shubham_Gupta

I may be wrong but I don’t think you can have a @ symbol in a URL …