[Bug report] Rendering process failed after upgrade to 0.46.3 #1899
Replies: 7 comments
-
When trying to sync with the server a js error shows up: |
Beta Was this translation helpful? Give feedback.
-
@carstenfeller - thank you for reporting this. I have prepared a hot fix (build 17009), @bobmitro will sign the file and release it in nearest few hours |
Beta Was this translation helpful? Give feedback.
-
@dziudek Wow, that was fast... |
Beta Was this translation helpful? Give feedback.
-
That's exactly what happened to me, I had to go back to the previous version. |
Beta Was this translation helpful? Give feedback.
-
Okay, guys. The new build 17009 (Windows only) has been released. You can download it from the download page. |
Beta Was this translation helpful? Give feedback.
-
Amazingly quick fix.. Merry Christmas all and thanks for that quick fix. |
Beta Was this translation helpful? Give feedback.
-
Can confirm, this is working again with Version: 0.46.3 (build 17009). @dziudek just fyi: there's a delay from 3 to 15 seconds on some websites at "copying files 80 %" rendering, that's where the error showed up on 17008, with pretty decent cpu load rendering-process-log: CONFIG: 21.571ms On 0.46.2 this was done in 3 - 5 seconds. |
Beta Was this translation helpful? Give feedback.
-
Operating system
Win 11
Publii version
Version: 0.46.3 (build 17008)
Issue type
Application
Bug description
Rendering process failed
An error (1002) occurred during parsing index.hbs file.
The partial head could not be found
Error: The partial head could not be found
at Object.invokePartial (C:\Users\XXX...XXX\AppData\Local\Programs\Publii\resources\app.asar\node_modules\handlebars\dist\cjs\handlebars\runtime.js:332:11)
at Object.invokePartialWrapper [as invokePartial] (C:\Users\XXX...XXX\AppData\Local\Programs\Publii\resources\app.asar\node_modules\handlebars\dist\cjs\handlebars\runtime.js:84:39)
at Object.eval [as main] (eval at createFunctionContext (C:\Users\XXX...XXX\AppData\Local\Programs\Publii\resources\app.asar\node_modules\handlebars\dist\cjs\handlebars\compiler\javascript-compiler.js:262:23), :10:31)
at main (C:\Users\XXX...XXX\AppData\Local\Programs\Publii\resources\app.asar\node_modules\handlebars\dist\cjs\handlebars\runtime.js:208:32)
at ret (C:\Users\XXX...XXX\AppData\Local\Programs\Publii\resources\app.asar\node_modules\handlebars\dist\cjs\handlebars\runtime.js:212:12)
at ret (C:\Users\XXX...XXX\AppData\Local\Programs\Publii\resources\app.asar\node_modules\handlebars\dist\cjs\handlebars\compiler\compiler.js:519:21)
at Renderer.renderTemplate (C:\Users\XXX...XXX\AppData\Local\Programs\Publii\resources\app.asar\back-end\modules\render-html\renderer.js:2158:22)
at Renderer.generateFrontpage (C:\Users\XXX...XXX\AppData\Local\Programs\Publii\resources\app.asar\back-end\modules\render-html\renderer.js:790:43)
at Renderer.generateWWW (C:\Users\XXX...XXX\AppData\Local\Programs\Publii\resources\app.asar\back-end\modules\render-html\renderer.js:238:18)
at Renderer.renderFullPreview (C:\Users\XXX...XXX\AppData\Local\Programs\Publii\resources\app.asar\back-end\modules\render-html\renderer.js:193:20)
Steps to reproduce
Update 0.46.3 over existing 0.46.2 chose a website (happens on all of them with different themes and plugins) and click "Preview your changes".
Relevant log output
Beta Was this translation helpful? Give feedback.
All reactions