Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aphwong opened this issue Apr 22, 2023 · 0 comments
Open

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

aphwong opened this issue Apr 22, 2023 · 0 comments

Comments

@aphwong
Copy link

aphwong commented Apr 22, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant