Pre-Alpha ActivityPub-related bug reports
-
@julian said in Pre-Alpha ActivityPub-related bug reports:
I got a follow notification
Seems to work now after I changed my username. But for some reason, I cannot 'redo' the error by reverting my username. Quite strange!
-
New bug found @julian
When you try sorting in/world
, the posts disappear:NodeBB Community
A community to talk about development and ask questions about NodeBB modern forum software
NodeBB Community (community.nodebb.org)
-
@skyfoxx @julian actually, they do not disappear, but it only sorts the posts from people you follow...
-
@julian on the
..../world/all
page, whatever topic filter option you click, it takes you to the.../world?sort=...
page rather than the/world/all?sort=
page...however, I can manually add
/all
to the url, and it works.../world/all?sort=most_votes
so, this page shows all the activitypub posts sorted by most votes..
-
hi @julian , I just wanted to bring this to your attention... I believe @crazycells@community.nodebb.org and @crazycells should not appear as separate profiles on this forum?
-
@crazycells am aware thank you
-
@skyfoxx @[email protected] I started looking into this but wasn't able to easily figure out why kbin wasn't able to find the magazine.
I'll admit I can't easily grok kbin's interface... I was able to (accidentally) add General Discussion to the list of magazines, though?
I thought perhaps it was related to dashes not being parsed properly by their mentions matcher, but I can't be entirely sure whether the problem is on my end or theirs!
-
I'm getting this delivery failure trying to send a follow to a category inbox
[Discourse Activity Pub] POST request to https://community.nodebb.org/category/31/inbox failed: Expected([200, 201, 202]) <=> Actual(400 Bad Request) [Discourse Activity Pub] https://socialhub.activitypub.rocks/ap/actor/797217cf18c0e819dfafc52425590146 failed to deliver to https://community.nodebb.org/category/31/inbox id: https://socialhub.activitypub.rocks/ap/activity/02feb8d245fa780e4683d03015f1b41e type: Follow to: https://community.nodebb.org/category/31 cc: - https://www.w3.org/ns/activitystreams#Public published: '2024-04-05T18:09:14Z' updated: '2024-04-05T18:09:14Z' actor: !ruby/hash:ActiveSupport::HashWithIndifferentAccess id: https://socialhub.activitypub.rocks/ap/actor/797217cf18c0e819dfafc52425590146 type: Group updated: '2024-04-05T12:49:51Z' url: https://socialhub.activitypub.rocks/c/meeting/threadiverse-wg/88 name: Threadiverse Working Group (SocialHub) inbox: https://socialhub.activitypub.rocks/ap/actor/797217cf18c0e819dfafc52425590146/inbox outbox: https://socialhub.activitypub.rocks/ap/actor/797217cf18c0e819dfafc52425590146/outbox followers: https://socialhub.activitypub.rocks/ap/actor/797217cf18c0e819dfafc52425590146/followers preferredUsername: threadiverse-wg ...
-
@Angus-McLeod did it just send a 400 or was there an error message involved in the response?
Edit: I added some additional debugging to the S2S validation logic. Can you try to follow
@[email protected]
? That instance is my testing instance and is a little quieter. -
@julian I've just sent a few follows from my local to @[email protected]. The code is again 400 and the error message is just "Bad request". I know our follows work with Mastodon (and other Discourse instances), but nevertheless there could be an issue on either end here. Lmk if you find anything in the logs about why it's being rejected.
-
@julian said in Pre-Alpha ActivityPub-related bug reports:
but kbin.social is down now! Oh boy.
Happy to test any scenarios you have!
-
what is the difference between posts and topics?
topics are "toot"s and posts are both "toot"s and "comments" ?
additionally, when I click the posts, url fails; however, clicking topics works...
clicking posts are taking me here: https://community.nodebb.org/post/https://mas.to/users/Techaltar/statuses/112270974822779415
-
When you click on the world/all icon, the world/curated icon also highlights
-
@the-skyfoxx said in Pre-Alpha ActivityPub-related bug reports:
When you click on the world/all icon, the world/curated icon also highlights
Thanks, given that I'm going to remove the
/world/all
route altogether, this should no longer be an issue