ghost-static-site-generator icon indicating copy to clipboard operation
ghost-static-site-generator copied to clipboard

ERROR: null when running gssg

Open electriquo opened this issue 3 years ago • 5 comments

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?

electriquo avatar Mar 14 '21 06:03 electriquo

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

zaksquatch avatar Jun 06 '21 08:06 zaksquatch

Same issue!

VimalMollyn avatar Nov 14 '21 08:11 VimalMollyn

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

SimonM0 avatar Jan 11 '22 20:01 SimonM0

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)

electriquo avatar Jan 14 '22 06:01 electriquo

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).

dominioncfg avatar Jan 30 '22 18:01 dominioncfg

I've fixed this bug in my fork of ghost-static-site-generator! https://github.com/itsignacioportal/ghost-static-site-generator/

ItsIgnacioPortal avatar Jan 14 '23 10:01 ItsIgnacioPortal