Image on webpage different from local #832
-
I was able to get everything setup and working, but the live images that are ftp'ing to my external website are different & broken from what is showing on my local interface. I appreciate any ideas on how to fix. I imagine they are in ftp settings, but cannot figure out where I have gone wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
@pcfreeman1 The timestamp on the images is different. Can you compare a images with the same timestamp? |
Beta Was this translation helpful? Give feedback.
-
It was at the default of 5000 or 5 seconds. I had to increase it to 60000 to get it to work. |
Beta Was this translation helpful? Give feedback.
-
@pcfreeman1, wow, 5 seconds is usually more than enough to save an image. |
Beta Was this translation helpful? Give feedback.
-
@pcfreeman1 350 ms is long for a Pi 4. You may have a slower SDcard - I bought a fast on which I am sure is one reason my Pi 4 saves in about 50 ms. A slow uplink could definately cause a problem. I have a couple things on my "to do" list that should resolve that. |
Beta Was this translation helpful? Give feedback.
@pcfreeman1 The timestamp on the images is different. Can you compare a images with the same timestamp?
A couple things come to mind.
It's possible the image is being overwritten on the Pi as its being uploaded. Look in the Wiki for troubleshooting uploads. You can try uploading am image manually to rule out an issue with lftp.
Look in /var/log/lighttpd/error.log for any "truncated" message - that means the web server tried to read a file as it was being updated.
What are your daytime and nighttime delays? You may need to increase them. I think the Wiki has something about that as well.