Hello,
I had worked with Projects before without any issue, but the other day, after I used the Tags for the first time I got this error the next time I browsed a list with all projects:
Traceback (innermost last):
File “/home/erpnext/frappe-bench/apps/frappe/frappe/app.py”, line 57, in application
response = frappe.handler.handle()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/init.py”, line 805, in call
return fn(*args, **newargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/desk/reportview.py”, line 150, in get_stats
stats[tag] = scrub_user_tags(tagcount)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/desk/reportview.py”, line 159, in scrub_user_tags
tagdict = dict(tagcount)
ValueError: dictionary update sequence element #0 has length 3; 2 is required
And now I get this error everytime I go to Projects module.
Many thanks and kind regards from Spain,
Alb