idleon-saver icon indicating copy to clipboard operation
idleon-saver copied to clipboard

List out of range error for Cogstruction

Open Drise13 opened this issue 2 years ago • 0 comments

Describe the problem An exception was thrown when trying to export to Cogstruction.

[INFO   ] Wrote file: C:\Users\Drise\AppData\Roaming\IdleonSaver\cog_datas.csv
[ERROR  ] list index out of range
Traceback (most recent call last):
  File "main.py", line 120, in try_export
    self.export(fmt)
  File "main.py", line 290, in export
    FirebaseExporter(self.savedata).export(fmt, self.userdir)
  File "idleon_saver\scripts\export.py", line 209, in export
  File "idleon_saver\scripts\export.py", line 241, in save_cogstruction
IndexError: list index out of range
[WARNING] stderr: --- Logging error ---
[WARNING] stderr: Traceback (most recent call last):
[WARNING] stderr:   File "main.py", line 120, in try_export
[WARNING] stderr:     self.export(fmt)
[WARNING] stderr:   File "main.py", line 290, in export
[WARNING] stderr:     FirebaseExporter(self.savedata).export(fmt, self.userdir)
[WARNING] stderr:   File "idleon_saver\scripts\export.py", line 209, in export
[WARNING] stderr:   File "idleon_saver\scripts\export.py", line 241, in save_cogstruction
[WARNING] stderr: IndexError: list index out of range

I just fully unlocked every grid square, if that helps.

Log files logs.zip

Desktop (please complete the following information):

  • OS: Windows 10

Drise13 avatar Aug 22 '22 14:08 Drise13