this post was submitted on 13 Jul 2023
2 points (100.0% liked)

Daily RPG Blog Roll

599 readers
1 users here now

Daily RPG blog roll brought to you courtesy of sly flourish: https://slyflourish.com/

founded 1 year ago
MODERATORS
2
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

What is this community?

This community is using the blog roll and summarization set up by sly flourish, author of "the lazy dungeon master" as set up here: https://dndblogs.com/

Every day new posts on this blog roll will be posted here by the bot. Posts are disallowed, but comments are allowed on the given posts.

I find this community annoying

You can block this community so that you never see its posts, either through your user settings or the community side bar!

Feel free to ask any other questions you have below.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 month ago (1 children)
[–] [email protected] 2 points 1 month ago (1 children)

yeah, the API library the bot uses to connect to the lemmy API broke when the contract changed in the upgrade to 19.5; I logged an issue on the github for the api, but it hasnt gone anywhere, so i doubt the repo is being actively maintained. I haven't had a chance to really dig into it myself, but if it doesnt go somewhere soon, i might have to see if i can fix it up.

[–] [email protected] 1 points 1 month ago (1 children)

I'm a dev (with zero free time). Point me at it.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago)

I'm also a developer, just been too busy to look at it.

But here's the issue: https://github.com/Fedihosting-Foundation/plemmy/issues/39

There was a new field added (visibility) that links to another object (https://join-lemmy.org/api/types/CommunityVisibility.html), but this is only for one of the calls it makes, i don't know if there's other calls that need to be updated as well to get it fully working.

Edit: from plemmy, the bot uses the following calls:

LemmyHttp.get_community()

plemmy.responses.GetCommunityResponse()

LemmyHttp.create_post()

plemmy.responses.PostResponse()