martinohanlon / BlueDot

A zero boiler plate bluetooth remote
MIT License
143 stars 44 forks source link

Raspberry Pi to Raspberry Pi not connecting #107

Closed ActuallyTaylor closed 6 years ago

ActuallyTaylor commented 6 years ago

I am getting Error: {Erno 111} Connection Refused

martinohanlon commented 6 years ago

Can you give me a little more information?

What are you doing? Are you using 2 Pi's? 1 Pi + Android phone? What does your code look like?

Generally connection refused means that you are trying to connect and there is nothing to connect to.

ActuallyTaylor commented 6 years ago

I am connecting 2 raspberry Pis together. And the program is running.

Sent from my iPhone

On Apr 30, 2018, at 2:56 AM, martinohanlon notifications@github.com wrote:

Can you give me a little more information?

What are you doing? Are you using 2 Pi's? 1 Pi + Android phone? What does your code look like?

Generally connection refused means that you are trying to connect and there is nothing to connect to.

is your blue dot program running on your Pi? have you paired your Pi? are you connecting to your Pi and not something else? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

martinohanlon commented 6 years ago

Ok, so you are running bluedotapp on 1 raspberry pi, and your "server" python program on the other?

Can you share your code? Screenshots of both Pi's would be useful.

martinohanlon commented 6 years ago

No response, closing. Feel free to reopen if you still have issues.