Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List index out of range #4

Open
Szo-gun opened this issue Sep 30, 2022 · 2 comments
Open

List index out of range #4

Szo-gun opened this issue Sep 30, 2022 · 2 comments

Comments

@Szo-gun
Copy link

Szo-gun commented Sep 30, 2022

I still got error:

Module: 6D
Start_Address: 1
ZDC Name: V03935263DB
ZDC version: 0001
Login: 20103
Traceback (most recent call last):
File "C:\Users\pcian\Desktop\odis2vcp-master\odis2vcp.py", line 158, in
parse_small_oe_file()
File "C:\Users\pcian\Desktop\odis2vcp-master\odis2vcp.py", line 146, in parse_small_oe_file
dataset = parameter_data.childNodes[0].data
IndexError: list index out of range

@Kasparas666
Copy link

Kasparas666 commented Dec 23, 2023

I also have problem

C:\Python>python odis2vcp.py -i KD7.xml -d "VW ID4 D7 matrix"
Module: D7
Start_Address: 7100
ZDC Name: V03935389SG
ZDC version: 0001
Login: 20103
Traceback (most recent call last):
File "C:\Python\odis2vcp.py", line 157, in
parse_small_oe_file()
^^^^^^^^^^^^^^^^^^^^^
File "C:\Python\odis2vcp.py", line 145, in parse_small_oe_file
dataset = parameter_data.childNodes[0].data
~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

@Slavixs
Copy link

Slavixs commented Feb 16, 2024

Same problem.

C:\Users\salvi>python odis2vcp.py -i VW3260EUK0BA.xml -d "2q0_dataset_vcp"
Module: 3C
Start_Address: 7100
ZDC Name: V03935308HF
ZDC version: 0001
Login: 20103
Traceback (most recent call last):
File "C:\Users\salvi\odis2vcp.py", line 157, in
parse_small_oe_file()
File "C:\Users\salvi\odis2vcp.py", line 145, in parse_small_oe_file
dataset = parameter_data.childNodes[0].data
IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants