Skip to content

Increase 1password automatic login robustness by adding retries + bugfixes#1827

Open
aevangeline wants to merge 1 commit into
goatcorp:masterfrom
aevangeline:updating_1password_script
Open

Increase 1password automatic login robustness by adding retries + bugfixes#1827
aevangeline wants to merge 1 commit into
goatcorp:masterfrom
aevangeline:updating_1password_script

Conversation

@aevangeline
Copy link
Copy Markdown

@aevangeline aevangeline commented Jan 14, 2026

I was using the 1password automatic login script for my account that has OTP enabled, and noticed that it would randomly fail. This seems to be caused by a race condition between the software launching and the sleep in the script. To mitigate this, I made it so that the script tries to send the OTP to XIVlauncher with backed-off retries (5 tries, spaced out by 2 seconds each) until it succeeds.
There should be no broader implications to the overall project, and no noticeable change in behavior for existing users of the script.

I also fixed the install directory for XIV launcher so that it uses the most recent path.

…s with a backoff between attempts. This way if FFXIV launcher fails to launch quickly, the automatic login should still work
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.

1 participant