Damus
sillybird profile picture
sillybird
@sillybird

i love open sourcery!!!
https://codeberg.org/opensourcery

npub15gv36zdjkzg48m0vjwc00aakvrugc6vxc2hlg9clqm2lt752sn8qsnxvvp@npub.cashlnurl
Relays (3)
  • wss://relay.damus.io – read & write
  • wss://relay.primal.net – read & write
  • wss://nos.lol – read & write

Recent Notes

hodlbod · 6d
Got it, sounds like everything is working as designed but there are some documentation gaps. First of all, the url to make requests against is the one in the config file, not the one printed when zoo...
sillybird profile picture
I have not been able to do anything with NIP-29 on Zooid. I can create a group with nak using --auth and the pubkey I set for the relay, but when I try the same thing with NDK or Welshman, it is unable to post the event (I made sure relay is authenticated). I am also unable to join groups no matter what I do. I even tried reusing your code from Flotilla (publishJoinRequest) but to no avail. The request just times out.

Joining a room that I successfully created from nak using joinRoom() from Welshman also yields a timeout. No errors are displayed with either library, the request just times out.

Welshman and NDK say that I am authenticating to the relay fine. What am I doing wrong????
Morgan Maksoud-Miller · 3d
Finally getting a little time to carve out hobby reading again & this is getting pretty decent for the simplicity of it. It has taken quite a bit to get somewhere I think, but damn now that we are her...
sillybird profile picture
proud of u queen we gotta get those literacy rates up!!!

i found an old ereader at the thrift and i haggled it down to $6 and i got a replacement battery and stuff and I have been reading Project Hail Mary on it and wow I fucking love reading now

I want to read more, it is something I struggled with but I am excited to finally be enjoying a book!!

Excited 2 see ur reviews on #bookstr :trillian-drunk:
1💯1
Morgan Maksoud-Miller · 3d
Good for you!!! Reading is SUCH a critical part of our humanity. I know I'm struggling if I'm not reading for fun or able to lock in, that I need to slow down & figure out whats going on. I read such a wide variety of genres, so if you have any suggestions please dont hesitate to share!
hodlbod · 6d
Got it, sounds like everything is working as designed but there are some documentation gaps. First of all, the url to make requests against is the one in the config file, not the one printed when zoo...
sillybird profile picture
Yes that worked!!!!

It seems I am unable to send a join request to the group unless I am using the pubkey set in the config. Public joins are open.

It could be an issue with the group identifier because the docs do not make it clear what the group identifier should be. I figure it is just "{host}'{name}" but idk what zooid sets as the ID.
BrianFitzwater · 6d
Nor do Devs.
hodlbod · 6d
Here I am, and I see your PR on zooid but I haven't had a chance to look yet. Happy to take any other contributions/answer any questions
sillybird profile picture
Ok cool! So I am trying to use zooid for my project and running the provided command (after making the proper directories and config and such), it says it is running on :3334 and that the config is loaded

main.go:71: running on :3334
lib.go:72: Loaded relay.toml

My client is able to connect and I am able to pull relay info from nak but posting events just doesn't work, regardless of kind and even with groups turned off. There are no logs coming from zooid either. I can't pull nip29 info from nak though, but maybe that's just a nak problem - not sure.

I am using docker instead of podman because it is what I have installed already. afaik they are functionally the same, but idk if there's anything specific about zooid if that would affect things.

I tried to set up Caravel so I could see if the relay management would help but that didn't want to work (would love if that was fully containerized btw! would love to help) . I also tried to use the authenticated API stuff from nak but that didn't work, could just be a skill issue tho.

I am new to the world of nostr so please forgive my inexperience!

btw ignore my PR because it turns out I forgot to set my ports in my compose.yml and I modified the nginx config from the flotilla tutorial because I thought it was an SSL issue but nope lol.

let me know your thoughts! thank you :trillian-smile:
1
hodlbod · 6d
Got it, sounds like everything is working as designed but there are some documentation gaps. First of all, the url to make requests against is the one in the config file, not the one printed when zooid starts up. That's where it's listening, but you have to proxy other ports (or hostnames) to zooid...
sillybird profile picture
@hodlbod how can i get in contact with you? trying to use zooid and having many issues. idk if I am missing something or if my config is not set up properly or whatever but I would like to troubleshoot with you and be able to contribute to docs so others don't suffer the same fate lol
5
hodlbod · 6d
Here I am, and I see your PR on zooid but I haven't had a chance to look yet. Happy to take any other contributions/answer any questions