mclarkk / lifxlan

Python library for accessing LIFX devices locally using the official LIFX LAN protocol.
MIT License
503 stars 115 forks source link

Issues on manjaro #166

Closed Arndorferd closed 2 years ago

Arndorferd commented 3 years ago

This once again is not detecting lights Im on manjaro now

python3
Python 3.9.6 (default, Jun 30 2021, 10:22:16) 
[GCC 11.1.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from lifxlan import *
>>> print(device.get_broadcast_addrs())
['10.111.222.255', '192.168.250.255']
>>> from lifxlan import *
>>> lan = LifxLAN()
>>> print(lan.get_devices())

[]
>>> print("---")
---
>>> print(lan.lights)
[]
>>> print("---")
---
>>> print(lan.devices)
[]
>>> 
>>> from lifxlan import *
>>> print(LifxLAN().get_lights())
[]
>>> print(lan.get_devices())

[]