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
187 stars 61 forks source link

fixed error - WPPConnectDemo.exe raised exception class EIdUnknownProtocol with message 'Unknown Protocol'. #40

Closed fraurino closed 1 year ago

fraurino commented 1 year ago

fixed error corrigido o erro em alguns numeros business, ocorrer o erro abaixo, que fechava o aplicativo sozinho.

error in debug:

---------------------------
GExperts Debugger Exception Notification
---------------------------
Project WPPConnectDemo.exe raised exception class EIdUnknownProtocol with message 'Unknown Protocol'.
---------------------------
[&Filter ...] [Ignore &All this Session] [Break] [Continue]
---------------------------

solution:

if (AMessage.deprecatedMms3Url<>'') and (AMessage.mediaKey<>'') then
NomeArq_Whats := WPPConnectDecrypt.download(AMessage.deprecatedMms3Url,
AMessage.mediaKey, Extensao_Documento, AChat.id, Automato_Path + 'Temp\');