Android mobile client failing with net::ERR_FILE_NOT_FOUND(file:///index.html)

After I did the bench update yesterday, I am not able to use the mobile client. I tried re-installing the app, which didn’t help. Tried ‘bench update’ again today, but still have the same issue. Any idea how to resolve this?

Check logs/frappe.log for exception.

Thanks @saurabh6790. I am getting the following exception

[ERROR] 2017-08-24 06:15:16,311 | /home/frappe/frappe-bench/apps/frappe/frappe/app.py:
Site: skpi.in
Form Dict: {
“build_version”: “000”,
“cmd”: “frappe.www.desk.get_desk_assets”,
“data”: “”
}
Request Error
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 61, in application
response = frappe.api.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/api.py”, line 54, in handle
return frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 21, in handle
data = execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 52, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 922, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/www/desk.py”, line 58, in get_desk_assets
if build_version != data[“build_version”]:
TypeError: ‘NoneType’ object has no attribute ‘getitem
[ERROR] 2017-08-24 06:15:16,315 | /home/frappe/frappe-bench/apps/frappe/frappe/utils/error.py:
New Exception collected with id: 2017-08-24 06:15:16.312700-157.49.3.35-970

I don’t know what changed, but the last ‘bench update’ resolved the issue.