Optics Modules don't download

Hi
I am trying to download the optics modules for my camera/lens combination. They are listed but I get an error “The underlying connection was closed. An unexpected error occurred on a receive”.


I am on the trial - but even so without the optics modules this won’t work for me.

My internet connection is fine - e.g. I can post this message.

Does anyone have any ideas?

Thanks

Yesterday it took me some 3 seconds, but a month ago I had to wait several minutes just for two modules. It seems that their server is sometimes overloaded. In my case activation.dxo.com is resolved to 5.196.172.208, which is hosted by OVHcloud datacenter in Roubaix, France (argh, Paris-Roubaix cycling race, the road to hell ;-)).

How long does it take for the error to appear?
Did it show any bytes downloaded before the error appeared?

Hi Wlodek
Thanks. Nothing starts downloading. It takes about 40 seconds for the message to appear. I did a tracert command (WIndows) to the domain you mention and I got some timeouts though it did complete. However only after 2m 40s. about Possibly then a network problem related to the delays but not certain.

I did wonder if this is because this is my second trial on the same PC, but it would seem strange for DxO to allow me to activate a second trial but then to block download of Optics Modules, though I suppose that is possible.

However; the most likely explanation seems to be network problems and the timeout.
So I will keep trying. (e.g. try a different network to connect)

Thanks

The timeouts you observed in tracert are normal - for security reasons some routers on the network path do not generate certain ICMP packets (TTL Expired). You may just try ping, optionally with the ‘-t’ option.
It’s more likely that the server was temporarily overloaded or it’s a problem with a second trial indeed.

1 Like

I got to the bottom of this (with some help from DXO support). I am 99% sure the problem is this:

For some completely inexplicable reason the .caf optics files are downloaded by the app over http and not https. This is 2024 so I am really quite surprised by that. But that is the case as can be see by looking at the log files after a failed download e.g;

Profiling DxONET.Common.Downloader.DownloadItem.DecodeDataIfNeeded(…): 0 ms
2024-05-22 22:43:24.526 | DxO.PhotoLab - 26600 - 219 | IO - Error | Error while downloading file ‘http://download-center.dxo.com/Modules/C15670a_000.caf

I am guessing that my network provider (correctly in my opinion) identifies that as a suspicious file - an unknown file type over http. and blocks it.

It took me some time but this is the workaround:

  1. I force the error (either by ingesting a new image or by trying to download a specific profile via the Optics Module menu item), then check the log file to get the actual path which failed. [C:\Users\USER\Documents\DxO PhotoLab 7 logs\DxO.PhotoLab.txt] - look for something like the above error message at the end of the log file. (It seems to be ok just to delete this file if it is very big and it will be recreated). Extract the url.

  2. Then I access the same link with https:// in a browser, download the *.caf file, manually. (Some browsers may throw up a security warning and you have to say ok). Place it in: C:\Users\USER\AppData\Local\DxO\DxO PhotoLab 7\Modules .

  3. You can now verify it has found it by choosing Optics Modules from the main top menu and seeing it is installed.

  4. Restart PhotoLab and maybe turn off/on the distortion control. And it picks it up. (The restart may not be necessary)

(A rather special issue - when I tried the above method with a Nikon Z 50 jpg it located the module and it was seen in ‘installed modules’ but it would not apply it to the image. This is a separate issue. It seemed not to be sure it was the right profile. Now I went into the Optics Modules menu and chose the same camera + lens combination but the NEF (Nikon Raw) version to manually install it - and, to my surprise, this one appeared to be downloaded. The jpeg one was applied to the image. It may be that you need both the raw and the jpeg versions to be installed for the jpeg one to be applied. I do not know if on this occasion it actually did download the .caf file or if it extracted it from the already installed jpeg version).

The above fixes this problem for me. Hopefully it will help others.

I have queried with DXO support why the download is over http:// and not over https:// (the server fully supports https://).

2 Likes