ComputerElite / QuestAppVersionSwitcher

Allows you to backup and restore apps directly from withing your quest
GNU General Public License v3.0
35 stars 9 forks source link

QAVS getting stuck on Diff Patching #55

Closed jxnxsdev closed 3 months ago

jxnxsdev commented 3 months ago

QAVS seems to get stuck on 99% when diff patching for some people. It does nothing after, etc. When waiting for a few minutes after it gets stuck the downgraded version still appears in backups.

ComputerElite commented 3 months ago

QAVS indeed does not broadcast the download done event so the ui doesn't know it's done. Will be fixed in the next version

ComputerElite commented 3 months ago

For context: QAVS has a websocket it can subscribe to which only sends what changes and api endpoints it can pull info from which gets everything with correct status. On the backend I have to send what changes cause the ui only uses the websocket (until it doesn't). For downloads it does and I forgot to send it on diff applied

ComputerElite commented 3 months ago

interesting

ComputerElite commented 3 months ago

Didn't know commits could close issues