VizAlerts icon indicating copy to clipboard operation
VizAlerts copied to clipboard

Poor error handling merging pdfs incorrectly

Open mcoles opened this issue 6 years ago • 1 comments

I built a VizAlert to merge a bunch of PDFs, but left off the |filename parameter. The resulting error message was:

The following errors were encountered trying to process your alert:

General errors:

Unable to process task 42eb309e-13ca-460e-a369-1b16b6cf6918 from alert Vizalert, error: filename

We should handle this a little more nicely...

mcoles avatar May 07 '18 14:05 mcoles

One more error related to this. I had a % in the file name (accidentally using a URL-escaped string) and that was not included in the error text.

jdrummey avatar May 25 '18 11:05 jdrummey