Version
1.0.35.0
Deployment Method
Proxmox LXC
Description
I'm not sure if this is related but I'm using ImmichFrame 1.0.35.0 and Immich 3.0.1, ever since I update to these latest versions I get
ImmichFrame.Core.Api.ApiException: Could not deserialize the response body stream as ImmichFrame.Core.Api.AlbumResponseDto. Status: 200 Response: ---> Newtonsoft.Json.JsonSerializationException: Error converting value "owner" to type 'ImmichFrame.Core.Api.AlbumUserRole'. Path 'albumUsers[0].role', line 1, position 454. ---> System.ArgumentException: Requested value 'owner' was not found.
The album is shared with 1 other person, when I view the Immich API path directly I can see both users, I can see ImmichFrame.Core.Api.AlbumUserRole is defined as an int, did this change with Immich version 3 to strings?
Reproduction
Not sure, I guess make a shared album and have ImmichFrame show that?
Expectations
No response
Configuration
Logs
Pre-Submission Checklist
Version
1.0.35.0
Deployment Method
Proxmox LXC
Description
I'm not sure if this is related but I'm using ImmichFrame 1.0.35.0 and Immich 3.0.1, ever since I update to these latest versions I get
ImmichFrame.Core.Api.ApiException: Could not deserialize the response body stream as ImmichFrame.Core.Api.AlbumResponseDto. Status: 200 Response: ---> Newtonsoft.Json.JsonSerializationException: Error converting value "owner" to type 'ImmichFrame.Core.Api.AlbumUserRole'. Path 'albumUsers[0].role', line 1, position 454. ---> System.ArgumentException: Requested value 'owner' was not found.The album is shared with 1 other person, when I view the Immich API path directly I can see both users, I can see
ImmichFrame.Core.Api.AlbumUserRoleis defined as an int, did this change with Immich version 3 to strings?Reproduction
Not sure, I guess make a shared album and have ImmichFrame show that?
Expectations
No response
Configuration
Logs
Pre-Submission Checklist
This is a bug report and not a feature request
I have provided all of the required information to reproduce the bug (config, logs, etc.)
I have checked for related issues and checked the documentation