iOS app: Error while getting remote assets and FlutterError - Catch all
Hello! I’m getting errors in the iOS app but the web app is working perfectly.
Photos I take get uploaded to the server (and is visible in the web app) but in the iOS app the cloud icon in the app has a line through it. Also when I take a photo it takes a while before it shows in the iOS app but it’s already uploaded to the web app.
Also all my photos aren’t showing the iOS app. I’ve tried logging in and out. Restarting the server. Tried the host name url and the local ip url in the iOS app.
Running Immich via docker on truenas scale.
iOSlog
Error while getting remote assets
ApiException 400: HTTP connection failed: POST /sync/full-sync (Inner exception: ClientException: Bad file descriptor, uri=http://192.168.68.122:30041/api/sync/full-sync)
#0 IOClient.send (package:http/src/io_client.dart:156)
<asynchronous suspension>
#1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93)
<asynchronous suspension>
#2 ApiClient.invokeAPI (package:openapi/api_client.dart:96)
<asynchronous suspension>
#3 SyncApi.getFullSyncForUser (package:openapi/api/sync_api.dart:138)
<asynchronous suspension>
#4 AssetService._getRemoteAssets (package:immich_mobile/services/asset.service.dart:150)
<asynchronous suspension>
#5 SyncService._syncRemoteAssetsForUser (package:immich_mobile/services/sync.service.dart:267)
<asynchronous suspension>
#6 SyncService._syncRemoteAssetsFull (package:immich_mobile/services/sync.service.dart:257)
<asynchronous suspension>
#7 SyncService.syncRemoteAssetsToDb.<anonymous closure> (package:immich_mobile/services/sync.service.dart:92)
<asynchronous suspension>
#8 AsyncMutex.run.<anonymous closure> (package:immich_mobile/utils/async_mutex.dart:15)
<asynchronous suspension>
Library: image resource service
Context: Instance of 'ErrorDescription'
Photos I take get uploaded to the server (and is visible in the web app) but in the iOS app the cloud icon in the app has a line through it. Also when I take a photo it takes a while before it shows in the iOS app but it’s already uploaded to the web app.
Also all my photos aren’t showing the iOS app. I’ve tried logging in and out. Restarting the server. Tried the host name url and the local ip url in the iOS app.
Running Immich via docker on truenas scale.
iOSlog
Error while getting remote assets
ApiException 400: HTTP connection failed: POST /sync/full-sync (Inner exception: ClientException: Bad file descriptor, uri=http://192.168.68.122:30041/api/sync/full-sync)
#0 IOClient.send (package:http/src/io_client.dart:156)
<asynchronous suspension>
#1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93)
<asynchronous suspension>
#2 ApiClient.invokeAPI (package:openapi/api_client.dart:96)
<asynchronous suspension>
#3 SyncApi.getFullSyncForUser (package:openapi/api/sync_api.dart:138)
<asynchronous suspension>
#4 AssetService._getRemoteAssets (package:immich_mobile/services/asset.service.dart:150)
<asynchronous suspension>
#5 SyncService._syncRemoteAssetsForUser (package:immich_mobile/services/sync.service.dart:267)
<asynchronous suspension>
#6 SyncService._syncRemoteAssetsFull (package:immich_mobile/services/sync.service.dart:257)
<asynchronous suspension>
#7 SyncService.syncRemoteAssetsToDb.<anonymous closure> (package:immich_mobile/services/sync.service.dart:92)
<asynchronous suspension>
#8 AsyncMutex.run.<anonymous closure> (package:immich_mobile/utils/async_mutex.dart:15)
<asynchronous suspension>
Library: image resource service
Context: Instance of 'ErrorDescription'