bitshares / beet

Beet is a stand-alone key/identity-manager and signing app for BitShares, heavily influenced by Scatter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Scan package no longer works

grctest opened this issue · comments

commented

Describe the bug

The QR code scanner component is no longer able to access the webcam; the package hasn't been updated in a couple years.

To Reproduce

Go to the QR code scanning page, try to scan a QR code with your webcam.

Expected behavior

QR code webcam view renders.

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Electron client, adapter.browserDetails.browser {browser: 'chrome', version: 102}
  • Version: Develop

Additional context

Vue3 support should soon arrive to an alternative and more actively maintained package: gruhn/vue-qrcode-reader#203

Relevant github issue: scholtz/qrcode-reader-vue3#2

We should migrate to using vue-qrcode-reader when it supports vue3 (currently only supports vue2).

commented

Temporarily disabled the QR scanning component in #247

commented

Merged fix into develop branch