how-to-build-a-tcp-proxy icon indicating copy to clipboard operation
how-to-build-a-tcp-proxy copied to clipboard

Netifaces don't expected return

Open jhfaber opened this issue 5 years ago • 0 comments

Hi! i am implementing this code.

I've a issue with line 92 netifaces, it call this function local_ip = _get_local_ip(IFACE) but when i run the code i get the next error:

image

And wen i run netifaces.interfaces() i get the next response:

image

I've 0.10.8 netifaces installed, it's supposed that it will response something like lo0 or something like that, ¿why am i getting? ¿can you help me?

Thanks!

jhfaber avatar Mar 21 '19 15:03 jhfaber