Failed adding new entry: Failed writing remote file
See original GitHub issueError message “Failed adding new entry: Failed writing remote file: /path/to/archive.bcup” is displayed when a new entry is added in Chromium browser on Windows 10. Archive file is stored in Nextcloud folder. Console output:
setup-index.js:98
VError {jse_shortmsg: "Failed adding new entry: Failed writing remote fil…trimmed/path/to/archive.bcup", jse_info: {…}, message: "Failed adding new entry: Failed writing remote fil…trimmed/path/to/archive.bcup", stack: "VError: Failed adding new entry: Failed writing re…ieckodmcppbnembejjmabajjjj/setup-index.js:1:70791"}
jse_info: {authFailure: undefined}
jse_shortmsg: "Failed adding new entry: Failed writing remote file: /path/to/archive.bcup"
message: "Failed adding new entry: Failed writing remote file: /path/to/archive.bcup"
stack: "VError: Failed adding new entry: Failed writing remote file: /path/to/archive.bcup↵ at chrome-extension://heflipieckodmcppbnembejjmabajjjj/setup-index.js:1:70791"
__proto__: Error
Tried to lock and unlock vault in the browser extension, but still the error was shown. Tried to remove and re-add the vault - the same outcome.
It seems like permissions related error, but I have no idea what permissions should be granted as the logged in user has full access to the archive file.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:30 (11 by maintainers)
Top Results From Across the Web
Git 'fatal: Unable to write new index file' - Stack Overflow
The error message fatal: Unable to write new index file means that we could not write the new content to the git index...
Read more >Unable to open the remote file [<filename>] over SFTP ...
Ensure that the user used for authentication in SFTP connection has the write permission in the remote location to create file.
Read more >sftp "remote open failure" - Unix & Linux Stack Exchange
This is a failure by the sftp client to get a handle on the SSH connection for doing the upload (according to the...
Read more >failed unpacking Terraform: failed creating file” error when ...
Cause. This is caused by the bundle being zipped incorrectly. Solution. To resolve this error, use the Terraform Bundle tool to generate ...
Read more >Error: "Failed to access remote file - Snowflake Community
Error : "Failed to access remote file: access denied. Please check your credentials · Case 1: Incorrect credentials defined while creating stage.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same error too with a local file. Try with buttercup desktop app open or close Try with Firefox and Brave (Chromium base OS : Linux openSUSE
@perry-mitchell Well, that is the problem that I have no idea how to reproduce this error. All I know is that everything was working, and after a while (it could be days, so I do not know the exact point or action that caused the error) I could not save new entries. Just a reminder - everything is working in Buttercup desktop application and if the same vault is added to the browser extension using DAV (I am using Nextcloud).
Additionally I checked if this error can be observed on macOS as well, and it does occur on Mac too and on other Windows machines as well.
I also did this - I removed vault from the browser extension, closed Buttercup desktop application, deleted
config.json
, reopened Buttercup (config.json
was regenerated with a new encryption key), in the browser extension added previously removed local archive, and the error is still there.