-
Notifications
You must be signed in to change notification settings - Fork 40
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
Stage 3 Tutorial - Login attempt fails : _Rendezvous of RPC that terminated with (StatusCode.UNAVAILABLE, Endpoint read failed #30
Comments
I had the same issue, this pull request (lightninglabs/lightning-coindesk#3) fixes the problem. Also one has to be aware, that if one generates the certificate by hand from tutorial 2 it is not compatible with the grpc via python from tutorial 3. To make it work, just delete the tls files and let lnd generate them. |
Running into the same issue and lightninglabs/lightning-coindesk#3 doesn't fix the problem. Also deleted the tls files. Traceback: http://dpaste.com/1MA7D2Y |
@karanv Same here. I tried the pull request unsuccessfully. Also, @bitromortac I deleted googleapis-common-protos (1.5.3) |
Having the same issues and tried lightninglabs/lightning-coindesk#3 and deleting Doesn't seem to have resolved the issue |
Tried deleting tls.cert and key but still having this problem. Any ideas? |
I am running into this same issue with the exact same Rendezvous error and trackback. Has anybody found a solution? |
Running into the same issue, the mentioned PR doesn't solve the problem, recreating the tls.cert through lnd neither. Solution anyone? |
Having the same exact issue. Anyone figured out a solution? |
Using ubuntu16.04. virtual_env version = 15.1.0. The setup instructions all seemed to install fine with no warnings. When i try to login to the webpage it fails. I signed the message as described, then pasted it to the box. then i get the Rendezvous error.
The text was updated successfully, but these errors were encountered: