quexten / goldwarden

A feature-packed Bitwarden compatible desktop client
MIT License
694 stars 19 forks source link

Autotype fails #229

Open Zahrun opened 3 months ago

Zahrun commented 3 months ago

I installed goldwarden from flatpak. I’m running Tuxedo OS 3 (based on ubuntu jammy but with KDE Plasma 6)

Autotype fails with

Exception in thread Thread-4 (perform_autotype):
Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 982, in run
    self._target(*self._args, **self._kwargs)
  File "/app/bin/src/gui/quickaccess.py", line 120, in perform_autotype
    autotype.autotype(text)
  File "/app/bin/src/services/autotype/autotype.py", line 9, in autotype
    from .libportal_autotype import autotype_libportal
ImportError: cannot import name 'autotype_libportal' from 'src.services.autotype.libportal_autotype' (/app/bin/src/services/autotype/libportal_autotype.py)
quexten commented 3 months ago

Should be fixed on main

quexten commented 3 months ago

Please try again on v0.3.3

Zahrun commented 3 months ago
Exception in thread Thread-4 (perform_autotype):
Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 982, in run
    self._target(*self._args, **self._kwargs)
  File "/app/bin/src/gui/quickaccess.py", line 119, in perform_autotype
    autotype.autotype(text)
  File "/app/bin/src/services/autotype/autotype.py", line 10, in autotype
    autotype_libportal(text)
  File "/app/bin/src/services/autotype/libportal_autotype.py", line 5, in autotype_libportal
    goldwarden.autotype(text)
    ^^^^^^^^^^
NameError: name 'goldwarden' is not defined
EpicStuff commented 3 months ago

yea, im getting the same error