MartinPacker / md2pptx

Markdown To PowerPoint converter
MIT License
206 stars 31 forks source link

MIssing web graphic gives 404 message. Should do better #114

Closed MartinPacker closed 2 years ago

MartinPacker commented 2 years ago

Local missing images give a better error message than 404. An actual 404 should be more in line with this.

MartinPacker commented 2 years ago

Actually a non-existent host causes an even worse response. I just coded to handle the socket error that one causes. (Not pushed as I need to do more.)

MartinPacker commented 2 years ago

Neither a non-existent Web site nor a missing file on a valid Web site cause md2pptx to terminate.

Also if there is an HTTP error code it's printed.

Pushed.

MartinPacker commented 2 years ago

Fixed and shipped in v3.0.1.