manuke42

Results 7 comments of manuke42

I had similar issues with a nginx reverse proxy. The logcat didn't show the return message of the server as it could not be Json decoded (html page, thus the...

If you uploaded some photos via the CLI and then try to upload some of the same photos from mobile uploads them, too, but the server rejects the upload due...

I found a new entry in the yml file of f-droid since version 1.47.0 [scandelete](https://gitlab.com/fdroid/fdroiddata/-/blob/4a08b257ccb4da1916565ea0df82a4f652e5d36b/metadata/app.alextran.immich.yml#L985) It seems to delete binary files in the mobile/.pub-cache where the isar .so library is...

I think I found a solution, but don't know whom to ask. I don't know by whom and how the F-Droid build script is managed. Maybe @fyfrey?

v1.53.0 is now available on f-droid with libisar included. For me it's working. You might try and report, so this issue can be closed.

Yes there was a wrong version released some days ago, but the version released today should work without reinstalling. Maybe one needs to clear cache of f-droid if the old...

it seems the _Schortcuts_ widget is not working correctly here. when i replace this line: https://github.com/krille-chan/fluffychat/blob/cc828411243d9c1293027e008a0f90c68c4c905b/lib/pages/chat/input_bar.dart#L404 with: `SingleActivator(LogicalKeyboardKey.enter): SubmitLineIntent(),` then it works correctly for me on linux. But I can't...