We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Linux Mint 19 system without a webcam a null pointer error was return after clicking on the QRcode button in the Notification dialog. bisq.log
The text was updated successfully, but these errors were encountered:
Note for myself: Aug-08 17:37:00.415 [Thread-27] INFO c.g.s.w.Webcam: WebcamDefaultDriver capture driver will be used Aug-08 17:37:00.785 [Thread-27] WARN c.g.s.w.Webcam: No webcam has been detected! Aug-08 17:37:00.786 [Thread-27] ERROR b.c.s.CommonSetup: Uncaught Exception from thread Thread-27 Aug-08 17:37:00.786 [Thread-27] ERROR b.c.s.CommonSetup: throwableMessage= null Aug-08 17:37:00.786 [Thread-27] ERROR b.c.s.CommonSetup: throwableClass= class java.lang.NullPointerException Aug-08 17:37:00.788 [Thread-27] ERROR b.c.s.CommonSetup: Stack trace: java.lang.NullPointerException at bisq.desktop.main.account.content.notifications.WebCamLauncher.run(WebCamLauncher.java:48)
Sorry, something went wrong.
Handle no-webcam case
2a4bde8
Fixed bisq-network/bisq#1618
Fixed: ManfredKarrer/archived-bisq-core@2a4bde8
ManfredKarrer
No branches or pull requests
On Linux Mint 19 system without a webcam a null pointer error was return after clicking on the QRcode button in the Notification dialog.
bisq.log
The text was updated successfully, but these errors were encountered: