Item Upload Error

I am getting the following error for each item as I trying to upload items using the Data Import tool. Any pointers?

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/data_import/importer.py”, line 388, in upload
doc.insert()
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 219, in insert
self._validate()
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py”, line 443, in _validate
self._extract_images_from_text_editor()
File “/home/frappe/frappe-bench/apps/frappe/frappe/model/base_document.py”, line 787, in _extract_images_from_text_editor
extract_images_from_doc(self, df.fieldname)
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/file_manager.py”, line 351, in extract_images_from_doc
content = extract_images_from_html(doc, content)
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/file_manager.py”, line 384, in extract_images_from_html
content = re.sub(‘<img[^>]src\s=\s*"'(.*?)["']’, _save_file, content)
File “/home/frappe/frappe-bench/env/lib/python2.7/re.py”, line 155, in sub
return _compile(pattern, flags).sub(repl, string, count)
TypeError: expected string or buffer

Thanks

Jay

I had a 5 digit code for Item Description and when I used A12345, the uploads went through all right. But that shouldn’t be the case, right? I think the Item Upload process has become flaky since we moved to the new Data Export/Import configuration.

Problem averted for now.

Thanks

Jay