ERROR: null when running gssg
See original GitHub issuethank 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?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
GSSContext with null SrcName - java - Stack Overflow
It seems that the context is not fully established when you are trying to get SrcName. It seems to be the reason for...
Read more >Static site (wget issue?) - Developer help - Ghost Forum
Two static site generation tools I've found, gssg and gui operate on ... http://localhost:2368/sitemap.xsl ERROR: null Using Command: wget ...
Read more >Longevity of insulin receptor substrate1 null mice is not ... - NCBI
Insulin receptor substrate-1 null (Irs1 −/− ) mice are long lived and importantly ... GSH and GSSG levels, run in duplicate, were determined...
Read more >Longevity of insulin receptor substrate1 null mice is not ...
GSH and GSSG levels, run in duplicate, were determined in a 96-well microtiter plate as in Rahman et al. (2006). For.
Read more >GSSG-induced Mfn2 oligomers through Cysteine 684 are ...
Mitochondria were isolated, treated with 0.5 mM GSSG and Mfn2 oligomers observed by ... error bars show mean+s.d. BSO, L-buthionine-sulfoximine; GSSG, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
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).