For people invested in the migration from #reddit.
-
-
@silverpill if you could provide me with a verbatim request (including the sign header) I could try to see what's wrong. The strange part is that there's nothing in the logs for that specific period, not even at the http proxy level.
-
@mariusor I can't provide the full request, but I could say that it had RSA HTTP signature attached.
The inbox was https://federated.id/actors/8b740680-ccb4-4265-82e7-4ac2ca402750/inbox
And the response was201 Created
with empty body.Here is my unsigned Follow activity:
{"@context":["https://www.w3.org/ns/activitystreams","https://w3id.org/security/ v1","https://w3id.org/security/data-integrity/v1",{"MitraJcsRsaSignature2022":"mitra:MitraJcsRsaSignature2022","mitra":"http://jsonld.mitra.social#","proofPurpose":"sec:pr oofPurpose","proofValue":"sec:proofValue","sensitive":"as:sensitive","verificationMethod":"sec:verificationMethod"}],"actor":"https://mitra.social/users/silverpill","id":" https://mitra.social/objects/0188b5b0-829e-aadd-be8d-a5f484fceb34","object":"https://federated.id/actors/8b740680-ccb4-4265-82e7-4ac2ca402750","to":["https://federated.id/ actors/8b740680-ccb4-4265-82e7-4ac2ca402750"],"type":"Follow"}
-
@silverpill so I did find it in storage, but something went wrong when dispatching it to the proper inbox. I'll create a test-case from it to check what happened. TY!
-
@mariusor I tried it again today, now the server returns status
500 Internal Server Error
and there's a detailed error report with these messages:Can't save activity Follow to inbox jsonld: error calling MarshalJSON for type *activitypub.Actor: invalid character 'h' after object key:value pair
Any ideas what might cause that?
-
@silverpill thank you for keep trying, but this past week I've been doing a lot of reshuffling of the internals. I'm not surprised some things still fail.
Could you send me a link to a pastebin with the Activity? I'll add a bug report.
-
@mariusor Sure, here is my activity
HackLiberty.org PrivateBin
Visit this link to see the note. Giving the URL to anyone allows them to access the note, too.
HackLiberty.org PrivateBin (paste.hackliberty.org)
-
@silverpill I added a ticket here: https://todo.sr.ht/~mariusor/go-activitypub/296
I will need to create a test-case for it, but I think I have all I need.
-
@mariusor I saw it had been closed and tried to send a Follow again to
@[email protected]
. This time there was no error, but I didn't receive AcceptTime: 2024-12-20T20:58:47+00:00
-
@[email protected] @[email protected] apologies for butting in. I'd be interested in implementing ed25519 keys instead of RSA.
Backwards compatibility is a concern, however.
-
-
@silverpill the actor received it, but on federated.id all actors are the manually confirming kind.
And as brutalinks is a little out of order, there's no way to respond outside of sending a hand crafted client to server Accept activity.
-
@julian @silverpill I have a stupid validator that iterates through ed25519, rsa-512 and rsa-256 methods and succeeds on first.
-
@julian @mariusor You can implement FEP-521a: https://codeberg.org/fediverse/fep/src/branch/main/fep/521a/fep-521a.md
The proposed solution is backwards compatible, and there are four interoperable implementations