Closed simkimsia closed 3 months ago
i found the cause
no capital letters and no dot and no space. all lower case see #75
when i change to op://automatedforadmin/substack/username
it works.
I also cannot get the OTP value see #59 I keep getting back otpauth://totp/Substack:someemail@example.com?secret=FAKE&issuer=Substack
iit should be made extremely clear what a valid format is for the secret reference.
Hi @simkimsia
As of the latest Python SDK (v0.1.0-beta.12+). You are now able to retrieve/write OTP information and secret references with .
are now retrievable.
If you have any more issues, please feel free to open an issue.
Scenario & Reproduction Steps
i went to the specific login and copy secret reference and it says
"op://AutomatedForAdmin/substack.com/username"
why doesn't it work?
This is my code
Actual Behavior
repeatedly getting
Expected Behavior
that i get my username?
SDK version
beta.11
Additional information
No response