chilli-axe / mpc-autofill

Print automation software (leveraging MakePlayingCards) for your tabletop gaming community
https://mpcautofill.github.io
GNU General Public License v3.0
215 stars 97 forks source link

An uncaught exception occurred when attempting to download 'XYZ': string argument should contain only ASCII characters #159

Closed ndepaola closed 1 year ago

ndepaola commented 1 year ago

firstly - this should only happen on a small number of images in a given project and will not cause the tool to stall (unlike in previous releases where the thread would just die when this happens). if this happens to you, download the image/s manually from the frontend and upload them into your order after the tool's finished.

this exception happens occasionally when the image content endpoint returns a 404 page. our error handling considers a request to be successful if the status != 500; rather, it should consider a request to be successful if the status == 200. trivial fix that I'll include in the next release.

karlkilden commented 1 year ago

Got this problem now with latest release