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

Does not connect #43

Open
Broly1 opened this issue Oct 11, 2023 · 1 comment
Open

Does not connect #43

Broly1 opened this issue Oct 11, 2023 · 1 comment

Comments

@Broly1
Copy link

Broly1 commented Oct 11, 2023

[broly@archlinux ~]$ flatpak run com.github.jkotra.eovpn
Traceback (most recent call last):
File "/app/lib/python3.10/site-packages/eovpn/main_window.py", line 465, in connect
manager.connect(os.path.join(self.EOVPN_CONFIG_DIR, "CONFIGS", config))
File "/app/lib/python3.10/site-packages/eovpn/connection_manager.py", line 95, in connect
uuid = self.nm_manager.add_connection(str(tmp_config).encode("utf-8"),
TypeError: initializer for ctype 'char *' must be a cdata pointer, not NoneType

@Ugric
Copy link

Ugric commented Oct 22, 2023

getting a slightly different error but its being caused by the same line:

Traceback (most recent call last):
File "/app/lib/python3.10/site-packages/eovpn/main_window.py", line 465, in connect
manager.connect(os.path.join(self.EOVPN_CONFIG_DIR, "CONFIGS", config))
File "/usr/lib/python3.10/posixpath.py", line 90, in join
genericpath._check_arg_types('join', a, *p)
File "/usr/lib/python3.10/genericpath.py", line 152, in _check_arg_types
raise TypeError(f'{funcname}() argument must be str, bytes, or '
TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'

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

2 participants