lgraubner/sitemap-generator-cli

Returns null when trying to crawl

shaicoleman opened this issue · 1 comments

$ sitemap-generator https://forum.colemak.com/
null
$ sitemap-generator -d https://forum.colemak.com/
Site "https://forum.colemak.com/" could not be found

Ubuntu 16.04 x64
NodeJS 6.3.0
sitemap-generator-cli@4.1.0
sitemap-generator@4.1.1

Other subdomains on the same server seem to work OK:

$ sitemap-generator -d https://chat.colemak.com/
[ OK ] https://chat.colemak.com/
Added 1 pages, ignored 0 pages, encountered 0 errors.

Duplicate of the below:
lgraubner/sitemap-generator#2