Chris Goes

Results 44 comments of Chris Goes

Sure, go for it :)

What version of `getmac` are you using? If you're not using the latest (`0.8.1`), try that. Upgrade using: `python -m pip install -U getmac` Otherwise, can you run the following...

Huh, yeah, it's not working under Linux, just Windows. It's something that I thought was working and definitely *should* work, but isn't. Unfortunately, at first glance I don't see an...

Potential workaround for now may be to use `netifaces` to enumerate the IPs of the locally connected interfaces, then call `get_mac_address` with the name of the interface that has the...

> I was running into this exact issue, but I can't afford the `netifaces` dependency. I've come up with a python solution that's been working for me: > > ```python...

> I'm working with Ubuntu 20.04 at the moment, but the [`iproute2`](https://github.com/shemminger/iproute2) utility this is based around dates back to Linux 2.2. I'm happy to test back to the Linux...

It should be able to resolve them. Could you please include your system information (per the bug report template)? Additionally, debugging information would be helpful. Run it from the CLI...

Hmm, by default on Ubuntu getmac will just read the ARP entries from `/proc/net/arp` directly. Can you post a dump of your ARP table after IP has been changed to...

Thanks for investigating and the additional information. It's definitely a bug, and one that should be relatively easy to fix. I'll add a check that the flag != 0x0, which...

Thanks for the testing! It appears there weren't any breaking changes going from 10=>11 in terms of basic commands, so I'll update the supported platforms list.