Closed bo3l4q closed 1 month ago
You don't search on the complete gradle short code. Try just biometric
I've changed networks, the results are the same
Can you reach this URL in a browser on the same machine?: https://mvnrepository.com/
yes.
Can you try this one? https://mvnrepository.com/search?q=biometric If that link works in a browser, I'm not sure what the problem is. What version of Delphi and Codex are you using?
Delphi 11.3 Alexandria
I tried with Delphi 12 Athens, the results are the same
You still get the Timed out
message? When you use a browser, does it take more than 30 seconds to get a response? If so, I may have to include an option to increase the timeout
I've just realised that it is already possible to change the timeout, but you need to modify the config.json
file in either: Public Documents\Codex280
or Public Documents\Codex290
(depending on Delphi 11.x or 12.x):
..and restart Delphi. The value is in milliseconds, so you could try changing to to something like 120000
(2 mins)
I don't know where it went wrong, all the tricks you gave didn't work. Finally I tried reinstalling Windows 10, then I installed Delphi 11 Alexandria and Codex 2.3.2, the results were the same. I tried installing Delphi 12 Athens and Codex 2.3.2, the results were the same. I tried Codex 2.4, same result.
I installed Windows 11 ver 24H2 + Delphi 11 Alexandria + Delphi 12 Athens + Codex 2.3.2 + Codex 2.4, all the results are the same. So where did it go wrong?
Maybe if you have time, you can remote my computer.
Bug found.
I downloaded the latest SourceCode Codex. When I Debug, it turns out TEdgeBrowser doesn't load "WebView2Loader.dll". I simply copy/pasted "WebView2Loader.dll" to: C:\Program Files (x86)\Embarcadero\Studio\23.0\bin.
Finished