• 0 Posts
  • 4 Comments
Joined 5 months ago
cake
Cake day: August 5th, 2025

help-circle

  • This isn’t an error I have come across before, but it looks like there is some kind of error with activitypub signing of activities? I think that is what this block of the trace is saying:

    File/app/app/activitypub/routes.py”, line 613, in shared_inbox  
    LDSignature.verify_signature(request_json, actor.public_key)  
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
    File/app/app/activitypub/signature.py”, line 485, in verify_signature  
    final_hash = cls.normalized_hash(options) + cls.normalized_hash(document)  
    ~^^^^^^^^^^  
    File/app/app/activitypub/signature.py”, line 544, in normalized_hash  
    norm_form = jsonld.normalize(  
    document,  
    {"algorithm": “URDNA2015”, “format": “application/n-quads"},  
    )  
    

    Your best bet to help troubleshoot is to hop on either the zulip chat (chat.piefed.social) or the matrix room to get support in realtime.

    Visiting your instance, it looks like it is federating just fine, so I am not sure what the issue is.



  • As the author of the codeberg issue for this, it hasn’t been added yet. I really liked the custom thumbnail feature when it was added to lemmy, so I haven’t forgotten about adding it to piefed. A big focus of my devwork recently has been on the api-side to help make apps/frontends more complete, so we will get there. I just added the issue to the 1.3 release kanban to make sure it is prioritized.