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

get_ip() function randomly get "No such file or directory" issue #52

Open aphwong opened 1 year ago

aphwong commented 1 year ago

Platform: Windows 11 Python version: 3.11.2 Installion method: pip install nordvpn-switcher

I am calling the function as below prototype

while(a <= b):
    #Read server string in my arrays
    server = my_array[a]

    #Create instruction
    instructions = initialize_VPN(area_input=[server])

    #Call rotate function
    rotate_VPN(instructions)
    a = a + 1

sometime, but not always. Will ranonmly get below error and error message stated that get_ip() throw some exception image