mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
bw send -f /tmp/file.png not working
#890
Reference in New Issue
Block a user
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 @adamshand on GitHub.
I believe I have the latest version of bw and Vaultwarden installed.
I can use the
bw sendfeature successfully if I don't attach a file:Subject of the issue
Following the instructions on Bitwarden's website I tried to create a send with an attached file.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: ADMIN_TOKEN
@BlackDex commented on GitHub:
It seems to work just fine for me.
Could you enable
LOG_LEVEL=debugand check what the logs report during the send?@adamshand commented on GitHub:
I've just checked and I can create a file based Send using the Firefox extension.
@BlackDex commented on GitHub:
How did you installed the client? Which OS are you using? And, what happens when you download the cli from the Bitwarden repo?
Looks like there is something either wrong with the client, or the reverse proxy is doing something strange.
@adamshand commented on GitHub:
Same thing on client side, in the Docker logs I get:
@adamshand commented on GitHub:
It's something about the Homebrew installation of
bitwarden-cli. I've downloadedbwdirect frombitwarden.comand it's working fine.It appears that Homebrew runs
bwthrough some kind of wrapper.Sorry for the noise, and thanks for the help!
@BlackDex commented on GitHub:
@adamshand i think homebrew has the same issue as Arch Linux. They probably used a newer version of node/npm.
That causes several issues with the complied file.