paullouisageneau / telebot

3D-printed WebRTC-controlled telepresence robot
https://chapelierfou.org/2016/09/a-telepresence-robot-building/
GNU General Public License v3.0
12 stars 4 forks source link

at launching of app it throws java.io.IOException: Unable to connect Bluetooth device #1

Open bha2020 opened 5 years ago

bha2020 commented 5 years ago

org.ageneau.telebot W/System.err: java.io.IOException: Unable to connect Bluetooth device 09-25 11:57:45.396 12382-12403/org.ageneau.telebot W/System.err: at org.ageneau.telebot.SerialHandler.connect(SerialHandler.java:106) at org.ageneau.telebot.SerialHandler.(SerialHandler.java:65) at org.ageneau.telebot.TelebotActivity$1.run(TelebotActivity.java:154) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588) at java.lang.Thread.run(Thread.java:818)

please help

paullouisageneau commented 5 years ago

The exception means the Bluetooth device of the Telebot was not found. Check that:

bha2020 commented 5 years ago

Thank you for your reply. Done all the settings as you mentioned.It only shows screen Telebot client running.. and throws same exception. please help