Ask questionsNo previews
I used the docker-compose example from the readme and started the container (providing a folder from my Synology with pictures). It has loaded the images and parsed the tags (as I can see the folders and other metadata displaying in the UI). However the photo thumbnails do not show up:

and the log shows this: <details> <summary>[click to expand]</summary>
damselfly | [20:14:27.787-0082-WRN] Unhandled exception rendering component: A task was canceled.
damselfly | System.Threading.Tasks.TaskCanceledException: A task was canceled.
damselfly | at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
damselfly | at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
damselfly | at Microsoft.AspNetCore.Components.Web.Virtualization.VirtualizeJsInterop.DisposeAsync()
damselfly | at Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize`1.DisposeAsync()
damselfly | at Microsoft.AspNetCore.Components.RenderTree.Renderer.<Dispose>g__HandleAsyncExceptions|52_0(List`1 tasks)
damselfly | [20:14:27.804-0082-ERR] Unhandled exception in circuit 'csckAMLbc-Ah1-YQc2XIwEDxyjei3-47kRlT5Ifyv90'.
damselfly | System.Threading.Tasks.TaskCanceledException: A task was canceled.
damselfly | at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
damselfly | at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
damselfly | at Microsoft.AspNetCore.Components.Web.Virtualization.VirtualizeJsInterop.DisposeAsync()
damselfly | at Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize`1.DisposeAsync()
damselfly | at Microsoft.AspNetCore.Components.RenderTree.Renderer.<Dispose>g__HandleAsyncExceptions|52_0(List`1 tasks)
damselfly | [20:14:28.549-0008-WRN] Unhandled exception rendering component: A task was canceled.
damselfly | System.Threading.Tasks.TaskCanceledException: A task was canceled.
damselfly | at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
damselfly | at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
damselfly | at Microsoft.AspNetCore.Components.Web.Virtualization.VirtualizeJsInterop.DisposeAsync()
damselfly | at Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize`1.DisposeAsync()
damselfly | at Microsoft.AspNetCore.Components.RenderTree.Renderer.<Dispose>g__HandleAsyncExceptions|52_0(List`1 tasks)
damselfly | [20:14:28.552-0008-ERR] Unhandled exception in circuit 'Uv5Pu9elipjbeR_OAGMylbA1nqFJ_Qb_NZaEdPDQguc'.
damselfly | System.Threading.Tasks.TaskCanceledException: A task was canceled.
damselfly | at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
damselfly | at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
damselfly | at Microsoft.AspNetCore.Components.Web.Virtualization.VirtualizeJsInterop.DisposeAsync()
damselfly | at Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize`1.DisposeAsync()
damselfly | at Microsoft.AspNetCore.Components.RenderTree.Renderer.<Dispose>g__HandleAsyncExceptions|52_0(List`1 tasks)
damselfly | [20:14:29.322-0083-WRN] Unhandled exception rendering component: A task was canceled.
damselfly | System.Threading.Tasks.TaskCanceledException: A task was canceled.
damselfly | at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args)
damselfly | at Microsoft.JSInterop.JSRuntimeExtensions.InvokeVoidAsync(IJSRuntime jsRuntime, String identifier, Object[] args)
damselfly | at Microsoft.AspNetCore.Components.Web.Virtualization.VirtualizeJsInterop.DisposeAsync()
damselfly | at Microsoft.AspNetCore.Components.Web.Virtualization.Virtualize`1.DisposeAsync()
damselfly | at Microsoft.AspNetCore.Components.RenderTree.Renderer.<Dispose>g__HandleAsyncExceptions|52_0(List`1 tasks)
damselfly | [20:14:29.325-0083-ERR] Unhandled exception in circuit 'OawJfdR6PPK_pnMUA8FCaJyTMh3i8TzK4SG671f--lQ'.
</details>
Answer
questions
dupuik
I'll try it again. I noticed weird behavior with thumbs even after 2nd fresh install 2 weeks ago.
On Thu, Apr 8, 2021, 6:35 PM Mark Otway ***@***.***> wrote:
FYI, this has now been released ( https://github.com/Webreaper/Damselfly/releases/tag/1.6.6-beta) so you can switch back to :latest from :dev tag with your docker configs.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Webreaper/Damselfly/issues/119#issuecomment-816275934, or unsubscribe https://github.com/notifications/unsubscribe-auth/APBUYSJ4A2L7D56KLMAHWGDTHYVS5ANCNFSM4Z5IHT5Q .
Related questions
No questions were found.