Error when loading New Warehouse

Getting error while loading new record (warehouse) via Data Import Tool.

"TypeError: argument of type ‘NoneType’ is not iterable.

Below is error log
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/data_import/importer.py”, line 360, in upload
validate_naming(doc)
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/data_import/importer.py”, line 204, in validate_naming
if “.#” in autoname or “hash” in autoname:
TypeError: argument of type ‘NoneType’ is not iterable

Need your help

Best way to do import is to create a single record in the correct format…export that (with data option)…and then add the data into the spreadsheet after your test row, and import it back in. This fixes formatting errors in most cases

1 Like

I tried that before, didnt work