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

The Pywalfox extension could not create a connection to the native messenger. #139

Open
YamaiKaguya opened this issue Dec 30, 2024 · 6 comments

Comments

@YamaiKaguya
Copy link

Why am I getting this?

The Pywalfox extension could not create a connection to the native messenger. This might happen if the native messenger is outdated or if it is not installed correctly. Because of this, the extension will not work as expected.

The following error occured when trying to connect to the native messenger:
None

@ri5u
Copy link

ri5u commented Dec 31, 2024

I tried uninstalling and reinstalling. I did it both the extension and the native messaging application.
i am still getting this error message

The following error occured when trying to connect to the native messenger:
An unexpected error occurred

@Alan-J-Bibins
Copy link

I am also getting the same issue, trying to do pywalfox update on the terminal gives me an error:

Traceback (most recent call last):
  File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 407, in from_name
    return next(iter(cls.discover(name=name)))
StopIteration

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/pywalfox", line 33, in <module>
    sys.exit(load_entry_point('pywalfox==2.7.4', 'console_scripts', 'pywalfox')())
             ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/pywalfox", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
                       ~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 960, in distribution
    return Distribution.from_name(distribution_name)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 409, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for pywalfox

I am not sure if the two issues are related or not.

@QubeCode
Copy link

QubeCode commented Jan 4, 2025

Same problem here, I just did pacman -Syu and yay -Syu, and then it stopped working so it is probably a faulty package.

@gkursi
Copy link

gkursi commented Jan 4, 2025

same here

@Divinux
Copy link

Divinux commented Jan 5, 2025

Had the same issue, uninstalled with pywalfox uninstall and reinstalled with yay -S python-pywalfox (on Arch, obvs).
Works for me again.

@Axenide
Copy link

Axenide commented Jan 5, 2025

pywalfox uninstall gave me the same error. Uninstalling with pacman and reinstalling solved the issue for me.

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

7 participants