lihbr / nuxt-hue

Enlighten your Nuxt applications
https://nuxt-hue.lihbr.com
MIT License
130 stars 3 forks source link

No Bridges found #1

Closed nimahkh closed 2 years ago

nimahkh commented 3 years ago

Version

Node: 12.0.0 Nuxt: 1.0.0

Hey guys, I was going to start the nuxt-hue as it is mentioned in document by following command :

~/.yarn/bin/nuxt-hue setup

But I faced with this error:

✖ Discovering Bridges...
  → No Bridges Found
  Pairing...
  Saving Bridge...

 ERROR  No Bridges Found, try again:           nuxt-hue 10:06:54

  $ nuxt-hue connect

Also I tried the connect command, but same error faced. as I understand, there is a code that is trying to connect to a URL with this pattern :

get api(): string {
    return `http://${this.ip}/api`;
  }

I am not sure is it the problem or no.

Any idea?

lihbr commented 3 years ago

Hey @nimahkh thanks for opening an issue!

Just to be sure: do you have Philips Hue with a bridge running on your wifi? Basically the setup/connect commands try to have a handshake with it.

lihbr commented 2 years ago

Closing the issue for now, feel free to reopen if you want to continue the troubleshooting process 👌