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

Error in connection establishment: net::ERR_CONNECTION_REFUSED #3256

Closed
@hunterInt

Description

@hunterInt
  • Version: 0.48.2
  • Platform:

Firefox 80
Brave 1.13.82
Chrome 85.0.4183.83

  • Subsystem:

Severity: Medium

Description:

Once await IPFS.create(); has run the console fills with these errors:
Firefox can’t establish a connection to the server at

ws://127.0.0.1:8081/p2p/QmSoLer265NRgSp2LA3dPaeykiS1J6DifTC88f5uVQKNAd.
The connection to ws://127.0.0.1:8081/p2p/QmSoLV4Bbm51jM9C4gDYZQ9Cy3U6aXMJDAbzgu2fzaDs64 was interrupted while the page was loading.

image

Steps to reproduce the error:

import IPFS from 'ipfs'

await IPFS.create();

Or I have created and attached a simple reproduce project that will reproduce this error.
test.zip
Run it like so:

npm i
node server.js

Then visit localhost:8080

Metadata

Metadata

Assignees

No one assigned

    Labels

    need/triageNeeds initial labeling and prioritization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions