-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
cannot connect to infura using lite node #8385
Comments
Hi @flyworker Can you please confirm the format of the Many thanks! |
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 24 hours. |
FULLNODE_API_INFO="https://<project_id>:<project_secret>@filecoin.infura.io" lotus daemon --lite |
Duplicate of #6111 (comment) If I remember right @frrist was the last one to look into this. Also perhaps @lidel has ideas? |
@ribasushi yes, I think this issue force people to run their own node since no other node provider at the moment? |
@flyworker Here is a howto I wrote somewhere, pasting it here before it makes it properly into some doc ( cc @johnnymatthews )
|
@TippyFlitsUK note - while what I gave @flyworker above is a decent workaround, we still need to get lotus to support basic-auth, since this is all Infura offers. "You can't use lotus-lite with infura" is a bad look. |
Many thanks @ribasushi ! I have closed the older duplicate and linked to this one as it contains updated workaround info. I've bumped this new ticket up to perform triage again on the Lotus+Actors Board as the original one had been marked as closed in error. |
Protocol attributes (such as user/pass for HTTP basic auth, or SNI for HTTPS) are not supported by multiaddr. People asked for this, but nobody had bandwidth or cared enough to spec and implement it. |
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
cannot connect to infura using lite node
when lite node connect with infura filecoin node with project ID and secret,it shows error listen head changes errored: listenHeadChanges ChainNotify call failed: RPC error (-32004): method 'Filecoin.ChainNotify' not supported in this mode (no out channel support)
Logging Information
Repo Steps
No response
The text was updated successfully, but these errors were encountered: