Jonathan
Jonathan
If you don't want to wait, it's probably possible to do this manually using API calls. There is discussion here on how to script sending information from Google Takeout json...
It sounds like it isn’t finding the expected Google takeout files. You can specify where the takeout directory is using the command line arguments described in the readme. Note this...
I also noticed you’re on a Mac. If everything else I mentioned above is being run correctly, you may need to try installing an updated version of Bash for that...
Okay, I've had a chance to sit down, read your logs more carefully, and compare them against what the script is doing and expecting. What jumps out at me is...
Nemo used to work for me as well, but I'm seeing the same "there was an error with the local ollama instance, so it has been reset" error when trying...
Here's the full error message I get in my terminal in case it's useful: ``` ERROR [window.py | run_message] ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) Exception in thread...
Just a quick update: I tried again with v5.2.0 but Nemo still isn't happy. The terminal output gives less information than it did previously: `ERROR [instance_manager.py | generate_message] Connection error.`...
I'd try running it without the conf file and, instead, use the interactive prompts. The Mac could possibly be parsing the file weirdly. Aside from that, there could be unusual...
Here's an older issue where someone had the same problem. They suspected a reverse proxy issue and solved it using their local IP: https://github.com/inthreedee/photoprism-transfer-album/issues/6
Glad that fixed the issue. Can you please write the solution over in that first thread on photoprism's side so others who may end up there with that issue can...