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

Error 400: No Solution #19

Open
ghost opened this issue Nov 10, 2020 · 1 comment
Open

Error 400: No Solution #19

ghost opened this issue Nov 10, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 10, 2020

Hello,
I have write a script and want to implement my Nanoleaf Aurora...
When i used this aurora.on method the Script is telling me about a "UNKNOWN ERROR 400"
I have the newest version of the API/Module and my Nanoleaf have also the newest version...

I dont have a clue what is Wrong please Help me!

Thanks!
DonMarco

        if "abschalten" in text:              
            aurora = Aurora("xxx.xxx.xxx.xx", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
            aurora.on = True



        if "abschalten" in text:
            print("Nanoleaf wird abgeschalten")
            aurora = Aurora("xxx.xxx.xxx.xx", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
            aurora.on = False
@Ash-Ranjan
Copy link

You can use my fork which fixes the issue, I might open a pull request https://github.com/Ash-Ranjan/nanoleaf/edit/master/nanoleaf/aurora.py

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