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
Hi I'm a window 11 user and golang beginner, at first I try to run go run example/example.go
it returns the error panic: error opening websocket to 'wss://nostr.zebedee.cloud': failed to dial: dial tcp 24.199.71.187:443: i/o timeout
Then I change the 2 urls into "wss://relay.damus.io" but it runs endlessly an never terminates, am I doing wrong somewhere?
The text was updated successfully, but these errors were encountered:
Hi I'm a window 11 user and golang beginner, at first I try to run
go run example/example.go
it returns the error
panic: error opening websocket to 'wss://nostr.zebedee.cloud': failed to dial: dial tcp 24.199.71.187:443: i/o timeout
Then I change the 2 urls into "wss://relay.damus.io" but it runs endlessly an never terminates, am I doing wrong somewhere?
The text was updated successfully, but these errors were encountered: