Webreaper / Damselfly

Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
GNU General Public License v3.0
1.45k stars 76 forks source link

No photos at all showing - Basket: An error has occurred. #508

Open turkeyphant opened 7 months ago

turkeyphant commented 7 months ago
System.Net.Http.HttpRequestException: net_http_message_not_success_statuscode, 500, Internal Server Error
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at System.Net.Http.Json.HttpClientJsonExtensions.<GetFromJsonAsyncCore>d__29`1[[Damselfly.Core.Models.Basket, Damselfly.Core.DbModels, Version=4.0.8.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
   at Damselfly.Core.ScopedServices.ClientServices.RestClient.<CustomGetFromJsonAsync>d__8`1[[Damselfly.Core.Models.Basket, Damselfly.Core.DbModels, Version=4.0.8.0, Culture=neutral, PublicKeyToken=null]].MoveNext()
   at Damselfly.Core.ScopedServices.ClientBasketService.SwitchToDefaultBasket(Nullable`1 userId)
   at Damselfly.Web.Client.Shared.BasketManager.OnInitializedAsync()
   at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task , ComponentState )

is the error I get

turkeyphant commented 7 months ago

All folders is also showing empty even though mapped correctly in docker

turkeyphant commented 7 months ago

Is it not following softlinks or something?!

Webreaper commented 7 months ago

May not support softlinks, no. Try mounting the individual folders as child folders of the /pictures folder in the docker contsiner.