All ready to go, and receiving an index error when running the first script. I am new to python, so this could very much be user error on my part. Google pointed me in the right direction, but figured it was just better to post it here.
Running retrieve-identifiers from terminal:
python3 retrieve-identifiers.py
Output:
Traceback (most recent call last):
File "retrieve-identifiers.py", line 43, in
title, artist = row[1], row[2]
IndexError: list index out of range
All ready to go, and receiving an index error when running the first script. I am new to python, so this could very much be user error on my part. Google pointed me in the right direction, but figured it was just better to post it here.
Running retrieve-identifiers from terminal:
python3 retrieve-identifiers.py
Output:
Traceback (most recent call last): File "retrieve-identifiers.py", line 43, in
title, artist = row[1], row[2]
IndexError: list index out of range