New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the scheme https does not accept registry part: pixelfed.org' (or bad hostname?) (URI::InvalidURIError) #163
Comments
|
So this looks like a busted URL to me. If you look at the error message it reports |
|
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. |
Update the regex used to find URLs to account for single quotes in the pattern.
|
@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 |
|
The change I made only impacts the webmention gathering/queuing phase which occurs when you run a site build (i.e. Can you check |
Yes! There are! Is it normal that all of the links listed end with |
|
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:The text was updated successfully, but these errors were encountered: