Dear ceTe Software Support Team,
I am getting again following error again.
[10:52:22 ERR] Error Message==> Init failed. See previous errors.
[10:52:22 ERR] Error StackTrace==> at ceTe.DynamicPDF.HtmlConverter.Converter.#6lh()
at ceTe.DynamicPDF.HtmlConverter.Converter.<>c.#2Bp()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at ceTe.DynamicPDF.HtmlConverter.Converter.#fmh(String #hmh, Uri #imh, Boolean #jmh, ConversionOptions #gmh)
at ceTe.DynamicPDF.HtmlConverter.Converter.#lsi.#Jsh.#pm()
--- End of stack trace from previous location ---
at ceTe.DynamicPDF.HtmlConverter.Converter.ConvertAsync(String inputHtml, Uri basePath, ConversionOptions conversionOptions)
Earlier it was working.
Integration:
try
{
Converter.ChromiumProcessPath = "../usr/bin/chromium";
Converter.TemporaryDirectory = "dpdfTemp";
Here(l => l.LogTrace("ChromiumProcessPath =>{ChromiumProcessPath}", Converter.ChromiumProcessPath));
return await Converter.ConvertAsync(htmlContent);
}
catch (Exception ex)
{
Here(l => l.LogError("Error Message==> {Message}", ex.Message));
Here(l => l.LogError("Error StackTrace==> {StackTrace}", ex.StackTrace));
return null;
}
Regards,
Md Shafique Ziya