ddshd
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:
Error (Xcode): openapi/lib/model/add_users_dto.dart:23:5: Error: The getter '_deepEquality' isn't defined for the class 'AddUsersDto'.
add_users_dto.dart:23
Could not build the application for the simulator.
Error launching application on iPhone 14 Pro.
Error (Xcode): openapi/lib/model/add_users_dto.dart:23:5: Error: The getter '_deepEquality' isn't defined for the class 'AddUsersDto'.
add_users_dto.dart:23
Could not build the application for the simulator.
Error launching application on iPhone 14 Pro.
I've ran flutter pub get already. Not sure if it's something I'm doing wrong
5 replies
IImmich
Created by ddshd on 7/2/2023 in #help-desk-support
immich CLI import 500 internal server error
Error asset: {
file: '/mnt/b2/PPTestd/MP4/IMG_0037.MP4',
reason: Error: Request failed with status code 500
at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15)
at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:17:12)
at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:322:11)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
config: {
transitional: [Object],
adapter: [Function: httpAdapter],
transformRequest: [Array],
transformResponse: [Array],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: Infinity,
maxBodyLength: Infinity,
validateStatus: [Function: validateStatus],
headers: [Object],
method: 'post',
maxRedirects: 0,
url: 'http://immich-proxy:8080/api/asset/import',
data: '{"deviceAssetId":"IMG_0037.MP4-2363969","deviceId":"CLI","assetType":"VIDEO","fileCreatedAt":"2023-01-07T05:22:16.474Z","fileModifiedAt":"2023-01-07T05:22:16.474Z","isFavorite":"false","fileExtension":".MP4","duration":"0:00:00.000000","isReadOnly":"true","assetPath":"/mnt/b2/PPTestd/MP4/IMG_0037.MP4"}'
},
response: { statusCode: 500, message: 'Internal server error' }
}
Error asset: {
file: '/mnt/b2/PPTestd/MP4/IMG_0037.MP4',
reason: Error: Request failed with status code 500
at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15)
at settle (/usr/src/app/node_modules/axios/lib/core/settle.js:17:12)
at IncomingMessage.handleStreamEnd (/usr/src/app/node_modules/axios/lib/adapters/http.js:322:11)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
config: {
transitional: [Object],
adapter: [Function: httpAdapter],
transformRequest: [Array],
transformResponse: [Array],
timeout: 0,
xsrfCookieName: 'XSRF-TOKEN',
xsrfHeaderName: 'X-XSRF-TOKEN',
maxContentLength: Infinity,
maxBodyLength: Infinity,
validateStatus: [Function: validateStatus],
headers: [Object],
method: 'post',
maxRedirects: 0,
url: 'http://immich-proxy:8080/api/asset/import',
data: '{"deviceAssetId":"IMG_0037.MP4-2363969","deviceId":"CLI","assetType":"VIDEO","fileCreatedAt":"2023-01-07T05:22:16.474Z","fileModifiedAt":"2023-01-07T05:22:16.474Z","isFavorite":"false","fileExtension":".MP4","duration":"0:00:00.000000","isReadOnly":"true","assetPath":"/mnt/b2/PPTestd/MP4/IMG_0037.MP4"}'
},
response: { statusCode: 500, message: '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