fonsleenaars / tqdb

Python parser for the Titan Quest Anniversary Edition, Ragnarok, Atlantis, Eternal Ember DLC database.
https://tq-db.net
MIT License
50 stars 15 forks source link

Parser running error #119

Open feeedback opened 1 year ago

feeedback commented 1 year ago

Hi! Thanks for this project. I run the parser and an error occurs

IndexError: list index out of range 
difficulty = self.DIFFICULTIES_LIST[int("".join(filter(lambda x: x.isdigit(), file_name))) - 1]
2023-01-05 16_02_35_cmd exe

OS Windows 10, Python 3.9.13.