KonradIT/bereal-timelapse

error

Closed this issue · 3 comments

Could find no file with path 'output/render_%d.jpg' and index in the range 0-4
output/render_%d.jpg: No such file or directory

images not download

I also had this issue, if you're on Windows you need to patch the cmd/render.go file

code := strings.Replace(text, "\n", "", -1)

Add the following line after L61:

code = strings.Replace(code, "\r", "", -1)

Fixed in 45ad8e3 thanks to @Tomy2e

now working perfect