v0.11.8 #79
gerwaric
announced in
Announcements
v0.11.8
#79
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This should fix the issue with data files since GGG changed the account system to include numeric discriminators.
New Features since v0.11.5
Bug Fixes
Reworked data filenames to use the new numeric account discriminator, addressing Prices lost when upgrading to 0.11.7 from 0.11.5 #78 (See below for details)
Several of the legacy API calls used by POESESSID login now break when the account name is included in the request url. The fix was to remove the "accountName" parameter. This addresses issue Content Access Denied error when refreshing tabs #76. So far this appears to be the only change to either the legacy or the OAuth API.
Reminder
A user reported losing buyouts in issue #78. This turned out to be caused by the change to account names. If you lost buyouts and want to restore them, keep reading.
Restoring Old Data Files
If you ran v0.11.7 and you lost buyouts that dissappeared, you might need to restore your data files from a backup:
On Windows, the data folder and it's backups are found in
C:\Users\Gerwaric\AppData\Local\Acquisition
:data
folder.data
folder.data_save_0..11.5
and copy the files from that folder intodata
Unfortunately, you'll lose any changes you've made since the backup.
What Happened
Acquistion stores it's data in SQLITE3 database files withouth an extention. The filename is a hash of the account name and the league name. I don't know what motivated this design, but when GGG changed the account names to include a numeric descriminator, that changed the hash, which meant that acquisition lost track of which files to load for which league.
This discussion was created from the release v0.11.8.
Beta Was this translation helpful? Give feedback.
All reactions