You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
I get these errors:
WebSocket connection to 'wss://localhost:60277/' failed:
Uncaught (in promise) Error: Unable to decode multibase string "addrs", base32 decoder only supports inputs prefixed with b
It was working 2 hours ago so not sure what happened?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Whenever I try to use the create() function in typescript:
`import 'regenerator-runtime/runtime'
import {IPFS, create} from 'ipfs-core'
import type { CID } from 'ipfs-core'
export let node;
create()
.then((res) => {
node = res;
})
.catch(err => {
console.log("error", err);
})`
I get these errors:
WebSocket connection to 'wss://localhost:60277/' failed:
Uncaught (in promise) Error: Unable to decode multibase string "addrs", base32 decoder only supports inputs prefixed with b
It was working 2 hours ago so not sure what happened?
The text was updated successfully, but these errors were encountered: