Open lucasvperini opened 2 years ago
Hi.
Try latest version. You have to install TEdgeBrowser component first - you can find details in readme file.
Let me know if you have any other issues with library or with setup.
Hello!
I'm stuck on this:
I've setup the app_key and i have the TEdgeBrowser component, as it comes with Delphi 10.4.
Thanks for your fast reply and support.
Hey! Any news on this? Thank you!
Any exception or something else from the debugger?
I'm stuck on this:
I've setup the app_key and i have the TEdgeBrowser component, as it comes with Delphi 10.4.
Do you have any error message or exception message?
You can try uncomment DUMP_RESULTS define and try analyze server responses from the file "results.dump.txt".
Or you can uncomment lines:
//// FClient.ProxyServer := '127.0.0.1'; ////
//// FClient.ProxyPort := 8080; ////
and analyze communication from the proxy server.
Hey!
Looks like TWebBrowser is outdated, so, i can't even authorize the application because of this. Can you please take a look?
Thank you!