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

Unable to decode multibase string "addrs", base32 decoder only supports inputs prefixed with b #250

Open
luukfroling opened this issue Feb 19, 2022 · 0 comments

Comments

@luukfroling
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant