dieser-niko / ESIRemote

Python library for remote controlling the environment in FwESI
MIT License
2 stars 0 forks source link

Loading save file causes indefinite loading #2

Open dieser-niko opened 1 month ago

dieser-niko commented 1 month ago

FwESI seems to load indefinetly when trying to load a (sub-)save file.

The API call sequence seems to be:

The application seems to freeze on the second call, which also never finishes. When implementing a delay after load save it doesn't seem to cause any troubles. The Frontend created by the team behind FwESI doesn't seem to refresh/update either the active value nor the saves list, but transfers that decision to the user.

Possible solutions for this problem would be:

dieser-niko commented 1 month ago

A 1 second delay already does the trick. However, this needs to be tested on slower (and faster) hardware to confirm.