AspNetCore.Totp icon indicating copy to clipboard operation
AspNetCore.Totp copied to clipboard

Unexpected result from the Google QR web site

Open StephanBis opened this issue 1 year ago • 3 comments

This plugin has been running flawlessly for a year now, but since today (we just noticed it) we're getting the following error. Is there an issue with the Google QR website or does this library needs updating? Thank you in advance.

System.Net.Http.HttpRequestException: Unexpected result from the Google QR web site.
       ---> System.Exception: Unexpected result from the Google QR web site.
         at AspNetCore.Totp.TotpSetupGenerator.GetQrImage(String url, Int32 timeoutInSeconds)
         --- End of inner exception stack trace ---
         at AspNetCore.Totp.TotpSetupGenerator.GetQrImage(String url, Int32 timeoutInSeconds)
         at AspNetCore.Totp.TotpSetupGenerator.Generate(String issuer, String accountIdentity, String accountSecretKey, Int32 qrCodeWidth, Int32 qrCodeHeight, Boolean useHttps)

StephanBis avatar Apr 02 '24 14:04 StephanBis

I'm also having this issue since yesterday.

hafiz-personal avatar Apr 03 '24 10:04 hafiz-personal

The Google Chart API has been deprecated since 2012 : https://developers.google.com/chart/image/. I've created a pull request (#11) a few months ago which replaces the Google Charts API.

robinvanderknaap avatar Apr 03 '24 11:04 robinvanderknaap

Unexpected result from the Google QR web site. facing while generating the qrcode. please help on this.

bob520128 avatar Apr 16 '24 13:04 bob520128