@mariusor This page doesn't respond with ActivityPub object to request with AP or AS Accept header (I get HTML instead).
-
silverpill@mitra.socialantwortete auf mariusor@metalhead.club am zuletzt editiert von
-
mariusor@metalhead.clubantwortete auf silverpill@mitra.social am zuletzt editiert von
@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.
-
silverpill@mitra.socialantwortete auf mariusor@metalhead.club am zuletzt editiert von
@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"}
-
mariusor@metalhead.clubantwortete auf silverpill@mitra.social am zuletzt editiert von
@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!
-
silverpill@mitra.socialantwortete auf mariusor@metalhead.club am zuletzt editiert von
@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?
-
mariusor@metalhead.clubantwortete auf silverpill@mitra.social am zuletzt editiert von
@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.
-
silverpill@mitra.socialantwortete auf mariusor@metalhead.club am zuletzt editiert von
@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)
-
mariusor@metalhead.clubantwortete auf silverpill@mitra.social am zuletzt editiert von
@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
@ild@federated.id
. This time there was no error, but I didn't receive AcceptTime: 2024-12-20T20:58:47+00:00
-
julian@community.nodebb.organtwortete an silverpill@mitra.social zuletzt editiert von
@silverpill@mitra.social @mariusor@metalhead.club apologies for butting in. I'd be interested in implementing ed25519 keys instead of RSA.
Backwards compatibility is a concern, however.