frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
21.5k stars 7.28k forks source link

Tally migration tool error #26446

Open hemkantSplat opened 3 years ago

hemkantSplat commented 3 years ago

When I process xml from tally i get following error

Data: "Processing Master Data"

Exception: Traceback (most recent call last): File "/home/splaterp/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py", line 250, in _process_master_data company = get_company_name(collection) File "/home/splaterp/frappe-bench/apps/erpnext/erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py", line 98, in get_company_name return collection.find_all("REMOTECMPINFO.LIST")[0].REMOTECMPNAME.string.strip() IndexError: list index out of range

moizsami commented 5 days ago

I am receiving the same error, I exported from Tally ERP 9..is there any solution for it ?