I keep losing the SSH connection (send disconnect: Broken pipe) to an Arch linux VM that runs vaultwarden. Rebooting the VM restores network connectivity. Could this issue be related to websockets and when the internal icon download service cannot find an icon, i.e. '404 Not Found' ? I am assuming the default icon downloading service is internal. No icon service is defined in vaultwarden.env. Please see the following pastebin link for log. Is it normal to see a burst of 'parity_ws::handler][DEBUG] Handler received' messages?
Originally created by @echto on GitHub (Jul 11, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2612
I am having trouble narrowing down this issue.
Arch OS package : vaultwarden 1.25.0
Reverse proxy : Nixos nginx/1.16.1
Database : Nixos postgres (PostgreSQL) 14.4
I keep losing the SSH connection (send disconnect: Broken pipe) to an Arch linux VM that runs vaultwarden. Rebooting the VM restores network connectivity. Could this issue be related to websockets and when the internal icon download service cannot find an icon, i.e. '404 Not Found' ? I am assuming the default icon downloading service is internal. No icon service is defined in vaultwarden.env. Please see the following pastebin link for log. Is it normal to see a burst of 'parity_ws::handler][DEBUG] Handler received' messages?
https://pastebin.com/vYRjEAmE
Could you please try the testing tagged images please, and see if that solves it? Those versions do not use parity_ws anymore.
<!-- gh-comment-id:1180086852 -->
@BlackDex commented on GitHub (Jul 11, 2022):
Could you please try the `testing` tagged images please, and see if that solves it? Those versions do not use `parity_ws` anymore.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @echto on GitHub (Jul 11, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2612
I am having trouble narrowing down this issue.
Arch OS package : vaultwarden 1.25.0
Reverse proxy : Nixos nginx/1.16.1
Database : Nixos postgres (PostgreSQL) 14.4
I keep losing the SSH connection (send disconnect: Broken pipe) to an Arch linux VM that runs vaultwarden. Rebooting the VM restores network connectivity. Could this issue be related to websockets and when the internal icon download service cannot find an icon, i.e. '404 Not Found' ? I am assuming the default icon downloading service is internal. No icon service is defined in vaultwarden.env. Please see the following pastebin link for log. Is it normal to see a burst of 'parity_ws::handler][DEBUG] Handler received' messages?
https://pastebin.com/vYRjEAmE
@BlackDex commented on GitHub (Jul 11, 2022):
Could you please try the
testingtagged images please, and see if that solves it? Those versions do not useparity_wsanymore.@echto commented on GitHub (Jul 11, 2022):
I will try that.
@echto commented on GitHub (Jul 12, 2022):
Issue resolved. Please close.