Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osxphotos compare doesn't work with iPhoto library #1779

Open
RhetTbull opened this issue Jan 13, 2025 · 0 comments
Open

osxphotos compare doesn't work with iPhoto library #1779

RhetTbull opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@RhetTbull
Copy link
Owner

│ /Users/rhet/.local/share/uv/tools/osxphotos/lib/python3.13/site-packages/osxphotos/photosdb/phot │
│ osdb.py:145 in __init__                                                                          │
│                                                                                                  │
│    142 │   │                                                                                     │
│    143 │   │   # Check that we're not trying to open an iPhoto library                           │
│    144 │   │   if dbfile and is_iphoto_library(dbfile):                                          │
│ ❱  145 │   │   │   raise PhotosDBReadError(f"{dbfile} is an iPhoto library, not Photos")         │
│    146 │   │                                                                                     │
│    147 │   │   # Check OS version                                                                │
│    148 │   │   system = platform.system()                                                        │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
PhotosDBReadError: code/osxphotos/tests/Test-iPhoto-9.6.1.photolibrary is an iPhoto library, not Photos
@RhetTbull RhetTbull added the bug Something isn't working label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant