79645824

Date: 2025-05-30 16:53:40
Score: 1
Natty:
Report link

The issue was invalid metadata. One of the metadata values had a space in it.

//contrived example
var metadata = new Dictionary<string, string>();
metadata.Add("my-metadata", "no-worky "); // space at the end will cause the error

Trimming the metadata value fixed the MAC signature error.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: sandejd1