-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't login "Error: Stream error in the HTTP/2 framing layer." #647
Comments
this seems to be a curl error? here's
|
I have the same issue and I'm also running NixOS.
However, running lpass from master seems to work fine though. Here's a shell.nix file with a working config: {
pkgs ? import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/release-22.11.tar.gz) {}
}:
let
master = import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/master.tar.gz) {};
in
pkgs.mkShell {
name = "lastpass-issue-647";
buildInputs = [
master.lastpass-cli # changing master to pkgs would reproduce the issue
];
} |
I get the same error also when using
although it does work when I force HTTP1.1
|
This was indeed curl issue, should have been fixed by now |
I don't know what else to include. When I try to log in I get the error:
and that's it. :(
I'm on nixos, trying to login on zsh. Everything is updated. In fact this broke when I updated everything (which I needed to do fix some other stuff)
The text was updated successfully, but these errors were encountered: