quangthanh010290 / keyboard_mouse_emulate_on_raspberry

Bluetooth Keyboard Mouse Emulator on Raspberry Pi
https://thanhlev.github.io/
MIT License
289 stars 98 forks source link

Transport endpoint is not connected error #39

Closed mzozo95 closed 1 year ago

mzozo95 commented 1 year ago

Hi, I got the Transport endpoint is not connected error message, but the rpi pi 3 a+ is connected to my android phone:

What I did: I did run ./boot.sh after installing the project based on this article. And pair my device. I also see that the rpi show a connection window, and connected succesfully message on its display (I run a raspbian desktop on it)

key msg:  dbus.Array([dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0), dbus.Byte(0)], signature=dbus.Signature('y'))          │161 1 [0, 0, 0, 0, 0, 0, 0, 0] 0 23 0 0 0 0 0
ERROR:root:[Errno 107] Transport endpoint is not connected

image

image

What did I do wrong? What should I do?

mzozo95 commented 1 year ago

Never mind, after a reboot and ./boot, it is working :)