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
I can't login using a bunker:// address. I've setup a knox bunker. (https://gitlab.com/soapbox-pub/knox). I feed the bunker address to Nostrmo, and I can see Nostrmo try to connect to it. (That is the line after the initial 2 "up" lines which is an error.) I thought this was an issue with knox, but Alex Gleason says you could be using the outdated/insecure NIP-04 encryption, and to open an issue with Nostrmo to switch to NIP-44 encryption.
root@rara:~# knox start
Starting bunker daemon...
Press Ctrl+C to stop.
up j e30c3c95-d25f-4c18-aeae-08795f424fc4 wss://basedpotato.nostr1.com/
up j 74205b39-2287-4c42-8ebf-3f75e55d924a wss://nostr-pub.wellorder.net/
error j a2c64ee429e0b498fbd651b5a455fc44081266c0eda14a595289c70c2c0f236b Error: invalid base64: Unknown letter: "=". Allowed: ABCDEFGHIJKLMNOPQRSTUVWXYZabcde
fghijklmnopqrstuvwxyz0123456789+/
at decodePayload (file:///tmp/deno-compile-knox/.deno_compile_node_modules/localhost/nostr-tools/2.10.0/lib/esm/index.js:1950:11)
at Object.decrypt2 [as decrypt] (file:///tmp/deno-compile-knox/.deno_compile_node_modules/localhost/nostr-tools/2.10.0/lib/esm/index.js:1972:38)
at Object.decrypt (https://jsr.io/@nostrify/nostrify/0.36.1/NSecSigner.ts:42:23)
at NBunker.decrypt (file:///tmp/deno-compile-knox/knox/src/NBunker.ts:157:37)
at NBunker.open (file:///tmp/deno-compile-knox/knox/src/NBunker.ts:52:40)
at eventLoopTick (ext:core/01_core.js:175:7)
error j bd2df68bced7a5f07f8604bb176b8ebcde296ff1fb058ce5439401d300a450a2 Error: invalid payload length: 116
at decodePayload (file:///tmp/deno-compile-knox/.deno_compile_node_modules/localhost/nostr-tools/2.10.0/lib/esm/index.js:1943:11)
at Object.decrypt2 [as decrypt] (file:///tmp/deno-compile-knox/.deno_compile_node_modules/localhost/nostr-tools/2.10.0/lib/esm/index.js:1972:38)
at Object.decrypt (https://jsr.io/@nostrify/nostrify/0.36.1/NSecSigner.ts:42:23)
at NBunker.decrypt (file:///tmp/deno-compile-knox/knox/src/NBunker.ts:157:37)
at NBunker.open (file:///tmp/deno-compile-knox/knox/src/NBunker.ts:52:40)
at eventLoopTick (ext:core/01_core.js:175:7)
The text was updated successfully, but these errors were encountered:
I can't login using a bunker:// address. I've setup a knox bunker. (https://gitlab.com/soapbox-pub/knox). I feed the bunker address to Nostrmo, and I can see Nostrmo try to connect to it. (That is the line after the initial 2 "up" lines which is an error.) I thought this was an issue with knox, but Alex Gleason says you could be using the outdated/insecure NIP-04 encryption, and to open an issue with Nostrmo to switch to NIP-44 encryption.
The text was updated successfully, but these errors were encountered: