What is this error?

hi,

after configuring SSL

server throws error when I try to open a form like time log

traceback (innermost last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 57, 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 808, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/frappe/frappe/desk/search.py”, line 13, in search_link
search_widget(doctype, txt, query, searchfield=searchfield, page_len=page_len, filters=filters)
File “/home/frappe/frappe-bench/apps/frappe/frappe/desk/search.py”, line 93, in search_widget
as_list=not as_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/desk/reportview.py”, line 17, in execute
return DatabaseQuery(doctype).execute(*args, **kwargs)
TypeError: execute() got an unexpected keyword argument ‘as_dict’

what had happened??

Apparently we are not alone, I’ve post this minutes ago:

Hi There,

so it doesnt seem to be connected to my SSL
as I updated as well just before that…

Same error here on deployed and develop systems after update this morning.

TypeError: execute() got an unexpected keyword argument ‘as_dict’

Same here folks! Ubuntu 14.04

unexpected keyword argument 'as_dict'

I have created an Issue ticket in GitHub just now.

The problem seems to be fixed now. You can run ‘bench update’ to pull the fix.