Bench Update Problem

Hi,

Just updated via Bench update with the resulting error:

Traceback (innermost last):
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/website/render.py”, line 25, in render
data = render_page_by_language(path)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/website/render.py”, line 91, in render_page_by_language
return render_page(path)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/website/render.py”, line 113, in render_page
return build(path)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/website/render.py”, line 122, in build
return build_method(path)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/website/render.py”, line 138, in build_page
context = get_context(path)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/website/context.py”, line 31, in get_context
context = build_context(context)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/website/context.py”, line 79, in build_context
ret = module.get_context(context)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/templates/pages/desk.py”, line 21, in get_context
boot = frappe.sessions.get()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/sessions.py”, line 105, in get
bootinfo = get_bootinfo()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/boot.py”, line 24, in get_bootinfo
get_user(bootinfo)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/boot.py”, line 135, in get_user
bootinfo.user = frappe.get_user().load_user()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/utils/user.py”, line 193, in load_user
from tabUser where name = %s"“”, (self.name,), as_dict=1)[0]
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/database.py”, line 135, in sql
self._cursor.execute(query, values)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/env/lib/python2.7/site-packages/MySQLdb/cursors.py”, line 205, in execute
self.errorhandler(self, exc, value)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/env/lib/python2.7/site-packages/MySQLdb/connections.py”, line 36, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1054, “Unknown column ‘mute_sounds’ in ‘field list’”)

Can access website but not desk.

Advice for resolution would be appreciated.

Cheers,

Simon

Your update must have failed. Did you get any error?

Here it is:

Much appreciated.

Cheers,

Simon

Hi Simon,

You need to paste the full trace. This screenshot doesn’t show the complete traceback.

My failing. Here it is:



@BuilderMatic can you copy paste it rather than sticking images please.

Edit: btw you have local changes.