ahodges9 / LedFx

LedFx is a network based LED effect controller with support for advanced real-time audio effects! LedFx can control multiple devices and works great with cheap ESP8266 nodes allowing for cost effectvice syncronized effects across your entire house!
MIT License
384 stars 91 forks source link

Wavelenght not in the event refistry. #160

Closed bfgelectronics closed 3 years ago

bfgelectronics commented 3 years ago

I installed ledfx in my windows pc using the tutorial and when I turn on a led strip I get this error: Traceback (most recent call last): File "c:\users\bflor\anaconda3\lib\site-packages\aiohttp\web_protocol.py", line 378, in start resp = await self._request_handler(request) File "c:\users\bflor\anaconda3\lib\site-packages\aiohttp\web_app.py", line 341, in _handle resp = await handler(request) File "c:\users\bflor\anaconda3\lib\site-packages\ledfx\api\__init__.py", line 26, in handler return await method(**{arg_name: available_args[arg_name] for arg_name in wanted_args}) File "c:\users\bflor\anaconda3\lib\site-packages\ledfx\api\device_effects.py", line 47, in put effect = self._ledfx.effects.create( File "c:\users\bflor\anaconda3\lib\site-packages\ledfx\utils.py", line 282, in create raise AttributeError( AttributeError: Couldn't find 'wavelength' in the effect registry Anyone knows what should I do ?