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
These are the results of trying to publish the moderation events to each of the relays we use in the NDK lib pool 1:
wss://relay.damus.io: Works
wss://relay.protest.net: Works
wss://nos.lol: Works
wss://eden.nostr.land: Error: blocked: not on white-list
wss://relay.snort.social: Error: blocked: no active subscription
wss://relay.s3x.social: Error: blocked: pubkey not admitted
wss://rss.nos.social: Error: blocked: event blocked by relay
These issues may be related to using an npub that never used the clients associated with the relays that don't work but we'd need to investigate further
Footnotes
I can see this by enabling NDK debugging messages by enabling the env var DEBUG='ndk:*' and running an integration tests through pnpm run test:integration. ↩
The text was updated successfully, but these errors were encountered:
Setup and pay for our moderation npub to be able to publish to paid relays
mplorentz
changed the title
Investigate relays that reject our moderation events
[Cleanstr] Investigate relays that reject our moderation events
Jan 5, 2024
These are the results of trying to publish the moderation events to each of the relays we use in the NDK lib pool 1:
These issues may be related to using an npub that never used the clients associated with the relays that don't work but we'd need to investigate further
Footnotes
I can see this by enabling NDK debugging messages by enabling the env var
DEBUG='ndk:*'
and running an integration tests throughpnpm run test:integration
. ↩The text was updated successfully, but these errors were encountered: