Skip to content
New issue

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

Broken pipe error #30

Open
MrNom4ik opened this issue Mar 27, 2023 · 0 comments
Open

Broken pipe error #30

MrNom4ik opened this issue Mar 27, 2023 · 0 comments

Comments

@MrNom4ik
Copy link

MrNom4ik commented Mar 27, 2023

>>> from chrome import Chrome
>>> c = Chrome()
Traceback (most recent call last):
  File "/usr/local/lib/python3/site-packages/secretstorage/__init__.py", line 73, in dbus_init
    connection = open_dbus_connection()
  File "/usr/local/lib/python3/site-packages/jeepney/io/blocking.py", line 344, in open_dbus_connection
    conn = DBusConnection(sock, enable_fds)
  File "/usr/local/lib/python3/site-packages/jeepney/io/blocking.py", line 139, in __init__
    hello_reply = self.bus_proxy.Hello()
  File "/usr/local/lib/python3/site-packages/jeepney/io/blocking.py", line 279, in inner
    return unwrap_msg(self._connection.send_and_get_reply(
  File "/usr/local/lib/python3/site-packages/jeepney/io/blocking.py", line 193, in send_and_get_reply
    self.send_message(message, serial=serial)
  File "/usr/local/lib/python3/site-packages/jeepney/io/blocking.py", line 154, in send
    self.sock.sendall(data)
BrokenPipeError: [Errno 32] Broken pipe

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/teacher/.config/chromium/Default/chrome_password_grabber/chrome.py", line 114, in __init__
    self.chrome_os = ChromeLinux()
  File "/home/teacher/.config/chromium/Default/chrome_password_grabber/chrome.py", line 80, in __init__
    bus = secretstorage.dbus_init()
  File "/usr/local/lib/python3/site-packages/secretstorage/__init__.py", line 81, in dbus_init
    raise SecretServiceNotAvailableException(str(ex)) from ex
secretstorage.exceptions.SecretServiceNotAvailableException: [Errno 32] Broken pipe

Linux KDE, x86_64 GNU/Linux
i'm trying to do it via ssh
Python 3.9.6

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

No branches or pull requests

1 participant