Search Criteria
Package Details: openpyn-nordvpn 3.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/openpyn-nordvpn.git (read-only, click to copy) |
---|---|
Package Base: | openpyn-nordvpn |
Description: | Easily connect to and switch between OpenVPN servers hosted by NordVPN |
Upstream URL: | https://github.com/jotyGill/openpyn-nordvpn |
Keywords: | nordvpn |
Licenses: | GPLv3 |
Provides: | openpyn-nordvpn, python-openpyn |
Submitter: | brenix |
Maintainer: | ryan_greenblatt |
Last Packager: | ryan_greenblatt |
Votes: | 12 |
Popularity: | 0.000002 |
First Submitted: | 2018-06-24 20:00 (UTC) |
Last Updated: | 2021-10-31 23:19 (UTC) |
Dependencies (12)
- openvpn (openvpn-xor-patched, openvpn-rrf, openvpn-pkcs11, openvpn-openssl-1.0, openvpn-git, openvpn-mbedtls, openvpn-xor-git, openvpn-password-save, openvpn-dco)
- python-colorama (python-colorama-git)
- python-coloredlogs
- python-humanfriendly
- python-jsonschema (python-jsonschema26)
- python-requests
- python-tqdm
- python-verboselogs
- systemd (systemd-homed-containers, systemd-git, systemd-selinux)
- unzip (unzip-natspec, unzip-zstd)
- wget (wget-git, wget-xdg, wget-xdg-bin)
- python-setuptools (make)
Latest Comments
1 2 Next › Last »
linuxyz commented on 2022-05-14 15:42 (UTC)
Error when running 'sudo openpyn --init': Traceback (most recent call last): File "/usr/bin/openpyn", line 33, in <module> sys.exit(load_entry_point('openpyn==3.0.0', 'console_scripts', 'openpyn')()) File "/usr/lib/python3.10/site-packages/openpyn/openpyn.py", line 179, in main return_code = run( File "/usr/lib/python3.10/site-packages/openpyn/openpyn.py", line 299, in run initialise(detected_os, asuswrt_os, openwrt_os) File "/usr/lib/python3.10/site-packages/openpyn/openpyn.py", line 669, in initialise update_config_files() File "/usr/lib/python3.10/site-packages/openpyn/openpyn.py", line 970, in update_config_files total = int(r.headers["content-length"]) File "/usr/lib/python3.10/site-packages/requests/structures.py", line 54, in getitem return self._store[key.lower()][1] KeyError: 'content-length'
ryan_greenblatt commented on 2021-10-31 23:24 (UTC)
@xcaramar
Thanks for flagging this issue. The version was old because the package was using the version from git master despite not being a *-git package. This was because the developer didn't tag a release for a long time (see older comment from brenix). I have switched to using a tag now that a new release has dropped. I also fixed the dependencies.
Sorry for the late reply.
xcaramar commented on 2021-10-28 20:52 (UTC)
I just received the 3.0.0 update, although the package version here is still listed as 2.2.0 - not sure how that happened. But openpyn 3.0.0 seemes to have some new dependencies. Unlike 2.2.0, it complained that python-tqdm and python-jsonschema were missing; launched fine after I installed these. The package should be updated with these dependencies.
eh8 commented on 2021-04-18 18:52 (UTC)
@ryan_greenblatt that makes sense. I was half assuming that this package lacked the -git flag at the end of its name
ryan_greenblatt commented on 2021-04-18 16:25 (UTC) (edited on 2021-04-18 16:25 (UTC) by ryan_greenblatt)
@eh8
I'm pretty sure this is expected and fine. Note that this is a git package (see pinned comment by brenix), so the version will be newer than that in the pkgbuild. See this reddit post
That said, it looks like releases are now being tagged regularly. I may change this back to using tagged releases.
eh8 commented on 2021-04-16 19:26 (UTC)
openpyn-nordvpn: local (2.2.0.r314.g0b40481-1) is newer than AUR (2.2.0.r308.gbd993a0-1)
ryan_greenblatt commented on 2020-12-12 18:04 (UTC) (edited on 2020-12-12 18:04 (UTC) by ryan_greenblatt)
For now, I am not going to fix this because there isn't a clear solution and any solution would involve changes upstream. See https://bbs.archlinux.org/viewtopic.php?pid=1943062#p1943062. If anyone is interested in solving this and finds/implements a good solution, post a patch and I will merge it in.
ryan_greenblatt commented on 2020-12-11 14:26 (UTC)
@Epdfjasfvzp
This isn't actually an issue with this package, see this thread: https://www.reddit.com/r/archlinux/comments/5mer2f/psa_rebuild_all_aur_packages_providing_python/
TLDR, you can fix this with
yay -S --rebuildall aur/openpyn-nordvpn
Epdfjasfvzp commented on 2020-12-11 05:51 (UTC)
Seems to be broken with python being updated to 3.9.
openpyn
gets installed into /usr/lib/python3.8 but with python set to python3.9 by default it can't find the openpyn dependency.macieks commented on 2020-04-17 18:38 (UTC) (edited on 2020-04-17 18:38 (UTC) by macieks)
Install script removes
/etc/systemd/system/openpyn.service
but the file is not owned by the package:1 2 Next › Last »