Closed xplosionmind closed 1 year ago
So this looks like a busted URL to me. If you look at the error message it reports pixelfed.org'
. Notice the stray single quote at the end of the host name. Can you just the link in the markdown text or wherever it's present to see if it's malformed?
As mentioned in #162, the issue persist. Formatting is correct, 100% sure.
Note: in .jekyll-cache/webmention_io_outgoing.yml
I see some links ending with a '
which should not be there. Content of the file is here.
I just checked the source file and I see you're using HTML-style links instead of markdown links, which is almost certainly confusing some regular expression somewhere... I'll poke around and see if I can find the root cause, but the original code was almost certainly not written with that in mind!
Edit: Scratch that, I think the real issue is that the URLs are wrapped in single quotes, and the current regex doesn't account for that. Probably a minor fix, just working to replicate the issue, now, so I can test.
@xplosionmind Alright, I was able to replicate the issue in a small test site and pushed a fix. Feel free to pull the main branch and give 'er a try.
Uhm… I think there still is some sort of error, though not the same. Now no Webmentions at all are sent, when running bundle exec jekyll webmention
:
Configuration file: /Users/tommi/tommi.space/_config.yml
[jekyll-webmention_io] Getting ready to send webmentions (this may take a while).
[jekyll-webmention_io] 0 webmentions sent.
The change I made only impacts the webmention gathering/queuing phase which occurs when you run a site build (i.e. bundle exec jekyll build
).
Can you check <cache>/webmention_io_outgoing.yml
to confirm there are outstanding webmentions that are queued to be sent?
Can you check
<cache>/webmention_io_outgoing.yml
to confirm there are outstanding webmentions that are queued to be sent?
Yes! There are! Is it normal that all of the links listed end with : false
? Does it mean that the destination website has not been pinged yet?
Yup, that's exactly what that means.
Closing this based on the previously pushed fix. If there's still an issue we can reopen or start a new ticket!
Error when running
bundle exec jekyll webmention
. Log: