Baillargeaux

Results 14 comments of Baillargeaux

Hi, Is there any reason why the disconnected command is executed within the rollback of the "connect" function? Why not just call disconnect with function "alreadyConnected" instead of connectAndSendCommand ?

Hi, I tried locally to adapt the script in order to avoid to call the disconnected function inside the callback of the connect function but without more success. I am...

Hi, One more message regarding this issue. I don't think this is related to BB8-commander because even by creating a script like the one below, my BB8 did not disconnected...

Hi, For the ones that would be interested I found a way to fully disconnect my bb8 device. Below the steps to follow: 1/ Send the disconnect command with your...

I am having the same issue since this week however I haven't changed anything. Didn't find anything relevant by googling the error. It is like if google translate would now...

I think npm install question-answering@latest doesn't install the full package for some reasons. I am having an other issue by trying to install a french model: npx question-answering download flaubert/flaubert_large_cased...

Hi, I will try to investigate deeper in detail this issue. Perhaps restify is the root cause and what I will do first is to call the class from another...

Seems to be indeed an incompatibility with restify because bb8 is well visible even embedded into a function such as the following example: ``` javascript var sphero = require("sphero"); var...

I have tried today to separate restify and bb8 and used child_process to send remote commands from the parent to the child (https://nodejs.org/api/child_process.html#child_process_child_send_message_sendhandle_callback) but again, no connection. I have then...

Hi, Any news about this bug? I am face to exactly the same issue.... thanks in advance