AzireVPN config generation raises AttributeError #20
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
aqomui/tunnel.py:280builds thecaline withconf.ROOTDIR, whereevery neighbouring line uses
config.ROOTDIR. At that pointconfis a listof config lines, so this raises
AttributeErrorthe first time an AzireVPNconnection is attempted.
It has evidently never executed. Per the QThread guard issue, an exception here
currently aborts the whole service.
A test over provider config generation catches this class of defect; reading
does not.
AzireVPN is dropped from the supported lineup (#134) — the routine gets deleted rather than fixed. Closing as wontfix; custom config import remains the path for anyone still on Azire.