Errors after update

In the Ubuntu 14 vm version (develop) , after bench-update, when click on just about any element:

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 854, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/load.py”, line 71, in getdoctype
frappe.response[‘list_settings’] = get_list_settings(parent_dt or doctype)
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/utils/list_settings.py”, line 13, in get_list_settings
update_list_settings(doctype, list_settings)
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/utils/list_settings.py”, line 20, in update_list_settings
current.update(list_settings)
ValueError: dictionary update sequence element #0 has length 1; 2 is required

also note:
frappe@erpnext:~/frappe-bench/apps/frappe$ git branch -a

  • develop
    remotes/upstream/HEAD → upstream/develop
    remotes/upstream/bot
    remotes/upstream/develop
    remotes/upstream/gh-pages
    remotes/upstream/hotfix
    remotes/upstream/master
    remotes/upstream/v4.x.x
    remotes/upstream/v5.x.x
    frappe@erpnext:~/frappe-bench/apps/frappe$ cd …/erpnext/
    frappe@erpnext:~/frappe-bench/apps/erpnext$ git branch -a
  • develop
    remotes/upstream/HEAD → upstream/develop
    remotes/upstream/develop
    remotes/upstream/gh-pages
    remotes/upstream/hot-fix-leave-application
    remotes/upstream/hotfix
    remotes/upstream/master
    remotes/upstream/revert-4832-patch-1
    remotes/upstream/revert-5028-paypal-cleanup
    remotes/upstream/v4.x.x
    remotes/upstream/v5.x.x

Thanks.

This just got fixed. Use bench update…

1 Like