Tor Arne Vestbø
Tor Arne Vestbø
``` Error: Traceback (most recent call last): File "/Users/torarne/dev/osxphotos/osxphotos/fileutil.py", line 308, in copy shutil.copy(str(src), str(dest)) File "/opt/homebrew/Cellar/[email protected]/3.11.7_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/shutil.py", line 419, in copy copyfile(src, dst, follow_symlinks=follow_symlinks) File "/opt/homebrew/Cellar/[email protected]/3.11.7_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/shutil.py", line 256, in copyfile...
Worked after giving `iTerm` permission to access Photos in the system settings. Worth an explicit check in the code for this scenario with a user-friendly error message perhaps?
Ah, right. I had probably run some command prior to this that tried to access the photo library directory, and I had denied it. Perhaps `osxphotos` can stat or touch...
[osxphotos_crash.log](https://github.com/RhetTbull/osxphotos/files/15286043/osxphotos_crash.log)
Ah, thanks, that makes sense :) Perhaps it should also give a warning, in addition to the empty value (non-crash), as users might think it's working if there is no...
Relates to #6875
I'm on version 1.80.2, and tried to remove `--tun userspace-networking` and switch to `--socket=/var/run/tailscale/tailscaled.sock`, but I don't see any `tailscale0` interface after bringin up Tailscale again. Should I have?
``` root@Ruteren:~# /usr/bin/ubnt-device-info summary Device information summary: Subsystem ID: a69a Family: UniFi Dream Machine (UDM) Model: UniFi Cloud Gateway Max (UCGMAX) Default MAC address: xxxxxx Default IPv4 address: 127.0.0.1 Firmware:...
Ah! After `systemctl restart tailscaled` I now have the interface!
However without user-space networking, I can ping/reach hosts on the LAN (routed subnet), but I can't reach the router's DNS for some reason. I can ping and SSH into the...