mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-02 22:57:18 -05:00
Bitwarden cli breaks when creating a send with --maxAccessCount flag #1184
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1184
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jcalonso on GitHub (Dec 31, 2021).
Subject of the issue
Bitwarden cli breaks when creating a send with
--maxAccessCountor-aflags.Deployment environment
Install method: Docker
Clients used: bitwarden-cli
Reverse proxy and version: traefik 2.5
MySQL/MariaDB or PostgreSQL version: Sqlite
Other relevant details: bitwarden-cli 1.20.0-1
OS: Archlinux
Steps to reproduce
Expected behaviour
Create a send and output the url.
Actual behaviour
Throws an error:
Troubleshooting data
@BlackDex commented on GitHub (Dec 31, 2021):
Confirmed.
The CLI uses a String instead of an Integer.
Patch is on the way.