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

This repo does not seem to work anymore #1

Open
kda-jt opened this issue Jul 8, 2024 · 1 comment · May be fixed by #2
Open

This repo does not seem to work anymore #1

kda-jt opened this issue Jul 8, 2024 · 1 comment · May be fixed by #2

Comments

@kda-jt
Copy link

kda-jt commented Jul 8, 2024

I just ran it on a freshly generated Duo QR code.
Failed with

[src/main.rs:65:20] response = Object({
    "code": Number(
        40403,
    ),
    "message": String(
        "Unknown activation code",
    ),
    "stat": String(
        "FAIL",
    ),
})
thread 'main' panicked at src/main.rs:67:63:
called `Option::unwrap()` on a `None` value
@dverbru
Copy link

dverbru commented Aug 29, 2024

Before getting that error (which might be related to re-using the code), I got the following:

[src/main.rs:65:20] response = Object({
    "code": Number(
        40112,
    ),
    "message": String(
        "Signature type is not supported",
    ),
    "stat": String(
        "FAIL",
    ),
})
thread 'main' panicked at src/main.rs:67:63:
called `Option::unwrap()` on a `None` value

twassman added a commit to twassman/duo-hotp-export that referenced this issue Oct 15, 2024
fix "Signature type is not supported" error (char#1)
@twassman twassman linked a pull request Oct 15, 2024 that will close this issue
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 a pull request may close this issue.

2 participants