kboghe / NordVPN-switcher

Rotate between different NordVPN servers with ease. Works both on Linux and Windows without any required changes to your code!
https://pypi.org/project/nordvpn-switcher/
189 stars 51 forks source link

use area_input="quick" will cause infinite loop #23

Closed MikimotoH closed 3 years ago

MikimotoH commented 3 years ago

My platform is Windows 10. If initialize with:

initialize_VPN(save=1, area_input=['quick'])

then output will be

You've entered a list of connection options. Checking list...

You are choosing for the quick connect option.

You've entered a list of connection options. Checking list...

You are choosing for the quick connect option.
kboghe commented 3 years ago

That's odd. I'll review this one in the weekend since the quick connect option is an essential feature. In the meantime, you could opt for the "complete rotation" option as input (or any other input option, really). Thanks for reporting this!

kboghe commented 3 years ago

Hi there Mikimoto, this issue should have been resolved by now! The package has been updated on pip (version 0.2.7). Could you please install the latest version and check whether the quick connect option doesn't throw an infinite loop? It works like a charm here, anyway. Thanks again for reporting this issue.

kboghe commented 3 years ago

Okay, I'll close this issue since it seems to be fixed. :) Contact me if you're still experiencing the infinite loop bug (or any other bugs for that matter)!