-
Notifications
You must be signed in to change notification settings - Fork 210
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
Gallery stuck at loading #924
Comments
Update - if I lower value of "Index cache timeout" to "10000" (10 seconds), somehow I forced gallery to show up. I am not sure if this is intended behavior, but it confused me a lot. Leaving this open for next soul to bump to this issue, maybe it will help. And maybe there is proper server side handling, to properly fix infinitely loading square |
That looks very odd. I will take a look at some point. What gallery versions are you using? edge or latest? You see it in the settings. |
If you are asking me - I am using latest (2.0.0) |
First, thanks for awesome software! I used pigallery normally, but then I decided to "reset gallery" and I cannot see my images anymore.
First repro:
If I visit/refresh main page before starting indexing (after resetting gallery), I get 200 and I see gallery and at that point, on-demand thumbnail generation starts. However, if I do another/subsequent refreshes, I get black-white loading square that is infinitely loading. I see
gallery/content
being returned with 200 as:There is no errors in browsers and this behavior reproduces in both FF and Chromium.
Another repro:
If I "reset gallery" and immediately start "Indexing" and only then refresh main page, I immediately get infinitely loading square (no temporary state where I can actually see gallery).
My best guess is that I didn't lost any data, that DB is not corrupted (I can open sqlite file normally), that this is not client-side issue, but something in logic in
gallery/content
is broken and it breaks all browsers.I don't even have any good workaround on how to force that server returns back gallery content properly - I just cannot see gallery anymore (can I fiddle with values of
lastModified
>lastScanned
indirectory_entity
table to somehow force server to return 200 response and show gallery?Server logs (optional)
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: