pop_boxes elif chain drops providers/tunnels from the filter lists #140

Closed
opened 2026-08-24 11:48:57 -04:00 by mysticalsoap · 0 comments
Owner

aqomui_gui.py pop_boxes walks server entries with an if/elif chain over country/provider/tunnel, so a server that introduces a new country never contributes its provider or tunnel on that same pass — it only works today because providers have many servers. Same loop: country_list isn't seeded with 'All countries' like the other two lists, and providerBox.setItemText(index+1, ...) is off-by-one against the addItem in the same loop. Found surveying for #23.

aqomui_gui.py pop_boxes walks server entries with an if/elif chain over country/provider/tunnel, so a server that introduces a new country never contributes its provider or tunnel on that same pass — it only works today because providers have many servers. Same loop: country_list isn't seeded with 'All countries' like the other two lists, and providerBox.setItemText(index+1, ...) is off-by-one against the addItem in the same loop. Found surveying for #23.
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#140
No description provided.