marklogg / mini_demo

alpha mini robot python sdk demo
MIT License
17 stars 20 forks source link

Address not available when adding 169.254.170.172 to multicast group, it is expected to happen on some systems #3

Open lexcorp opened 9 months ago

lexcorp commented 9 months ago

When test connect to a robot I get this messages:

C:\alphamini\test>python test_connect.py start scanning... Address not available when adding 169.254.170.172 to multicast group, it is expected to happen on some systems Address not available when adding 169.254.196.115 to multicast group, it is expected to happen on some systems Address not available when adding 169.254.198.40 to multicast group, it is expected to happen on some systems scan device timeout stop scan finished. test_get_device_by_name result:None

lexcorp commented 9 months ago

Well, I solved this in two ways, the first time I restarted my computer, in my case I use Windows 10, after restarting I managed to connect to the robot.

The second time it was necessary to restart the robot, after restarting it I was able to connect to it.

I don't know if it is related to zeroconf as mentioned in another issue.