DelphiWorlds / Codex

Codex is an add-in for RAD Studio
MIT License
64 stars 10 forks source link

Package Download -Cannot Find Package #40

Closed bo3l4q closed 1 month ago

bo3l4q commented 1 month ago

image

DelphiWorlds commented 1 month ago

You don't search on the complete gradle short code. Try just biometric

bo3l4q commented 1 month ago

I've changed networks, the results are the same

image

DelphiWorlds commented 1 month ago

Can you reach this URL in a browser on the same machine?: https://mvnrepository.com/

bo3l4q commented 1 month ago

yes.

image

DelphiWorlds commented 1 month ago

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?

bo3l4q commented 1 month ago

Delphi 11.3 Alexandria image

bo3l4q commented 1 month ago

I tried with Delphi 12 Athens, the results are the same

DelphiWorlds commented 1 month ago

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

DelphiWorlds commented 1 month ago

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):

image

..and restart Delphi. The value is in milliseconds, so you could try changing to to something like 120000 (2 mins)

bo3l4q commented 1 month ago

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.

bo3l4q commented 1 month ago

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