eliasdoehne / stellaris-dashboard

A graph dashboard and event log for Stellaris.
122 stars 14 forks source link

Error while "Processing sectors_colonies" #112

Closed kirrytinyfang closed 8 months ago

kirrytinyfang commented 8 months ago

Whenever I start "dashboard.exe" or "parse_saves.exe" and load the save data for the first time, I always get the following error every time.

2023-11-03 22:40:43,721 - stellarisdashboard.parsing.timeline - INFO - _-76362896 2204.09.26   - Processing sectors_colonies
2023-11-03 22:40:43,731 - stellarisdashboard.parsing.timeline - ERROR - _-76362896 2204.09.26 Rolling back changes to database...
Traceback (most recent call last):
  File "stellarisdashboard\parsing\timeline.py", line 59, in process_gamestate
  File "stellarisdashboard\parsing\timeline.py", line 109, in _process_gamestate
  File "stellarisdashboard\parsing\timeline.py", line 1451, in extract_data_from_gamestate
AttributeError: 'list' object has no attribute 'get'

The saved data used are as follows. (This is almost immediately after the start of the game and uses a small sized galaxy)

savedata

Pyhon uses 3.10.

C:\>py -V
Python **3.10.0**