You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
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.
The text was updated successfully, but these errors were encountered: