Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Ipfs http client node server connection issue. #4306

Closed
sanjay-del opened this issue Jan 30, 2023 · 2 comments
Closed

Ipfs http client node server connection issue. #4306

sanjay-del opened this issue Jan 30, 2023 · 2 comments
Assignees

Comments

@sanjay-del
Copy link

sanjay-del commented Jan 30, 2023

I have a separate ipfs node running created through ipfs core.
This is the config used to create the node
let ipfsConfig: any = {
repo: AppConfig.ipfs.repo,
EXPERIMENTAL: {
pubsub: true,
},
config: {
Bootstrap: ,
Addresses: {
API: “/ip4/0.0.0.0/tcp/5001”,
Swarm: [
“/ip4/0.0.0.0/tcp/4002”,
“/ip4/0.0.0.0/udp/4002/quic”,
“/ip4/0.0.0.0/tcp/4003/ws”,
],
},
},
libp2p: {
connectionProtector: preSharedKey({
psk: swarmKey
})
},
}
It has as event handler via libp2p connectionManager.
If I try to create a simple client server through ipfs-http-client create module connection refused error is being thrown. Is there something I am missing??
Ipfs version 0.66 is being used.

@sanjay-del sanjay-del added the need/triage Needs initial labeling and prioritization label Jan 30, 2023
@welcome
Copy link

welcome bot commented Jan 30, 2023

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment.
Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

  • "Priority" labels will show how urgent this is for the team.
  • "Status" labels will show if this is ready to be worked on, blocked, or in progress.
  • "Need" labels will indicate if additional input or analysis is required.

Finally, remember to use https://discuss.ipfs.io if you just need general support.

@SgtPooki
Copy link
Member

SgtPooki commented May 16, 2023

Hello @sanjay-del,

js-ipfs is being deprecated in favor of Helia. You can learn more about this deprecation and the corresponding migration guide here.

As a result, we are going to close this issue. If you think we have done this in error, please feel to reopen with any comments in the next week as we will circle back on the reopened issues.

We hope you will consider Helia for your IPFS in JS needs. If you believe this particular request belongs in Helia, feel free to open a Helia issue. We look forward to engaging with you more there.

Thanks,
@ipfs/helia-dev

@SgtPooki SgtPooki closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2023
@SgtPooki SgtPooki added kind/unknown-in-helia and removed need/triage Needs initial labeling and prioritization labels May 16, 2023
@SgtPooki SgtPooki self-assigned this May 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants