Shopify app of ERPNExt Not Working

Hi, we are trying to connect our shopify website with ERP. However when we try to install ERPNEXT app in Shopify, following error is thrown

Traceback (most recent call last):
File “/home/frappe/benches/bench-2016-07-23/apps/frappe/frappe/app.py”, line 61, in application
response = frappe.api.handle()
File “/home/frappe/benches/bench-2016-07-23/apps/frappe/frappe/api.py”, line 54, in handle
return frappe.handler.handle()
File “/home/frappe/benches/bench-2016-07-23/apps/frappe/frappe/handler.py”, line 21, in handle
data = execute_cmd(cmd)
File “/home/frappe/benches/bench-2016-07-23/apps/frappe/frappe/handler.py”, line 52, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/frappe/benches/bench-2016-07-23/apps/frappe/frappe/init.py”, line 913, in call
return fn(*args, **newargs)
File “/home/frappe/benches/bench-2016-07-23/apps/erpnext_shopify_broker/erpnext_shopify_broker/erpnext_shopify_broker/doctype/broker_settings/broker_settings.py”, line 55, in generate_token
res = requests.post(url= url, data=json.dumps(token_dict), headers={‘Content-type’: ‘application/json’})
File “/home/frappe/benches/bench-2016-07-23/env/lib/python2.7/site-packages/requests/api.py”, line 111, in post
File “/home/frappe/benches/bench-2016-07-23/env/lib/python2.7/site-packages/requests/api.py”, line 57, in request
with sessions.Session() as session:
File “/home/frappe/benches/bench-2016-07-23/env/lib/python2.7/site-packages/requests/sessions.py”, line 475, in request
# Create the Request.
File “/home/frappe/benches/bench-2016-07-23/env/lib/python2.7/site-packages/requests/sessions.py”, line 585, in send
File “/home/frappe/benches/bench-2016-07-23/env/lib/python2.7/site-packages/requests/adapters.py”, line 477, in send
r,
SSLError: [Errno 2] No such file or directory

@saurabh6790 can you check?

Are you running bench command for installation from, /home/frappe/frappe-bench ?

Hi Pawan,

Following are the steps followed:

  1. Login into my shopify/admin
  2. Go to Shopify apps.
  3. Find ERPNEXT app and click on Get (to install app in your shopify)
  4. This error page is shown with above error

Hi there…is there any update? I understand erpnext shopify app is marked as testing. Is it available for public use?

Hi There any help on this will be appreciated?

@Vishesh_Handa We have fixed the issue. please check and let us know.

Hi Yes it’s working for last 1 HR. Thx for fixing