LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-15-2023, 04:21 AM   #1
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
bitwarden 2023.9.2 - Problem after upgrade from 2023 9 0


I noticed marav had posted an update to Bitwarden on SBo, so I updated only to find it is no longer working...

Same thing happens to me as reported here by other users
https://github.com/bitwarden/clients/issues/6584

Revert back or install electron from SBo?
Or maybe other suggestions?

Thanks in advance!
 
Old 10-15-2023, 04:35 AM   #2
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,440

Rep: Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187
Erf...

However, no issue here (Slackware 15.0 & current)
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20231015_113422.png
Views:	42
Size:	38.2 KB
ID:	41855  
 
Old 10-15-2023, 05:12 AM   #3
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Original Poster
Rep: Reputation: 187Reputation: 187
Thanks marav!

I gave it another go, at first I get this for message

Code:
(node:5525) DeprecationWarning: file property is deprecated and will be removed in v5.
(Use `bitwarden --trace-deprecation ...` to show where the warning was created)
(node:5525) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'init')
    at BiometricsService.<anonymous> (/opt/Bitwarden/resources/app.asar/main.js:47194:55)
    at Generator.next (<anonymous>)
    at /opt/Bitwarden/resources/app.asar/main.js:47160:71
    at new Promise (<anonymous>)
    at biometrics_service_awaiter (/opt/Bitwarden/resources/app.asar/main.js:47156:12)
    at BiometricsService.init (/opt/Bitwarden/resources/app.asar/main.js:47193:16)
    at Main.<anonymous> (/opt/Bitwarden/resources/app.asar/main.js:53805:46)
    at Generator.next (<anonymous>)
    at fulfilled (/opt/Bitwarden/resources/app.asar/main.js:53702:58)
(node:5525) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
[5525:1015/120650.932906:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: org.freedesktop.portal.Error.NotFound: Requested setting not found
(node:5525) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of null (reading 'null')
    at new Menubar (/opt/Bitwarden/resources/app.asar/main.js:45540:131)
    at MenuMain.<anonymous> (/opt/Bitwarden/resources/app.asar/main.js:45594:56)
    at Generator.next (<anonymous>)
    at fulfilled (/opt/Bitwarden/resources/app.asar/main.js:45564:58)
(node:5525) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 3)
This time I get the login screen ok, but while copying the above message I'll end up with an gray window unable to login.
I get the following messages in console...

Code:
Error sending from webFrameMain:  Error: Render frame was disposed before WebFrameMain could be accessed
    at WebFrameMain.send (node:electron/js2c/browser_init:2:94576)
    at WebContents.send (node:electron/js2c/browser_init:2:79721)
    at BrowserWindow.<anonymous> (/opt/Bitwarden/resources/app.asar/main.js:46672:38)
    at BrowserWindow.emit (node:events:525:35)
Error sending from webFrameMain:  Error: Render frame was disposed before WebFrameMain could be accessed
    at WebFrameMain.send (node:electron/js2c/browser_init:2:94576)
    at WebContents.send (node:electron/js2c/browser_init:2:79721)
    at BrowserWindow.<anonymous> (/opt/Bitwarden/resources/app.asar/main.js:46672:38)
    at BrowserWindow.emit (node:events:525:35)
Error sending from webFrameMain:  Error: Render frame was disposed before WebFrameMain could be accessed
    at WebFrameMain.send (node:electron/js2c/browser_init:2:94576)
    at WebContents.send (node:electron/js2c/browser_init:2:79721)
    at BrowserWindow.<anonymous> (/opt/Bitwarden/resources/app.asar/main.js:46672:38)
    at BrowserWindow.emit (node:events:525:35)
