KonradIT / bereal-timelapse

Generates a timelapse from your BeReal memories
Other
13 stars 3 forks source link

error #1

Closed witchfindertr closed 1 year ago

witchfindertr commented 2 years ago

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

Tomy2e commented 2 years ago

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

https://github.com/KonradIT/bereal-timelapse/blob/156bcef140c9c1ef4dd1f8a43a1eac6ca363eb18/cmd/render.go#L61

Add the following line after L61:

code = strings.Replace(code, "\r", "", -1)
KonradIT commented 2 years ago

Fixed in 45ad8e3c69b45bef1ba8a7d9ad0cb7c45eee460d thanks to @Tomy2e

witchfindertr commented 2 years ago

now working perfect