Skip to content
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

Error on launch #1

Open
Fonta1n3 opened this issue Aug 3, 2020 · 2 comments
Open

Error on launch #1

Fonta1n3 opened this issue Aug 3, 2020 · 2 comments

Comments

@Fonta1n3
Copy link

Fonta1n3 commented Aug 3, 2020

After following install instructions from source and running lightning I get two errors:

INFO plugin-c-lightning-pruning-plugin: Killing plugin: Plugin exited before completing handshake.
Error: reqwest::Error { kind: Builder, source: "unknown proxy scheme" }

@Fonta1n3 Fonta1n3 changed the title Erro Error on launch Aug 3, 2020
@Fonta1n3
Copy link
Author

Fonta1n3 commented Aug 3, 2020

Update: commenting out the tor related args from the lightning conf seemed to help, it would be great to use this plugin alongside those proxy settings. Any advice on how to fix this?

I had to use the following conf to get it to work:

plugin=/Users/peter/.lightning/plugins/c-lightning-http-plugin/target/release/c-lightning-http-plugin
plugin=/Users/peter/.lightning/plugins/c-lightning-pruning-plugin/target/release/c-lightning-pruning-plugin
#proxy=127.0.0.1:9050
#bind-addr=127.0.0.1:9735
#addr=statictor:127.0.0.1:9051
#always-use-proxy=true
log-file=/Users/Peter/.lightning/lightning.log
log-level=debug:plugin

@dr-bonez
Copy link
Member

IIRC this was fixed in 0.1.1. Can you confirm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants