Code Monkey home page Code Monkey logo

Comments (5)

rpdelaney avatar rpdelaney commented on August 13, 2024

I did not set the base URL in the config. Although the README suggests the default will be used if unset, having set it explicitly, I am now met with a 404:

$ rbw config show
{
  "email": "REDACTED",
  "base_url": "https://api.bitwarden.com/",
  "identity_url": null,
  "notifications_url": null,
  "lock_timeout": 3600,
  "sync_interval": 3600,
  "pinentry": "pinentry",
  "client_cert_path": null
}
$ rbw register
rbw register: failed to log in to bitwarden instance: api request returned error: 404

from rbw.

rpdelaney avatar rpdelaney commented on August 13, 2024

Not knowing where to go next, I did rbw config unset base_url and then I was able to register. No idea what was going on there, but if it works it works.

from rbw.

rpdelaney avatar rpdelaney commented on August 13, 2024

login with bw-cli vs rbw:

$ bw login
? Email address: REDACTED
? Master password: [hidden]
You are logged in!

To unlock your vault, set your session key to the `BW_SESSION` environment variable. ex:
  $ export BW_SESSION="REDACTED"
  $env:BW_SESSION=REDACTED"

You can also pass the session key to any command with the `--session` option. ex:
  $ bw list items --session REDACTED
$ rbw login
rbw login: failed to log in to bitwarden instance: Username or password is incorrect. Try again.
$

from rbw.

yazgoo avatar yazgoo commented on August 13, 2024

isn't it a duplicate of #145

from rbw.

rpdelaney avatar rpdelaney commented on August 13, 2024

Looks like it has become a duplicate yep. Thank you!

from rbw.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.