question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Documentation "How to get your username/blid and password" does not match with actual output

See original GitHub issue

When using the getpassword js in order to detect the blid/username and password for my roomba 966, i only get the password.

When taking a look into the code of getpassword.js it only logs the password function checkV2 () { ... console.log('Password=> ' + new Buffer(data).slice(sliceFrom).toString() + ' <= Yes, all this string.'); console.log('Use this credentials in dorita980 lib :)'); ... }

Since my robot hat the software version 2.0.0-34 i’m trying to use dorita v2. The v2 local.js file requires me to provide a user aka robot id and the password:

function localV2 (user, password, host, emitIntervalTime) {

Am i missing something important?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
koalazakcommented, Feb 22, 2017

Ok, that confirm you dont allow UDP brodcast in your network. I will take adventage about getpassword require the IP and I will send the packet directly instead of use brodcast.

thanks guys!

@jisnardo rest980 its not updated yet: https://github.com/koalazak/rest980/issues/14

0reactions
jisnardocommented, Feb 22, 2017

Now happens this…

[user@host rest980]$ cat config/default.json { “port”: 3000, “blid”: “XXXXXXXXXXXXXXXX”, “password”: “XXXXXXXXXXXXXXXX”, “robotIP”: “192.168.1.2”, “basicAuthUser”: null, “basicAuthPass”: null, “sslKeyFile”: null, “sslCertFile”: null }

[user@host rest980]$ DEBUG=rest980:* npm start

rest980@1.5.3 start /home/user/rest980 node ./bin/www

rest980:server Listening on port 3000 +0ms

[user@host rest980]$ curl http://localhost:3000/api/local/info/mission

GET /api/local/info/mission 500 53.028 ms - 1336 RequestError: Error: connect ECONNREFUSED 192.168.1.2:443 at new RequestError (/home/user/rest980/node_modules/request-promise-core/lib/errors.js:14:15) at Request.plumbing.callback (/home/user/rest980/node_modules/request-promise-core/lib/plumbing.js:87:29) at Request.RP$callback [as _callback] (/home/user/rest980/node_modules/request-promise-core/lib/plumbing.js:46:31) at self.callback (/home/user/rest980/node_modules/request/request.js:186:22) at emitOne (events.js:96:13) at Request.emit (events.js:188:7) at Request.onRequestError (/home/user/rest980/node_modules/request/request.js:845:8) at emitOne (events.js:96:13) at ClientRequest.emit (events.js:188:7) at TLSSocket.socketErrorListener (_http_client.js:310:9) at emitOne (events.js:96:13) at TLSSocket.emit (events.js:188:7) at emitErrorNT (net.js:1278:8) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickCallback (internal/process/next_tick.js:98:9)

Maybe i forget something?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix "The sign-in name or password does not match one in the ...
Here are the possible causes and solutions: Your user name or password could be wrong (Obviously!). Check if you are able to log...
Read more >
gitcredentials Documentation - Git
Credential helpers to cache or store passwords, or to interact with a system password wallet or keychain. The first is simple and appropriate...
Read more >
Python username and password with 3 attempts
Fixed the code to achieve what you are trying to do: print('Enter correct username and password combo to continue') count=0 while count <...
Read more >
Guidelines for Password Management - Computing Services
This Guideline applies to all students, faculty and staff that have a username and password to at least one University system or application,...
Read more >
<input type="password"> - HTML: HyperText Markup Language
<input> elements of type password provide a way for the user to securely enter a password. The element is presented as a one-line...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found