Open volkerwestphal opened 1 year ago
Hi, thanks for reporting this. This issue is not there in the latest pre-release 2.0.0-rc-1 version. Can you try that one out and confirm?
Commands are a bit different in that version.
I tried kindle-send send https://matt.might.net/articles/hello-perceptron/
and was able to send the epub.
Then I tried kindle-send download https://matt.might.net/articles/hello-perceptron/
and was able to download the correct epub.
Hi,
the new version of kindle-send still refuses to download, giving the "SKIPPING https://matt.might.net/articles/hello-perceptron/ : Error retrieving ..." message.
But I think I have an idea why. There is nothing special about this blog post. It just includes an ad and I have a DNS-based ad blocker in place (network-based). My computer is unable to resolve the DNS name for ws-na.amazon-adsystem.com.
I checked the blog post in a browser. Developer tools show that the browser simply skips over the unresolveable URLs and displays the blog without the missing image.
Looks like kindle-send actually requires all elements of a page to be available. Is this something to reconsider?
Got it, will debug this further and push the fix in few days.
Describe the bug Kindlesend stops processing after errors encountered while parsing the url https://matt.might.net/articles/hello-perceptron/.
To Reproduce Steps to reproduce the behavior: $ kindle-send.exe -dry-run -title temp -url https://matt.might.net/articles/hello-perceptron/
Expected behavior Kindlesend should send the content of this web page, regardless of the incorrectly linked image
Screenshots
Desktop (please complete the following information): Version: v1.0.3 BuildDate: 2022-09-27T06:47:46Z Platform: windows/amd64
Additional context The issue was detected on June 20, 2023. The website might change or update it's content.