ElectronicObserverEN / ElectronicObserver

Electronic Observer is a game viewer for Kantai Collection.
Other
83 stars 20 forks source link

Api file saving bug #406

Open myangelkamikaze opened 1 year ago

myangelkamikaze commented 1 year ago

Under certain conditions, API files will stop getting saved. image

From my log, the files started getting saved again when I restarted EO. There's no logic when saving the API files, they get added to the database directly and after that added to a sortie/expedition if they're related to that. From that info, the only thing that could cause the error would be the db context itself. The db context was apparently designed to be short-lived, which might be the issue because in EO it stays alive from startup to end.