Replying to Avatar HERMETICVM

nostr:npub10r8xl2njyepcw2zwv3a6dyufj4e4ajx86hz6v4ehu4gnpupxxp7stjt2p8 I'm having issues publishing a new release of my linkahest to zapstore.

Tried NIP07:

env | ag SIGN && zapstore publish

SIGN_WITH=NIP07

✔ Extracted metadata from files

✔ Fetched remote metadata for com.hermeticvm.linkahest [Github metadata fetcher]

✔ Checked for existing assets (4/4)

✔ Preview the release in a web browser? · yes

✅ Preview server running at http://127.0.0.1:52827

✔ Is the HTML preview correct? · yes

? This will launch a server at localhost:17007 and open a browser window for signing with a NIP-07 extension. Okay? (y/n) ›

? This will launch a server at localhost:17007 and open a browser window for signing with a NIP-07 extension. Okay? (y/n) ›

✔ This will launch a server at localhost:17007 and open a browser window for signing with a NIP-07 extension. Okay? · yes

nos2x is enabled (I’m using Brave) and I’m signed in with my key.

Error: No Nostr extension detected

Also bunker:

env | ag SIGN && zapstore publish

SIGN_WITH=bunker://1a5cff5118d071a2c5d46534733abb9f3dcdfc41b24db0132fc20dbf01c75f78?relay=wss%3A%2F%2Frelay.zapstore.dev&secret=REDACTED

✔ Extracted metadata from files

✔ Fetched remote metadata for com.hermeticvm.linkahest [Github metadata fetcher]

✔ Checked for existing assets (4/4)

✔ Preview the release in a web browser? · yes

✅ Preview server running at http://127.0.0.1:53149

✔ Is the HTML preview correct? · yes

(ag is just a faster grep replacement)

Then nothing happens with either the zapstore command nor in nak.

Any idea?

Not sure what's going on. Why do you use ag?

Version? zapstore -v

Try with the latest 0.2.2 ? Download from https://zapstore.dev/download

Reply to this note

Please Login to reply.

Discussion

-v makes sense. Will check later! Was already on the latest version though.

Let me know!

Published with my nsec and signed locally this time and it worked. Will check out the docs regarding bunker + nak next time.