dtonon / oracolo

A minimalist Nostr blog that consists of a single html file
MIT License
144 stars 8 forks source link

Getting "Loading..." #2

Closed Fastidious closed 1 month ago

Fastidious commented 1 month ago

Used the "I hate NPM" method, and I see my information at the top, but the posts do not load (just get the "Loading..." message). What could it be?

dtonon commented 1 month ago

Weird, can you share the top lines of the html file?

Sorry, bad question. If the profile loads the config is correct. Maybe are you reloading the page too fast? Some relays could has some throttling mechanism to avoid floods.

Fastidious commented 1 month ago

Found the issue. Cisco Umbrella is blocking the relays. I will have to wait for the 24 hours penalty for them to become available. Sorry for the noise, and thanks!

Fastidious commented 1 month ago

Follow up on this. For Oracolo to work, the notes need to be kind:30023. If there aren't any of that kind, it will not work.

dtonon commented 1 month ago

Yes, I confirm. Oracolo is a blog and so currently it only uses the long format. The short format could be integrate but it has a lot of pitfalls in this context, for example it doesn't have a title, end often short notes are not so meaningful, so they should be filtered (by lenght? tags? idk).

I already have a working version, where I use the date as title:

image

But I don't like it very much. I need to think more about this uses case.

Fastidious commented 1 month ago

Do you have that version publicly available somewhere? I would love to play with it! :-)

dtonon commented 1 month ago

https://github.com/dtonon/oracolo/tree/short-notes