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.

IPv6 host: OpenError: The operation failed for reasons unrelated to the database itself and not covered by any other error code. #2017

Closed
@pruflyos

Description

@pruflyos
  • Version: 0.35.0
  • Platform: Firefox 66.0.3 (64-bit)
  • Subsystem:

Type: Bug

Severity: High

Description:

I have a OpenWrt uHTTPd server which is reachable on both IPv4 and IPv6 address. If I put the example file from https://github.com/ipfs/js-ipfs/tree/master/examples/browser-script-tag on that server and access it via IPv4 (http://192.168.1.1/jsipfstest.html) everything is fine. But if I access the same file via IPv6 (http://[6001:3ff0:6dae:0:4819:b1bb:c001:22ac]/jsipfstest.html) the node is not started and the following error is shown in the browser console:

OpenError: The operation failed for reasons unrelated to the database itself and not covered by any other error code.

Steps to reproduce the error:

  1. Have a webserver which is reachable on both - IPv4 and IPv6 address.
  2. Put the example from https://github.com/ipfs/js-ipfs/tree/master/examples/browser-script-tag on that webserver.
  3. Access the example via IPv4. It works!
  4. Access the example via IPv6. It doesn't work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions