Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import with discriminators #8361

Merged

Conversation

Regisle
Copy link
Member

@Regisle Regisle commented Nov 18, 2024

The new PoE patch requires accounts to also have a discriminator, this automatically url encodes them, including the "real account name" retrieved from the website, allowing characters to be imported again.

image

This saves the account name with the un-encoded value into the list, but currently selects the wrong index from the list edit: fixed that, was an old issue, we sorted the account order after selecting, so it would always have the last value selected.

fixes #8359 and #8360

@Wires77 Wires77 merged commit 3a0e067 into PathOfBuildingCommunity:dev Nov 18, 2024
1 of 2 checks passed
@Regisle Regisle deleted the fixImportWithDiscriminators branch November 18, 2024 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot import account characters after new patch
2 participants