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
Description
- 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:
- Have a webserver which is reachable on both - IPv4 and IPv6 address.
- Put the example from https://github.com/ipfs/js-ipfs/tree/master/examples/browser-script-tag on that webserver.
- Access the example via IPv4. It works!
- Access the example via IPv6. It doesn't work!
Metadata
Metadata
Assignees
Labels
No labels