ddshd
IImmich
•Created by ddshd on 10/17/2023 in #help-desk-support
Error with memories on mobile app
#0 AssetApi.getMemoryLane (package:openapi/api/asset_api.dart:1062)<asynchronous suspension> #1 MemoryService.getMemoryLane (package:immich_mobile/modules/memories/services/memory.service.dart:25) <asynchronous suspension> #2 memoryFutureProvider.<anonymous closure> (package:immich_mobile/modules/memories/providers/memory.provider.dart:9) <asynchronous suspension> #3 FutureHandlerProviderElementMixin.handleFuture.<anonymous closure>.<anonymous closure> (package:riverpod/src/async_notifier/base.dart:337) <asynchronous suspension>
8 replies
IImmich
•Created by ddshd on 8/21/2023 in #help-desk-support
Access Docker ports on Windows from local network
Sorry I don't use Docker on windows a lot so I'm not sure how it works...
- I have Docker engine installed with WSL2 as the backend
- I have installed just the ML container on the Windows host
- The windows host is on the same local network as my immich server
I can access
http://localhost:3003
but not https://<local_ip>:3003
on either the Windows machine itself or from other device on the network.
I thought it might be a firewall issue but disabling the firewall didn't do anything. Even if it were a firewall issue, https://<local_ip>:3003
should work on the Windows machine itself.
Any suggesstions?2 replies
IImmich
•Created by ddshd on 8/6/2023 in #help-desk-support
Unable to start simulator with latest code in `main`
I'm getting the following error when trying to start the simulator with flutter on VSCode:
I've ran
flutter pub get
already. Not sure if it's something I'm doing wrong5 replies
IImmich
•Created by ddshd on 7/2/2023 in #help-desk-support
immich CLI import 500 internal server error
Getting this error for all the files when imported using the CLI (from within
immich-server
)
immich upload --key key --server http://immich-proxy:8080/api -r /mnt/b2/PPTestd/ --import
7 replies