Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when trying to use Wledeffects #12

Open
charlieali opened this issue Dec 2, 2019 · 0 comments
Open

Issue when trying to use Wledeffects #12

charlieali opened this issue Dec 2, 2019 · 0 comments

Comments

@charlieali
Copy link

I've got it up and running, everything works fine except wledeffects, whenever i pick that I get this:

[2019-12-02 00:07:09] ERROR:aiohttp.server:Error handling request
Traceback (most recent call last):
File "c:\users\charlie\anaconda3\envs\ledfx\lib\site-packages\aiohttp\web_protocol.py", line 378, in start
resp = await self._request_handler(request)
File "c:\users\charlie\anaconda3\envs\ledfx\lib\site-packages\aiohttp\web_app.py", line 341, in handle
resp = await handler(request)
File "c:\users\charlie\anaconda3\envs\ledfx\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\charlie\anaconda3\envs\ledfx\lib\site-packages\ledfx\api\device_effects.py", line 50, in put
config = effect_config)
File "c:\users\charlie\anaconda3\envs\ledfx\lib\site-packages\ledfx\utils.py", line 301, in create
obj = cls(config = config, *args, **kwargs)
File "c:\users\charlie\anaconda3\envs\ledfx\lib\site-packages\ledfx\effects_init
.py", line 113, in init
self.update_config(config)
File "c:\users\charlie\anaconda3\envs\ledfx\lib\site-packages\ledfx\effects_init
.py", line 149, in update_config
base.config_updated(self, self._config)
File "c:\users\charlie\anaconda3\envs\ledfx\lib\site-packages\ledfx\effects\wledeffect.py", line 25, in config_updated
self.wled = np.array(WLEDEffects[self._config['WLED_Effects']],dtype=float)
VacharlieError: could not convert string to float: 'FX=5'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant