staticgen
staticgen copied to clipboard
error saving error=context canceled
Prerequisites
- [x] I searched to see if the issue already exists.
Description
When attempting to use staticgen against a live site, it runs for some time and then I get this:
ERROR[0008] error saving error=context canceled url=https://mydomain/somepath/file.pdf
ERROR[0008] error saving error=context canceled url=https://mydomain/somepath/other-file.pdf
FATAL[0008] error: crawling: &{%!w(string=stopping: &{%!w(string=getting process group id: %!w(syscall.Errno=3))})}
INFO[0008] Stopping server, sending SIGTERM
Note the domain is obfuscated here and below. I'll DM the real domain in slack.
Steps to Reproduce
Use this static.json
{
"command": "true",
"url": "https://mydomain/"
}
Then run staticgen
hmm did you try without command
? I don't think I have it documented, but you can omit that entirely if you're running an external server
Just did... same issue, unfortunately. I sent you the real domain in apex slack.