Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

QR codes generated by app are considered invalid by the app #78

Open
Jasdoge opened this issue Feb 13, 2021 · 4 comments · May be fixed by #84
Open

QR codes generated by app are considered invalid by the app #78

Jasdoge opened this issue Feb 13, 2021 · 4 comments · May be fixed by #84

Comments

@Jasdoge
Copy link

Jasdoge commented Feb 13, 2021

When you use either the desktop wallet or the app to generate a payment request QR code it uses the dogecoin:<address> URI. However, trying to use the built in QR scanner in the app rejects this code as "Invalid Dogecoin URI"

Here's a payment request generated by the app:

invalid_valid_qr

When you try to scan it, the app errors with Invalid Dogecoin URI: dogecoin:DJRAzMrPUBRKaVZefdfp5DipA4tQ7JCYsk?amount=1313

@zogith
Copy link

zogith commented Mar 1, 2021

I can confirm this issue. I was just testing sending between the latest dogecoin-qt and the Android app and the android app cannot handle the QR codes generated due to the dogecoin: URI prefix I guess. This limits the utility of the app.

@AmkSk AmkSk linked a pull request Apr 13, 2021 that will close this issue
@alexiskattan
Copy link

Also does not work when URI is typed into chrome and the wallet gets the intent from their. the issue is not with the camera but from something about how the URI (https://en.bitcoin.it/wiki/BIP_0020) is parsed or something.

@gitrodriguez09
Copy link

Hola, confirmo este problema.
Screenshot_20210421-053453_Dogecoin Wallet

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@alexiskattan @zogith @Jasdoge @gitrodriguez09 and others