I am using frappe 10.1.70(Only frappe, no erp),and my user is using the Chinese language.
The import function of Doctype ‘Data Import’ has reported an error:
Traceback (most recent call last):
File “/home/inno/frappe-bench/apps/frappe/frappe/core/doctype/data_import/importer.py”, line 370, in upload
doc, attachments, last_error_row_idx = get_doc(row_idx)
ValueError: too many values to unpack
Switch to English language and import successfully
So, How can I fix it?