Pre-Alpha ActivityPub-related bug reports
-
@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 -
Sorting changed from default to
Newest to Oldest
.
https://community.nodebb.org/topic/d35644c9-5820-49a6-9b85-9b5673acdfa4/morning-i-hope-your-day-is-awesome/2?_=1713379891143&sort=newest_to_oldestIssues:
- wrong time for
Last reply
near to7 Replies
dropdown menu -12 hours ago
when latest reply timestamp shows4 hours ago
, 7 Replies
after expanding them are sortedOldest to Newest
when posts below them are sortedNewest to Oldest
as requested.
Both things work as intended outside
World (All)
within normal topics not related toActivityPub
. - wrong time for
-
ActivityPub
user profile
>Flag Profile
window:
It looks to be an API call and returns
{"errors":["Bad request"]}
./ap/actor/ae0fea90a57bf109abf03f47806c7285
tells nothing to end user so it would be nice to change it to something familiar for local community or Fediverse handle. -
@angus, @devnull I think this is a bug report
-
hi @julian , I wonder how search engines and SEO will work for federated posts? Let's say I published a post specific to forum-1 on forum-1, however since it is federated out, the same posts and topic can be found on 10+ more websites simultaneously... and let's assume forum-2 is higher ranked on search engines for some reasons...
when people are searching related keywords on search engines, will they be directed to forum-1? or forum-2, namely the forum that search engine favors/ranks higher?