Fout bij het verwijderen of wijzigen van een reactie

I cannot remove my :heart: reaction or choose a different reaction on AI helper does not always use user's locale - #6 by sam

2 likes

Oh may be related to removal of widgets @saquetim

Thanks for reporting

So far, I have not been able to reproduce this on another post.

Since its a 500 something is going to be in the meta log which will help us

1 like

The new tag reminded me of "500 error" when adding a Language Tag(Multilingual Plugin) to a user's post - #5 by Moin where I had a similar problem when I edited the title

2 likes

Turns out this is an interaction with ActivityPub:


plugins/discourse-activity-pub/app/models/concerns/discourse_activity_pub/a_p/model_callbacks.rb:96:in `performing_activity_object'
plugins/discourse-activity-pub/app/models/concerns/discourse_activity_pub/a_p/model_callbacks.rb:19:in `perform_activity_pub_activity'
plugins/discourse-activity-pub/plugin.rb:458:in `block (2 levels) in activate!'
lib/plugin/instance.rb:614:in `block in on'
lib/discourse_event.rb:12:in `block in trigger'
/usr/local/lib/ruby/3.3.0/set.rb:501:in `each_key'
/usr/local/lib/ruby/3.3.0/set.rb:501:in `each'
lib/discourse_event.rb:12:in `trigger'
lib/post_action_destroyer.rb:65:in `perform'
plugins/discourse-reactions/app/services/discourse_reactions/reaction_manager.rb:103:in `remove_shadow_like'
plugins/discourse-reactions/app/services/discourse_reactions/reaction_manager.rb:45:in `toggle_like'
plugins/discourse-reactions/app/services/discourse_reactions/reaction_manager.rb:34:in `block in toggle!'

@pmusaraj is going to have a look cc @angus

Thanks guys. @pmusaraj what is the actual exception? activity_pub_object doesn’t exist? I have a suspicion that the nub of the issue is the reactions plugin has three different data scenarios for reactions.

This may be the scenario where there’s no PostAction, or it’s created in an unconventional way, hence no AP object where one is expected. If so, AP will need to guard against that.

3 likes

Sorry for my late reply here @angus. Yes, the issue was that the activity_pub_object didn’t exist during an undo activity.

I added a very simple fix in DEV: Fix test failures and an incompatibility with reactions by pmusaraj · Pull Request #234 · discourse/discourse-activity-pub · GitHub , I suspect eventually we’ll want something more robust here. But it should solve the current issue.

1 like

Is it similar here? Is there an attempt to share the new title even though the topic has never been shared?

1 like

This topic was automatically closed after 3 days. New replies are no longer allowed.

Possibly, not sure. I just edited that topic’s title twice and didn’t see an error.