Manav Rathi
Manav Rathi
It is a permissions issue. macOS doesn't like the app trying to access `~/Pictures/Photos Library.photoslibrary`. > remote method 'fsFindFiles': Error: EPERM: operation not permitted, scandir '~/Pictures/Photos Library.photoslibrary' This error would...
No worries about bumping! While I don't have any specific update to add, the information you shared does help - it does seem likely that this could be related to...
Indeed! I asked Codex > Root Cause > > - v1.2.4 is the first Android release built with Flutter 3.32.8 (`apps/photos/pubspec.lock`), whereas v1.2.3 still targeted Flutter 3.29.x. Flutter 3.32 switches...
Related issues - https://github.com/ente-io/ente/issues/7646 - https://github.com/ente-io/ente/issues/6976 - https://github.com/ente-io/ente/issues/4100
Do you mean "The Next.js plugin was not detected in your ESLint configuration."? This is a harmless warning, you can ignore it.
Your `node` process is running out of memory (`yarn build` calls `next build` which internally uses `node`). I can't say much why that is happening. Perhaps there might be some...
Logout on close shouldn't be happening, something else is wrong. Maybe the app can't write its db (`~/.config/ente`). There will be likely be some hints in the logs why this...
You didn't mention it was self hosted! That might be what's causing the issue. And these are not the logs you want. You want to understand why the client (desktop)...
Yes, line 2 indicates the issue. My first guess would be that the secret storage on your OS is not setup properly, and is giving back a different secret than...
Re the logs: You're right, unredacted log files shouldn't be shared here. I understand the concern with file names in logs (which is why the app calls this out in...