r-cute / rcute-cozmars

Python SDK for Cozmars robot
32 stars 17 forks source link

zeroconf on windows unable to find cozmars #22

Closed hyansuper closed 3 years ago

hyansuper commented 3 years ago

cannot find cozmars without providing serial number

from rcute_cozmars import Robot
with Robot() as r: # 
    pass

but this works:

from rcute_cozmars import Robot
with Robot('xxxx') as r: 
    pass
hyansuper commented 3 years ago

Firewall and network protection -> allow app through firewall ->change setting -> check python then logout and log back in