• mrl1@jlai.lu
    link
    fedilink
    English
    arrow-up
    27
    ·
    3 天前

    I love these guys so much, what they are doing is truly incredible. Immich is how I started self hosting and they’ll be the first 100 bucks I take off my first big boy paycheck.

  • madjo@feddit.nl
    link
    fedilink
    English
    arrow-up
    13
    ·
    3 天前

    Ever since the upgrade to 2.0 I’ve been unable to sync the photos on my phone. “Sync failed, cannot process backup” and I don’t know why.

      • madjo@feddit.nl
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        2 天前

        Went into the app’s logs (tap your icon in the upper right corner and choose Logs)

        And in my case it’s a database issue:

        SqliteException(787): while executing statement, FOREIGN KEY constraint failed, constraint failed (code 787) Causing statement: INSERT INTO “remote_exif_entity” (“asset_id”, “city”, “state”, “country”, “date_time_original”, “description”, “height”, “width”, “exposure_time”, “f_number”, “file_size”, “focal_length”, “latitude”, “longitude”, “iso”, “make”, “model”, “lens”, “orientation”, “time_zone”, “rating”, “projection_type”) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ON CONFLICT(“asset_id”) DO UPDATE SET “city” = ?, “state” = ?, “country” = ?, “date_time_original” = ?, “description” = ?, “height” = ?, “width” = ?, “exposure_time” = ?, “f_number” = ?, “file_size” = ?, “focal_length” = ?, “latitude” = ?, “longitude” = ?, “iso” = ?, “make” = ?, “model” = ?, “lens” = ?, “orientation” = ?, “time_zone” = ?, “rating” = ?, “projection_type” = ?, parameters: ffc547f5-78ad-42b9-856b-fdd9df8f6586, placename, state, country, 2025-05-24T14:43:35.000Z, , 1440, 1920, null, null, 3850688, null, 00.0000, 00.0000, null, Apple, iPhone 16 Pro, null, 1, Europe/Brussels, null, null, placename, state, country, 2025-05-24T14:43:35.000Z, , 1440, 1920, null, null, 3850688, null, 00.0000, 00.0000, null, Apple, iPhone 16 Pro, null, 1, Europe/Brussels, null, null.

        (redacted lat/long positions a bit)

        I think I’m going to reinstall. This issue is over my paygrade.

        • WhyJiffie@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          5
          ·
          edit-2
          2 天前

          the log message contains coordinates and city names, you may want to redact it.

          also this is a database issue in the app. what version is this? you should probably report it, but with a redacted log line before you publish where you live

          • madjo@feddit.nl
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 天前

            the app version is also 2.0.0 on iOS, upgraded from the previous version.

            So this isn’t a database issue on the server? But one in the app?

            • BCsven@lemmy.ca
              link
              fedilink
              English
              arrow-up
              2
              ·
              2 天前

              I upgraded from a pre 1.32 server, and needs an update to a 1.33 to 1.36 server version and opening app once before moving to server 2.0. So it could definitely be the server database end. It does an auto migrate of server database with the proper steps.

            • WhyJiffie@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 天前

              yeah, it must be an app issue. log out and reinstall, and then set up the tracked albums again and it should work.

      • madjo@feddit.nl
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 天前

        Apparently I have a database issue. It tries two photos and both fail with a foreign key error and then the process stops. I had deleted both photos it initially complained about, but then it complained about the next two. I fear I’m going to have to reinstall.

  • southernbeaver@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    3 天前

    I self host immich and I love it. I just wish Google would leave it’s permissions alone and I wouldn’t have to interact with it or it’s permissions would be revoked.

      • artyom@piefed.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 天前

        They have a PeerTube instance but they don’t mirror it. They must be uploading them manually for some reason, so they’re delayed.

    • rollerbang@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 天前

      There’s no reason there wouldn’t be a possibility. Maybe more effort, but simply duplicate what it does. Or launch in Docker and analyze how it’s done, then reproduce.

      • AtariDump@lemmy.world
        link
        fedilink
        English
        arrow-up
        12
        ·
        3 天前

        If they’re like me, I get the why.

        When I started out, docker just seemed like more of a complication. I wanted to just run things on the local system without having to learn something else.

        Docker makes it nice in that there are no dependencies conflicts and things just work. Plus, removal is easy an leaves no trace.

        • madcaesar@lemmy.world
          link
          fedilink
          English
          arrow-up
          12
          ·
          3 天前

          When I first learned about docker I was sure it was a scam. It sounded too good to be true. It’s literally the meme it only works on my computer so we’ll ship your computer!

          It’s awesome! And still feels like magic!

  • Sips'@slrpnk.net
    link
    fedilink
    English
    arrow-up
    9
    ·
    3 天前

    This is huge! Been wanting to spin up immich for a good while and this will defo put it higher on my todo list!