A lot of not syncronized screenshots
Using logs from cattr-queue-1 - I see that only if App\Jobs\GenerateScreenshotThumbnail was done - screenshot made
I set to do it every minute. Why it is not working correctly?
@amazing-cat I will be very grateful for your help
@vermorag I will be very grateful for your help
@timur-harin Hello. Can you please check the following:
- only screenshots are missing or the interval itself?
- Do client app logs say something useful? They can be found here #154
- Near the logs
../db/main.dbyou can find db file with can help you identify if interval are missing or not.
@DanilShapilov, Thanks you for your response
- Only screenshots, time intervals always sinchronized
- cat: /root/.config/cattr/logs: No such file or directory but I can provide logs from docker containers, because I used docker-compose install
- same as 2nd
@timur-harin 2nd and 3rd related to https://github.com/cattr-app/desktop-application, logs and db files are on your OS, not docker.
When you click on , do you see same sad face in modal or a screenshot?
It's weird that some screenshots were uploaded successfully, if you used standard docker compose, try to change backed folder permission https://github.com/cattr-app/server-application/blob/main/docker-compose.yml#L10
If Desktop app says "not synchronized" but we have interval on the server, this means there is an error when Desktop app tries to upload interval+screenshot. Laravel logs should help identify the problem.
Also, if you have tried to install cattr before Jul 11, 2023 , there was a bug with similar behavior, clear docker cache.