You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not entirely sure what's going on here, but I suspect the problem is we're finding that post at least two different ways, as a downstream reply and as an @-mention, and we're not merging the two versions. Eg we sent this webmention for the reply, but when webmention.io fetches the source page, we render it as the @-mention, so it doesn't have u-in-reply-to pointing to https://joshuawood.net/webmentions .
I thought we fixed this a long time ago, in #533 and a10a5a1, but maybe not, or maybe not all variations. Will look. I suspect this one is tricky though, no promises.
The text was updated successfully, but these errors were encountered:
{
"status": "no_link_found",
"source": "https://brid.gy/comment/mastodon/@[email protected]/111439777418267489/111439855894516928",
"target": "https://joshuawood.net/webmentions",
"summary": "The Microformats at the source URL do not contain a link to the target URL. Check the source URL in a Microformats parser such as php.microformats.io"
}
It's strange because it accepted the reply that this was in response to, but it won't accept this one. I check the microformats on php.microformats.io as suggested, and it parsed the source URL just fine afaict:
pfefferle/wordpress-webmention#454 (comment) may be an instance of this without an @-mention. @jaschaurbach posted a top-level post, then a reply to a reply, and then someone else's reply to that is similarly missing the u-in-reply-to to the top-level post's original post.
Originally posted by @snarfed in aaronpk/webmention.io#187 (comment):
Not entirely sure what's going on here, but I suspect the problem is we're finding that post at least two different ways, as a downstream reply and as an @-mention, and we're not merging the two versions. Eg we sent this webmention for the reply, but when webmention.io fetches the source page, we render it as the @-mention, so it doesn't have
u-in-reply-to
pointing to https://joshuawood.net/webmentions .I thought we fixed this a long time ago, in #533 and a10a5a1, but maybe not, or maybe not all variations. Will look. I suspect this one is tricky though, no promises.
The text was updated successfully, but these errors were encountered: