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
Describe the bug
When a website contains an embedded image, but the image resource is unavailable, kindle-send handles the situation differently on Linux and Windows.
On Linux. the message is reasonable. After raising this message, kindle-send creates a non-empty epub file.
On Windows, the message seems off. kindle-send skipps not just the image, put the pages that includes the missing resource.
SKIPPING <pageurl> : Error retrieving <imageurl> from source:
open <imageurl>: Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch.
cannot get file, bad return code
missing data prefix
The german text means "syntax for the file name is invalid"
Describe the bug
When a website contains an embedded image, but the image resource is unavailable,
kindle-send
handles the situation differently on Linux and Windows.On Linux. the message is reasonable. After raising this message,
kindle-send
creates a non-empty epub file.On Windows, the message seems off.
kindle-send
skipps not just the image, put the pages that includes the missing resource.The german text means "syntax for the file name is invalid"
To Reproduce
On Linux:
On Windows:
Expected behavior
The behaviour of
kindle-send
on Linux seems right. It skips over non-existing resources and continues the job.Additional context
kindle-send
leaves an empty (zero byte length) epub file behind.The text was updated successfully, but these errors were encountered: