-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Connectivity, Logging
-
None
-
Environment:Raspberry Pi, Model B - 4GB
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
-
Not Needed
Problem Statement/Rationale
There is a connection error
Please be sure to attach relevant logs with any sensitive data redacted.
Unable to load connection: Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
Writing login information to the keychain failed with error 'GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files'.
Steps to Reproduce
I opened Connection Form on VS Code Mongo DB extension and filled out the info such as:
General Connection: Standalone
Hostname <server_in_my_environment>
Port 27017
Authentication
Username <my_username>
Password <my_password>
Expected Results
The expected result is to connect to the Mongo Db Server 6, with all the databases an collections available to open them, including admin
In the Windows Environment it works fine, but on Raspberry Pi environment it is not working. I saw that my architecture is 32 bits, if I am not wrong.
Actual Results
No, it is showing the error mentioned above.
Additional Notes
This file is attached, Screenshot 2023-02-09 154209.png - This is the current situation on Windows 10 with Visual Studio and MongoDB extension. It is working fine.
This file, Screenshot 2023-02-09 153831.png - This is the error on the RaspberryPI that I need to adjust it to have the connection successfully.