Closing the client
Code:
12:12:09.775 › TypeError: Object has been destroyed
    at WindowMain.<anonymous> (/opt/Bitwarden/resources/app.asar/main.js:46720:36)
    at Generator.next (<anonymous>)
    at /opt/Bitwarden/resources/app.asar/main.js:46494:71
    at new Promise (<anonymous>)
    at window_main_awaiter (/opt/Bitwarden/resources/app.asar/main.js:46490:12)
    at WindowMain.updateWindowState (/opt/Bitwarden/resources/app.asar/main.js:46715:16)
    at WindowMain.<anonymous> (/opt/Bitwarden/resources/app.asar/main.js:46649:28)
    at Generator.next (<anonymous>)
    at /opt/Bitwarden/resources/app.asar/main.js:46494:71
    at new Promise (<anonymous>)
 
Old 10-15-2023, 06:33 AM   #4
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,440

Rep: Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187
Just a thought, maybe something wrong in a config file
What happens if you move the config folder ?

Code:
$ mv ~/.config/Bitwarden ~/.config/Bitwarden.bak
and start the app
 
Old 10-15-2023, 07:28 AM   #5
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Original Poster
Rep: Reputation: 187Reputation: 187
I moved the ~/.config/Bitwarden -> ~/.config/Bitwarden_todays-date

Started Bitwarden with the same message (last message I posted earlier)

I was asked to login, but as soon as I started to type my e-mail address it went gray again...

I'll give it a go with full removal of Bitwarden, re-compile again and try a new fresh installation, see what happens

Edited:
I removed the installed package, removed folder under ~/.config
Cleared /tmp of everything rel to bitwarden
Re-built and installed bitwarden again, only to find it crashing upon starting to enter the e-mail to login

Last edited by MDKDIO; 10-15-2023 at 07:35 AM. Reason: Edit part added
 
Old 10-15-2023, 07:38 AM   #6
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,440

Rep: Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187
weird ...

As it's from a .deb pkg, I always test it both on 15.0 (kvm/xfce) & current (plasma/wayland)
And didn't notice anything like that

Last edited by marav; 10-15-2023 at 07:43 AM.
 
Old 10-15-2023, 07:40 AM   #7
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Original Poster
Rep: Reputation: 187Reputation: 187
I agree

I checked their github page, noticed that they had downgraded Electron -> 25.9.1 (but source file is still the 4 days old...)
But since source file is from their github DL page, I'm guessing it is using the correct sourcefile?

Edit:
Never mind the sourcefile, it's the same 4 days old source.
Guessing we'll see a new version in near future so I'll wait for that and give it another go

Last edited by MDKDIO; 10-15-2023 at 08:09 AM. Reason: edit part
 
1 members found this post helpful.
Old 10-17-2023, 08:41 AM   #8
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,440

Rep: Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187
FYI

https://github.com/bitwarden/clients...ktop-v2023.9.3
 
1 members found this post helpful.
Old 10-17-2023, 11:42 AM   #9
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Original Poster
Rep: Reputation: 187Reputation: 187
I checked earlier today, a couple of hours later…

Thanks marav, appreciate info and link!!
Giving it a go in an hour or two
 
Old 10-17-2023, 01:07 PM   #10
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Original Poster
Rep: Reputation: 187Reputation: 187
Yep that did the trick!

Closing this thread...
 
1 members found this post helpful.
Old 10-21-2023, 06:21 AM   #11
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,440

Rep: Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187Reputation: 4187
grrr ...

I missed the merge window :-(
I thought I already uploaded it
... next week
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Heads-up about a Problem with Bitwarden Password Manager binkyd Linux - Software 1 11-27-2019 06:28 PM
LXer: Bitwarden: The Secure, Open Source Password Manager You're Looking For LXer Syndicated Linux News 0 05-02-2018 04:12 PM
LXer: Linux tricks, advice for advanced developers, Raspberry Pi, Ansible, Bitwarden, and more must-reads LXer Syndicated Linux News 0 03-20-2018 12:21 AM
LXer: How to manage your passwords with Bitwarden, a LastPass alternative LXer Syndicated Linux News 0 03-17-2018 09:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration