-
Notifications
You must be signed in to change notification settings - Fork 54
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
RAW photos are not displayed with infinite spinner #1450
Comments
As I already wrote in ariselseng/camerarawpreviews#86, v24.0.3 is the last known-good version. All later versions of the v24 branch are affected. I assume that this commit is the culprit: e2c4801 |
Hello! How to access your browser console (Click to expand)Chrome
Safari
IE9
Firefox
Opera
|
at the bottom of hundreds of deprecation warnings is the action of clicking on a raw photo for a preview on Windows 11 - Chrome 107.0.5304.88 |
as @D34DC3N73R said there's a ton of
I filtered them out, here's what's left in the console log:
I find it weird that there's this message:
the |
I don't have image/tiff in the array (default install). However, since the image previews do in fact load when pressing next/previous, I'm not sure that's the root cause of this issue. |
It means your previews config is not including tiff. |
You should not edit php files. |
It seems you're indeed opening the file, but there is no errors. I will need a screenshot of your network requests. |
And thank you all for helping narrowing this down :) |
I was trying different combinations in Application.php in order to make NEFs appear in Photos app, in the end applying this change (mentioned in this discussion) helped: |
@skjnldsv thanks for investigating! Here's what I have when opening this URL: here's a full console log with Verbose level on: |
I can reproduce, I'm investigating. |
#1273 broke it |
If anyone know how to manually patch their instance, feel free to try #1456 |
Are there any updates on when this will make it into a release/beta? It's been an issue for a while now, happy to help out with testing if needed. The patch worked for me on 26 but upon updating to 27 it's broken again. |
@skjnldsv Is there anything I can do to fix my app with Viewer? |
Describe the bug
When opening a RAW photo from "Files" menu there's an infinite spinner instead of preview.
When navigating back/forward and back the photo preview loads fine
Camera raw previews app is installed and thumbnails appear fine.
Tested with
NEF
files, for example:https://github.com/ariselseng/camerarawpreviews/files/9942647/infrared.nef.zip
There's no problem with JPGs, they can be opened directly
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Photo preview opens
Screenshots
Desktop (please complete the following information):
Additional context
This issue is also reported in the camerarawpreviews repo:
ariselseng/camerarawpreviews#86
But it doesn't seem to be a camerarawpreviews problem because with back-forward navigation the preview does appear
The text was updated successfully, but these errors were encountered: