If I chose a new company then I get this message:
Please type some additional information that could help us reproduce this issue:
App Versions
{
“erpnext”: “8.9.0”,
“frappe”: “8.8.0”
}
Route
Form/Company/Új Vállalkozás 1
Error Report
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 21, in handle
data = execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 52, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 922, in call
return fn(*args, **newargs)
File “/home/frappe/frappe-bench/apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/chart_of_accounts.py”, line 108, in get_charts_for_country
if (fname.startswith(country_code) or fname.startswith(country)) and fname.endswith(“.json”):
UnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xc3 in position 19: ordinal not in range(128)
Request Data
{
“type”: “POST”,
“args”: {
“country”: “Hungary”,
“cmd”: “erpnext.accounts.doctype.account.chart_of_accounts.chart_of_accounts.get_charts_for_country”
},
“url”: “/”
}
Response JSON
{}
May be the use of the á, é ,í , ó ú ű ö in the translated text causing problem?