wppconnect-team / WPP4Delphi

WPP4Delphi is an open-source project with the aim of exporting functions from WhatsApp Web for Delphi, which can be used to support the creation of any interaction.
Apache License 2.0
205 stars 67 forks source link

D10.2.3 error #2

Closed limelect closed 2 years ago

limelect commented 2 years ago

On D10.2.3 file u_principal; line 317 vConv.UpdateDataSet(JObj) I changed to vConv.UpdateDataSet.

Furthermore, when I connect I get a blank page. I went back to inject.exe and it does not connect either. Blank page. It use to connect. Whatsapp made many changes to its web applications.

marcelo386 commented 2 years ago

this function must not be compatible with your version of delphi, i will check to adjust for old versions.

when the screen is all white not displaying the qrcode, i suggest to delete the cache folder and the files: "js.abr" and "conftwppconnect.ini"

marcelo386 commented 2 years ago

I uploaded the fix, not to Bug in Delphi 10.2.3, you can update the sources and test.

limelect commented 2 years ago

Deleting those 2 files did not help. As I said inject.exe does not work either. The inject theory does not work anymore in my case

P.S web whatssapp workes

limelect commented 2 years ago

Compiled the new source. It compiles. BUT connect msg on white screen and then white screen.

marcelo386 commented 2 years ago

compile a 64bit version, this error happens, because of ram overflow, the 64bit version allocates more memory. The Device you are testing, do not leave conversations unread even if archived, this ends up consuming a lot of TChromium memory