-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] iOS App - Error while getting remote assets #2013
Comments
If you use the default docker-compose file, do you encounter the error? |
Yes. I think it might be because of either the number of assets (hence the timeout) or bad metadata related to some assets. For example, Google Photos tagged some of the assets with 2046 as the year.
…On Sat, Mar 18, 2023 at 10:41 AM, Alex ***@***.***> wrote:
If you use the default docker-compose file, do you encounter the error?
—
Reply to this email directly, [view it on GitHub](#2013 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/A52PMFQPXOKDW3WMDLZPGMTW4XCRNANCNFSM6AAAAAAV7QIX7Q).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Can you share the mobile log in csv form, you can use the share function on the top right of the log page. |
The share log option brings up the share card. But no options work from that point. I have tried airdrop, files, and messaging myself. Not sure if it's just me or if anyone else has a problem with share.
…On Sat, Mar 18, 2023 at 10:54 AM, Alex ***@***.***> wrote:
Can you share the mobile log in csv form, you can use the share function on the top right of the log page.
—
Reply to this email directly, [view it on GitHub](#2013 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/A52PMFU62TXZN3J5ON3JKPTW4XEARANCNFSM6AAAAAAV7QIX7Q).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Adding a +1 for the sharing of mobile app log file seemingly not working on iOS :( |
I believe this issue is fixed in 1.54 |
This is still occurring. Based on what I am seeing, the app is not downloading any of the remote assets. Here is the stack trace- #0 ApiClient.invokeAPI (package:openapi/api_client.dart:125)<asynchronous suspension>#1 WithETag.getAllAssetsWithETag (package:immich_mobile/utils/openapi_extensions.dart:20)<asynchronous suspension>#2 AssetService._getRemoteAssets (package:immich_mobile/shared/services/asset.service.dart:64)<asynchronous suspension>#3 AssetService.refreshRemoteAssets.<anonymous closure> (package:immich_mobile/shared/services/asset.service.dart:49)<asynchronous suspension>#4 SyncService._syncRemoteAssetsToDb (package:immich_mobile/shared/services/sync.service.dart:155)<asynchronous suspension>#5 AssetService.refreshRemoteAssets (package:immich_mobile/shared/services/asset.service.dart:48)<asynchronous suspension>#6 AssetNotifier.getAllAsset (package:immich_mobile/shared/providers/asset.provider.dart:116)<asynchronous suspension>I can confirm that the issue only happens when you have a large remote asset set.Thanks.On Apr 22, 2023, at 10:28 PM, Alex ***@***.***> wrote:
I believe this issue is fixed in 1.54
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@bibinisacmohan hello what version of the app are you on and can you help us share the whole log please? |
Please see the version info belowThe log is attached.Thanks!On Apr 23, 2023, at 1:25 PM, Alex ***@***.***> wrote:
@bibinisacmohan hello what version of the app are you on and can you help us share the whole log please?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@bibinisacmohan Hello |
Immich_log_2023-04-23T17:43:01.771548.csv Here you go! Thanks for the hint. |
There are HTTP BadRequest errors, so either the connection was unstable OR there were errors on the server (that should be visible in the logs of immich-server) |
Closing, as it's likely a version/deployment issue, not an immich bug. |
The bug
I believe this is a timeout error of some sort. The app does connect, but the sync for remote assets fails.
Tried the following
Here is the image of what is displayed on the iOS app log-
Also, the server log is attached.
Immich-server.csv
The OS that Immich Server is running on
Synology 920+ Docker
Version of Immich Server
1.50.1
Version of Immich Mobile App
1.50.0 build.88
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1. Install the server and all other components 2. Sign into iOS App 3. Wait for the sync
Additional information
No response
The text was updated successfully, but these errors were encountered: