You are not logged in.

#1 2025-03-16 09:21:59

kmieon
Member
Registered: 2025-02-08
Posts: 3

ProtonVPN python errors causing sites not to load

This is on a fresh install of Arch. I've set up proton before on past installs without issue. Did some deep diving and haven't been able to find a solution yet. These are the errors I see when I run protonvpn-app

^[[A2025-03-16T09:08:53.642832+00:00 | proton.vpn.backend.linux.networkmanager.core.localagent_mixin:61 | INFO | Waiting for agent status from node-us-368.protonvpn.net...
2025-03-16T09:08:53.655817+00:00 | proton.vpn.core.connection:472 | INFO | CONN:STATE_CHANGED | Connected (initial state)
2025-03-16T09:08:53.656932+00:00 | proton.vpn.app.gtk.app:57 | INFO | APP:PROCESS_START | self=<app.App object at 0x7c1a13ba72c0 (proton+vpn+app+gtk+app+App at 0x57634a824730)>
thread 'tokio-runtime-worker' panicked at /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-0.21.2/src/gil.rs:201:21:
assertion `left != right` failed: The Python interpreter is not initialized and the `auto-initialize` feature is not enabled.

Consider calling `pyo3::prepare_freethreaded_python()` before attempting to use Python APIs.
  left: 0
 right: 0
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'tokio-runtime-worker' panicked at /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-0.21.2/src/gil.rs:201:21:
assertion `left != right` failed: The Python interpreter is not initialized and the `auto-initialize` feature is not enabled.

Consider calling `pyo3::prepare_freethreaded_python()` before attempting to use Python APIs.
  left: 0
 right: 0
[anas@archKami wallpaper-engine-kde-plugin]$ protonvpn-app
^[[A2025-03-16T09:08:54.566706+00:00 | proton.vpn.backend.linux.networkmanager.core.localagent_mixin:61 | INFO | Waiting for agent status from node-us-368.protonvpn.net...
2025-03-16T09:08:54.579379+00:00 | proton.vpn.core.connection:472 | INFO | CONN:STATE_CHANGED | Connected (initial state)
2025-03-16T09:08:54.580484+00:00 | proton.vpn.app.gtk.app:57 | INFO | APP:PROCESS_START | self=<app.App object at 0x7545c6ff3340 (proton+vpn+app+gtk+app+App at 0x55637743d6d0)>
thread 'tokio-runtime-worker' panicked at /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-0.21.2/src/gil.rs:201:21:
assertion `left != right` failed: The Python interpreter is not initialized and the `auto-initialize` feature is not enabled.

Consider calling `pyo3::prepare_freethreaded_python()` before attempting to use Python APIs.
  left: 0
 right: 0
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'tokio-runtime-worker' panicked at /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-0.21.2/src/gil.rs:201:21:
assertion `left != right` failed: The Python interpreter is not initialized and the `auto-initialize` feature is not enabled.

Consider calling `pyo3::prepare_freethreaded_python()` before attempting to use Python APIs.
  left: 0
 right: 0

I am definitely a newbie so any help would be great. If you need any more info let my know.

Offline

#2 2025-03-16 10:34:09

akibageek
Member
Registered: 2025-03-16
Posts: 1

Re: ProtonVPN python errors causing sites not to load

Hey fellow arch/protonvpn user: most of us use WireGuard to connect. Dig around the official ProtonVPN site to figure it out.
In addition, it might be a good idea to review Network configuration to famliarize yourself with common network configurations in Arch Linux.
It will be crucial in figuring out what's going on with protonvpn-app, as well as figuring out WireGuard if you decide to do so.
The ProtonVPN app isn't very well supported, and the Proton team has made it clear that they're not really prioritizing frontends on Linux - part of using Linux just makes CLIs and configuration files much easier to use than clunky GUIs.
Good luck - and always remember to help yourself before asking others.

Last edited by akibageek (2025-03-16 10:35:03)

Offline

#3 2025-03-16 18:46:44

kmieon
Member
Registered: 2025-02-08
Posts: 3

Re: ProtonVPN python errors causing sites not to load

Much appreciated I will look into all of that thank you.

Offline

Board footer

Powered by FluxBB