[Mar-2017] Showing there were error during setup ERPNext

refer frappe/frappe/geo/languages.json and frappe/frappe/geo/country_info.json for available options.

1 Like

I’ve added a comment on existing Issue

https://github.com/frappe/erpnext/issues/7272#issuecomment-307612708

Briefly, Break down wizard / args into smaller chunks so server responds quickly.

1 Like

I have a solution.

First create a new account on erpnext.com as a free user and setup it.
Now take backup of database.

Do the process of erpnext installation on ubuntu. after installation dont use website.
just restore database.

Login using id password which was created on online account.

1 Like

Thanks @Naivedh! I’m set up for now but this is a good workaround for
someone currently facing this issue.

1 Like

Just updated my local instance today and got the same issue

File “/home/erpnext/frappe-bench/env/local/lib/python2.7/site-packages/watchdog/observers/api.py”, line 237, in run
17:39:12 web.1 | <type ‘exceptions.AttributeError’>: ‘NoneType’ object has no attribute ‘Empty’
17:39:12 system | web.1 stopped (rc=-15)

for me after run setup_complete(args)
Out[4]: {u’fail’: u’Failed to update global settings’, u’status’: u’fail’}

@revant_one ,
for me its showing
{u'fail': u'Failed to setup company', u'status': u'fail'}

Actually for me it doesnt even go to error after setup ,
the page just gets stuck after /desk#setup-wizard/4
i.e after i input the name ,
and page becomes unresponsive ,
no errors nothing .

Latest development build .
v10

any help is appreciated .

same report here 'bench run-tests' to make local instance like demo.erpnext.com? - #26 by ashish-greycube

I had trouble getting the develop branch through the setup wizard, possibly our issues are related to this as well: First error after installation as well.

BTW, it worked for me on production, I only had these issues on develop.

{u’fail’: u’Failed to setup company’, u’status’: u’fail’}

I’m receiving this as well on a clean Production Install. I figured out how to resolve this. I had to MANUALLY create this symlink (running frappe as the ubuntu user):

ln -s /home/ubuntu/frappe-bench/apps/erpnext/erpnext/public erprnext

This issue is fixed. Lets pease open specific threads for issues