Closed coffeemonk closed 3 days ago
Actually, this is happening on startup, before the UI is even launched in a browser or processing is initiated...
@mtalcott Wanted to follow up on this one. I have managed to get it running and processing duplicates. I think the issue was that I was attempting to use colima in place of docker desktop. I had used colima with success for other local-machine docker stuff, but I think in this case there's some incompatibility at work. I'm no docker expert, so I couldn't say for sure.
Okay, I haven't tested with anything besides Docker Desktop.
The worker is set up to run debugpy for dev purposes, but it's not essential to running the app. It's mapped to port 5679 (one off from the default) but that could have been in use on your machine. If you or anyone else runs into this again you can try commenting out these lines then running docker compose up
: https://github.com/mtalcott/google-photos-deduper/blob/087a9edf3c73b49b38dd114b4c071d70aec7b329/docker-compose.yml#L69-L70
I've had no success yet getting the deduper to successfully process my library after running all day and night. Trying again today, I'm seeing in the terminal the following error:
This error appears to be getting written out once for every time something like the following appears:
It's kind of hard to follow in the terminal as the output just keeps piling up.