You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foi percebido que após um tempo conectado no WppConnect é gerado essa mensagem de erro todas as vezes que é recebido um arquivo de mídia nas minhas conexões:
Error: Cannot read properties of undefined (reading 'get')
at /usr/src/app/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:107:31
at step (/usr/src/app/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:49:23)
at Object.next (/usr/src/app/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:30:53)
at fulfilled (/usr/src/app/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:21:58)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
JS Stack: TypeError: Cannot read properties of undefined (reading 'get')
A mensagem é gerada em qualquer tipo de arquivo de mídia, desde imagens JPG até mesmo áudios enviados pelo Whatsapp para o telefone conectado.
Depois que o serviço da conexão (Docker ou Kubernets) é reiniciado ela volta a funcionar normalmente, por esse motivo acredito que seja algo vinculado a algum bug interno da biblioteca.
Sobre as versões, hoje estou nessa especificação:
wppconnect-team/wppconnect: "1.27.3",
wppconnect/wa-js: "2.24.6",
node: v18.14.0
English:
It was noticed that after a while connected to WppConnect this error message is generated every time a media file is received in my connections:
Error: Cannot read properties of undefined (reading 'get')
at /usr/src/app/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:107:31
at step (/usr/src/app/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:49:23)
at Object.next (/usr/src/app/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:30:53)
at fulfilled (/usr/src/app/node_modules/@wppconnect-team/wppconnect/dist/api/helpers/evaluate-and-return.js:21:58)
at runMicrotasks(<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
JS Stack: TypeError: Cannot read properties of undefined (reading 'get')
The message is generated in any type of media file, from JPG images to even audios sent by Whatsapp to the connected phone.
After the connection service (Docker or Kubernets) is restarted, it works normally again, for this reason I believe it is something linked to an internal bug in the library.
About the versions, today I'm in this specification:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Foi percebido que após um tempo conectado no WppConnect é gerado essa mensagem de erro todas as vezes que é recebido um arquivo de mídia nas minhas conexões:
A mensagem é gerada em qualquer tipo de arquivo de mídia, desde imagens JPG até mesmo áudios enviados pelo Whatsapp para o telefone conectado.
Depois que o serviço da conexão (Docker ou Kubernets) é reiniciado ela volta a funcionar normalmente, por esse motivo acredito que seja algo vinculado a algum bug interno da biblioteca.
Sobre as versões, hoje estou nessa especificação:
English:
It was noticed that after a while connected to WppConnect this error message is generated every time a media file is received in my connections:
The message is generated in any type of media file, from JPG images to even audios sent by Whatsapp to the connected phone.
After the connection service (Docker or Kubernets) is restarted, it works normally again, for this reason I believe it is something linked to an internal bug in the library.
About the versions, today I'm in this specification:
Beta Was this translation helpful? Give feedback.
All reactions