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
The default libp2p configuration includes a upnp configuration, so await createHelia() throws if this isn't supported (I am running on Apple M3, personal wifi):
Error: Service not found
at Device.getService (<folder>/node_modules/.pnpm/@[email protected]/node_modules/@achingbrain/nat-port-mapper/src/upnp/device.ts:104:13)
I (think I) resolved by deleting the upnp variable:
The default libp2p configuration includes a upnp configuration, so
await createHelia()
throws if this isn't supported (I am running on Apple M3, personal wifi):I (think I) resolved by deleting the upnp variable:
But I am not sure about the downstream impact of this change.
The text was updated successfully, but these errors were encountered: