ActivityPub Plugin

@hellekin Thanks for the report. A certain amount of failed requests will always occur on an ActivityPub service as actors in the fediverse come and go. For example, it looks like

The verbosity of the logs are there to help debug, however if theyā€™re cluttering your logs you can toggle them using the site setting activity pub verbose logging. The default is off.

We will be looking to make error handling improvements in phase two if necessary, but so far it looks like the snippets you posted are expected, i.e. the Actors are indeed no longer in the fediverse.

Currently, the way the plugin handles delivery failures is to track them in the same way Mastodon does, namely, if there are 7 days of failure to an endpoint it will be marked as ā€œunavailableā€ and requests will no longer be attempted.

3 Likes

Yes, as indicated in the line prior to it.

Indeed, but the status code is 410, which means the account may have moved (if there is a Tombstone ā€” is this condition checked?)

1 Like

No. It is error 410 Gone and means resource is deleted. What am I missing now?

1 Like

You missed this:

Hi @angus,

I just setup a brand new self-hosted discourse with your AP plugin over at https://federation.cafe, and am seeing some 403 errors in the Discourse Error Logs (and the posts arenā€™t sharing).

Iā€™m wondering if it might be because there are hyphens maybe?

[Discourse Activity Pub] GET request to https://bofh.social/internal/fetch failed: Expected([200, 201, 202, 301, 302, 307, 308]) <=> Actual(403 Forbidden)

ā€¦

/var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/request.rb:66:in `rescue in perform'
/var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/request.rb:50:in `perform'
/var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/request.rb:34:in `get_json_ld'
/var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/request.rb:106:in `get_json_ld'
/var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/json_ld.rb:52:in `request_object'
/var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/json_ld.rb:48:in `resolve_object'
/var/www/discourse/plugins/discourse-activity-pub/lib/discourse_activity_pub/ap/actor.rb:103:in `resolve_and_store'
/var/www/discourse/plugins/discourse-activity-pub/app/controllers/concerns/discourse_activity_pub/signature_verification.rb:192:in `actor_from_key_id'
/var/www/discourse/plugins/discourse-activity-pub/app/controllers/concerns/discourse_activity_pub/signature_verification.rb:57:in `signed_request_actor'
/var/www/discourse/plugins/discourse-activity-pub/app/controllers/concerns/discourse_activity_pub/signature_verification.rb:27:in `ensure_verified_signature'
activesupport-7.0.4.3/lib/active_support/callbacks.rb:400:in `block in make_lambda'
activesupport-7.0.4.3/lib/active_support/callbacks.rb:180:in `block (2 levels) in halting_and_conditional'
actionpack-7.0.4.3/lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in <module:Callbacks>'
activesupport-7.0.4.3/lib/active_support/callbacks.rb:181:in `block in halting_and_conditional'
activesupport-7.0.4.3/lib/active_support/callbacks.rb:595:in `block in invoke_before'
activesupport-7.0.4.3/lib/active_support/callbacks.rb:595:in `each'
activesupport-7.0.4.3/lib/active_support/callbacks.rb:595:in `invoke_before'
activesupport-7.0.4.3/lib/active_support/callbacks.rb:116:in `block in run_callbacks'
/var/www/discourse/app/controllers/application_controller.rb:418:in `block in with_resolved_locale'
i18n-1.14.1/lib/i18n.rb:322:in `with_locale'
/var/www/discourse/app/controllers/application_controller.rb:418:in `with_resolved_locale'
activesupport-7.0.4.3/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
activesupport-7.0.4.3/lib/active_support/callbacks.rb:138:in `run_callbacks'
actionpack-7.0.4.3/lib/abstract_controller/callbacks.rb:233:in `process_action'
actionpack-7.0.4.3/lib/action_controller/metal/rescue.rb:22:in `process_action'
actionpack-7.0.4.3/lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'
activesupport-7.0.4.3/lib/active_support/notifications.rb:206:in `block in instrument'
activesupport-7.0.4.3/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
activesupport-7.0.4.3/lib/active_support/notifications.rb:206:in `instrument'
actionpack-7.0.4.3/lib/action_controller/metal/instrumentation.rb:66:in `process_action'
actionpack-7.0.4.3/lib/action_controller/metal/params_wrapper.rb:259:in `process_action'
activerecord-7.0.4.3/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
actionpack-7.0.4.3/lib/abstract_controller/base.rb:151:in `process'
actionview-7.0.4.3/lib/action_view/rendering.rb:39:in `process'
rack-mini-profiler-3.1.0/lib/mini_profiler/profiling_methods.rb:85:in `block in profile_method'
actionpack-7.0.4.3/lib/action_controller/metal.rb:188:in `dispatch'
actionpack-7.0.4.3/lib/action_controller/metal.rb:251:in `dispatch'
actionpack-7.0.4.3/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
actionpack-7.0.4.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'
actionpack-7.0.4.3/lib/action_dispatch/journey/router.rb:50:in `block in serve'
actionpack-7.0.4.3/lib/action_dispatch/journey/router.rb:32:in `each'
actionpack-7.0.4.3/lib/action_dispatch/journey/router.rb:32:in `serve'
actionpack-7.0.4.3/lib/action_dispatch/routing/route_set.rb:852:in `call'
railties-7.0.4.3/lib/rails/engine.rb:530:in `call'
railties-7.0.4.3/lib/rails/railtie.rb:226:in `public_send'
railties-7.0.4.3/lib/rails/railtie.rb:226:in `method_missing'
actionpack-7.0.4.3/lib/action_dispatch/routing/mapper.rb:19:in `block in <class:Constraints>'
actionpack-7.0.4.3/lib/action_dispatch/routing/mapper.rb:48:in `serve'
actionpack-7.0.4.3/lib/action_dispatch/journey/router.rb:50:in `block in serve'
actionpack-7.0.4.3/lib/action_dispatch/journey/router.rb:32:in `each'
actionpack-7.0.4.3/lib/action_dispatch/journey/router.rb:32:in `serve'
actionpack-7.0.4.3/lib/action_dispatch/routing/route_set.rb:852:in `call'
/var/www/discourse/lib/middleware/omniauth_bypass_middleware.rb:74:in `call'
rack-2.2.7/lib/rack/tempfile_reaper.rb:15:in `call'
rack-2.2.7/lib/rack/conditional_get.rb:27:in `call'
rack-2.2.7/lib/rack/head.rb:12:in `call'
actionpack-7.0.4.3/lib/action_dispatch/http/permissions_policy.rb:38:in `call'
/var/www/discourse/lib/content_security_policy/middleware.rb:12:in `call'
/var/www/discourse/lib/middleware/anonymous_cache.rb:367:in `call'
rack-2.2.7/lib/rack/session/abstract/id.rb:266:in `context'
rack-2.2.7/lib/rack/session/abstract/id.rb:260:in `call'
actionpack-7.0.4.3/lib/action_dispatch/middleware/cookies.rb:704:in `call'
actionpack-7.0.4.3/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
activesupport-7.0.4.3/lib/active_support/callbacks.rb:99:in `run_callbacks'
actionpack-7.0.4.3/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
actionpack-7.0.4.3/lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
actionpack-7.0.4.3/lib/action_dispatch/middleware/show_exceptions.rb:26:in `call'
logster-2.12.2/lib/logster/middleware/reporter.rb:43:in `call'
railties-7.0.4.3/lib/rails/rack/logger.rb:40:in `call_app'
railties-7.0.4.3/lib/rails/rack/logger.rb:27:in `call'
/var/www/discourse/config/initializers/100-quiet_logger.rb:20:in `call'
/var/www/discourse/config/initializers/100-silence_logger.rb:29:in `call'
actionpack-7.0.4.3/lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
actionpack-7.0.4.3/lib/action_dispatch/middleware/request_id.rb:26:in `call'
/var/www/discourse/lib/middleware/enforce_hostname.rb:24:in `call'
rack-2.2.7/lib/rack/method_override.rb:24:in `call'
actionpack-7.0.4.3/lib/action_dispatch/middleware/executor.rb:14:in `call'
rack-2.2.7/lib/rack/sendfile.rb:110:in `call'
actionpack-7.0.4.3/lib/action_dispatch/middleware/host_authorization.rb:131:in `call'
rack-mini-profiler-3.1.0/lib/mini_profiler.rb:260:in `call'
message_bus-4.3.2/lib/message_bus/rack/middleware.rb:60:in `call'
/var/www/discourse/lib/middleware/request_tracker.rb:228:in `call'
railties-7.0.4.3/lib/rails/engine.rb:530:in `call'
railties-7.0.4.3/lib/rails/railtie.rb:226:in `public_send'
railties-7.0.4.3/lib/rails/railtie.rb:226:in `method_missing'
rack-2.2.7/lib/rack/urlmap.rb:74:in `block in call'
rack-2.2.7/lib/rack/urlmap.rb:58:in `each'
rack-2.2.7/lib/rack/urlmap.rb:58:in `call'
unicorn-6.1.0/lib/unicorn/http_server.rb:634:in `process_client'
unicorn-6.1.0/lib/unicorn/http_server.rb:739:in `worker_loop'
unicorn-6.1.0/lib/unicorn/http_server.rb:547:in `spawn_missing_workers'
unicorn-6.1.0/lib/unicorn/http_server.rb:143:in `start'
unicorn-6.1.0/bin/unicorn:128:in `<top (required)>'
/var/www/discourse/vendor/bundle/ruby/3.2.0/bin/unicorn:25:in `load'
/var/www/discourse/vendor/bundle/ruby/3.2.0/bin/unicorn:25:in `<main>'

ā€¦

hostname	LILEJAP07-app
process_id	658
application_version	1abfe2e61d12b1b559aab0132ec3fb7cc8b87232
HTTP_HOST	federation.cafe
REQUEST_URI	/ap/actor/5ce52c043e670476a1426f9a66472c07
REQUEST_METHOD	GET
HTTP_USER_AGENT	Akkoma 3.8.0-0-gccae7ef; https://bofh.social <admin@bofh.social>
HTTP_ACCEPT	application/activity+json
HTTP_X_FORWARDED_FOR	91.107.215.39, 172.71.250.70
HTTP_X_REAL_IP	172.71.250.70
time	2:16 pm

Thoughts?

I also would be interested in full length posts. In which case, the ā€œarticleā€ type should be used rather than ā€œnoteā€.

In fact, announcements are much less interesting to me than federated forum features.

Is there a roadmap and/or place to send donations for features like this?

Hey there @gme thanks for trying out the plugin

A few things to initially note here

  1. The MVP plugin is tested against Mastodon. I see youā€™re using Pleroma there. I know Pleroma is ActivityPub compliant and works with Mastodon, however we havenā€™t looked closely at what tweaks might be required (if any) to ensure support for it yet. But still interested to see whatā€™s going on here.

  2. It looks like the requests failed due to an authentication error on your Pleroma server (thatā€™s what a 403 error means). As Iā€™m able to GET that endpoint just using an unauthenticated cURL request I suspect it might be the http auth thatā€™s failing on the Pleroma end.

To test the latter (i.e. 2), could you have a look at your Pleroma logs (it looks like youā€™re the admin on that server too?) if possible to see if you can get more detail on that end of things?

Thanks for the feedback @bmann. Could you expand on the use case you have in mind here? With an example if possible.

This topic is the best place to keep abreast of developments. When we settle on a phase 2 plan Iā€™ll share it here. In the meantime, the best way to help is to share specific use cases you are using, or would like to use, the plugin for.

5 Likes

The use case is using Discourse as a fuller AP node. There are many easier ways to post content to AP (eg use category RSS feeds and Zapier or Buffer) ā€” but developing fuller AP capability can only be done as a plugin/integration.

Article is the ActivityStream type that is meant for full articles. Depending on the client interface, it will show a preview and then a click through to show the entire article inline (much like content warnings, but read more).

Note is the micro-blogging type.

By having full Article posts, people can directly read / boost / reply in their AP clients.

And of course, it would be interesting to hear about your roadmap if youā€™re going to follow a more Microblogging AP instance, or go in a federated forum direction like Lemmy or Kbin, especially given the recent Reddit news.

1 Like

@angus, @pmusaraj have you seen NGI Sargasso funding open call? This is quite short notice but it might be useful to further development on this plugin (unless you have other plans already).

1 Like

Hey guys, Iā€™m happy to say that the second phase of work on this plugin has been approved. This is what weā€™ve already started work on, with the aim of releasing it in about 3.5 months.

Support editing Note post-publication

Support restoring Notes

Support publishing posts publicly as well as followers only

  • Category-level setting
  • See further Audience Targeting and Mastodonā€™s docs on to/cc
  • Switch to public posts as the default

Improve Note content parsing

  • Handle special characters (perhaps use a different parser). See further.

Support use of Article instead of Note as the Object for a post.

  • Category level setting

Support accepting Activities in reply to a Note made on remotes and publishing Activities in reply to a Note made in Discourse.

  • Publish Activities concerning replies made on Discourse
    • Allow Discourse users to be Actors
    • Create Note objects for Discourse replies (posts)
    • Publish associated Create/Delete/Update/Undo Activities for their equivalent Discourse actions
  • Accept Activities concerning replies made on remotes
    • Stage the Actors of Activities from remote servers as Discourse users
    • Create Discourse replies (posts) from Note objects
    • Convert associated Create/Delete/Update/Undo Activities into their equivalent Discourse actions
  • Add a category setting to toggle between First Post only (current) and ā€œFull Topicā€ which supports reply Activities.

Support Like Activity

Support Discourse users verifying their identity on Mastodon so Discourse posts created from their Toots are associated with their Discourse user account.

  • Allow a user to perform the Mastodon OAuth Authorization flow with the Mastodon server where their account is stored. This is initiated from the userā€™s Discourse account settings.
  • Using the Discourse userā€™s Mastodon access token, obtain and store the AP ID of their Mastodon account and store it with their Discourse account.
  • Associate all Discourse activities associated with AP Activities from an Actor bearing a Discourse userā€™s AP ID with that Discourse user, whether they were performed before or after the user verified their identity.
12 Likes

This is really exciting to see ā€” a really high level of federation and interactivity. :tada:

Are you planning to do any intermediate releases, or will this be one big release in ~3.5 months?

There may be some intermediate releases, but I canā€™t promise anything on that front yet. Iā€™ll keep you in the loop as we go.

2 Likes

110% agree - this includes a lot of great aspects. :tada:

Any chance there can at least be an intermediate release on this front?

To be honest, adding a ā€œpublic posts as the defaultā€ intermediate release would be immediately welcome.

2 Likes

Note that public posting would depend on federating edit actions (the first listed bullet), I believe.

1 Like

I canā€™t make any promises at this stage but there may well be intermediate updates for both Update federation and Audience Targeting (public posting).

4 Likes

:eyes:

1 Like

Thatā€™s a known limitation. Until federating edits is supported, the plugin blocks edits to federated content, and there is no configuration to disable this.

2 Likes

To be clear, I was trying to edit a post here on meta and got this error.

3 Likes

Oh, Iā€™m sorry to have misunderstood. @feature@meta.discourse.org and @announcements@meta.discourse.org at least are being federated from here, and this choice is the number one reason I havenā€™t enabled this for Maker Forumsā€¦

2 Likes

Yes, this is the first item in Phase 2 that Iā€™ve worked on. In fact, thereā€™s already a PR for it, so youā€™ll get some relief on that front soonish.

2 Likes