AzireVPN config generation raises AttributeError #20

Closed
opened 2026-08-17 16:57:01 -04:00 by mysticalsoap · 1 comment
Owner

aqomui/tunnel.py:280 builds the ca line with conf.ROOTDIR, where
every neighbouring line uses config.ROOTDIR. At that point conf is a list
of config lines, so this raises AttributeError the first time an AzireVPN
connection 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.

`aqomui/tunnel.py:280` builds the `ca` line with `conf.ROOTDIR`, where every neighbouring line uses `config.ROOTDIR`. At that point `conf` is a *list* of config lines, so this raises `AttributeError` the first time an AzireVPN connection 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.
Author
Owner

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.

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.
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
mysticalsoap/aqomui#20
No description provided.