ghost-static-site-generator
ghost-static-site-generator copied to clipboard
ERROR: null when running gssg
thank for maintaining this package!
these are the versions i am using:
- gssg 1.0.1
- ghost 3.42.0
- ghost cli 1.16.0
when i execute gssg, it fails with ERROR: null
.
$ ghost --version
Ghost-CLI version: 1.16.0
Ghost version: 3.42.0 (at /var/lib/ghost)
$ gssg --url https://mydomain.com --fail-on-error --silent
Fetching: http://localhost:2368/sitemap.xsl
Fetching: http://localhost:2368/sitemap.xml
Fetching: http://localhost:2368/sitemap-pages.xml
Fetching: http://localhost:2368/
ERROR: null
Using Command: wget -q --recursive --timestamping --page-requisites --no-parent --no-host-directories --restrict-file-name=unix --trust-server-names --directory-prefix static --content-on-error http://localhost:2368/
any clue what is wrong?
I'm running into the same situation.
Ghost-CLI version: 1.17.3 Ghost version: 4.6.4 (at C:\wamp64\www\ghost) GSSG version: 1.0.1
Same issue!
Hey Guys,
I've just released a new version, v1.1.4
can you try that version and see if you still have any issues.
Thanks
I've just released a new version,
v1.1.4
can you try that version and see if you still have any issues.
@Fried-Chicken issue still happens
$ gssg --version
1.1.4
$ node --version
v14.18.3
$ npm --version
6.14.15
$ ghost --version
Ghost-CLI version: 1.18.1
Ghost version: 4.32.2 (at /var/lib/ghost)
The same thing was happening to me on Windows even though I have all the tools properly installed, On Linux seems to work (using WSL2).
I've fixed this bug in my fork of ghost-static-site-generator! https://github.com/itsignacioportal/ghost-static-site-generator/