Hugo Error while rendering “page”

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Hugo Error while rendering “page”



I started a site using Hugo and the Minimo theme. I set the site up and it worked just fine in both my computers (one is a Windows and the other one is a Mac). However, when the other author tried to use the render_site() command, it throws the following error:


render_site()


Building sites … ERROR 2018/08/11 22:49:17 Error while rendering "page" in "post\": template: _default/single.html:1:3: executing "_default/single.html" at <partial "header" .>: error calling partial: template: partials/header.html:10:7: executing "partials/header.html" at <partial "sidebar/sid...>: error calling partial: template: partials/sidebar/sidebar.html:10:6: executing "partials/sidebar/sidebar.html" at <partial "extras/widg...>: error calling partial: template: partials/extras/widget_area.html:7:8: executing "partials/extras/widget_area.html" at <partial (print "widg...>: error calling partial: template: partials/widgets/taxonomy_cloud.html:18:5: executing "partials/widgets/taxonomy_cloud.html" at <partial "extras/taxo...>: error calling partial: template: partials/extras/taxonomy_cloud.html:32:24: executing "partials/extras/taxonomy_cloud.html" at <$Site.GetPage>: error calling GetPage: too many arguments to .Site.GetPage: [taxonomyTerm tags apresentação]. Use lookups on the form .Site.GetPage "/posts/mypage-md"
Building sites … ERROR 2018/08/11 22:49:18 Error while rendering "page" in "post\": template: _default/single.html:1:3: executing "_default/single.html" at <partial "header" .>: error calling partial: template: partials/header.html:10:7: executing "partials/header.html" at <partial "sidebar/sid...>: error calling partial: template: partials/sidebar/sidebar.html:10:6: executing "partials/sidebar/sidebar.html" at <partial "extras/widg...>: error calling partial: template: partials/extras/widget_area.html:7:8: executing "partials/extras/widget_area.html" at <partial (print "widg...>: error calling partial: template: partials/widgets/taxonomy_cloud.html:18:5: executing "partials/widgets/taxonomy_cloud.html" at <partial "extras/taxo...>: error calling partial: template: partials/extras/taxonomy_cloud.html:32:24: executing "partials/extras/taxonomy_cloud.html" at <$Site.GetPage>: error calling GetPage: too many arguments to .Site.GetPage: [taxonomyTerm tags apresentação]. Use lookups on the form .Site.GetPage "/posts/mypage-md"
The system cannot find the path specified.
Error in shell(cmd, mustWork = TRUE, intern = intern) :
'"C:UserspedroAppDataRoamingHugohugo.exe" -b / -D -F -d "public" -t minimo' execution failed with error code 1
In addition: Warning messages:
1: running command '"C:UserspedroAppDataRoamingHugohugo.exe" -b / -D -F -d "public" -t minimo' had status 65535
2: running command '"C:UserspedroAppDataRoamingHugohugo.exe" -b / -D -F -d "public" -t minimo' had status 65535
3: running command 'C:WINDOWSsystem32cmd.exe /c "C:UserspedroAppDataRoamingHugohugo.exe" -b / -D -F -d "public" -t minimo' had status 1



I've tried my best to reproduce, but to no avail. We've tried changing directories (he was using it in Google Drive, and we thought I could be the symlink issue). I don't have this problem in any of my computers.



I don't know if this is useful, but: both my computers run in portuguese and the other author uses a computer in english.



Thanks in advance





Not sure if this the problem but Minimo theme requires high hugo version (can't remember exactly but needed > v0.33; v0.46 worked fine with it). Maybe check your friend's hugo version? (blogdown::hugo_version())
– Emi
Aug 12 at 21:27


blogdown::hugo_version()





Everything is updated, that was one of the first things we tried. Thanks anyway.
– Daniel Coutinho
Aug 12 at 22:30




1 Answer
1



Downgrading solved the problem. There was some update in the theme that just works with the new versions, so that must take care of it.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

How to determine optimal route across keyboard