Delay in receiving message
there is a delay of 1 minute in all messages received, it started today
Happening here too
Here to
Here to
Here too! ANy ideia?
Quando tento reinstalar o Socket, recebo este erro: sudo npm i WhiskeySockets/Baileys npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/WhiskeySockets/Baileys.git npm ERR! [email protected]: Permission denied (publickey). npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2024-09-20T18_10_37_366Z-debug-0.log
nown git error occurred
you forgot the @ ->npm install @whiskeysockets/baileys
O erro acontece assim também sudo npm install @whiskeysockets/baileys npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/WhiskeySockets/Baileys.git npm ERR! [email protected]: Permission denied (publickey). npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2024-09-20T19_05_01_576Z-debug-0.log
O erro acontece assim também sudo npm install @whiskeysockets/baileys npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://[email protected]/WhiskeySockets/Baileys.git npm ERR! [email protected]: Permission denied (publickey). npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2024-09-20T19_05_01_576Z-debug-0.log
I believe you are using the root user, sometimes this happens, go to the deploy user
Foi isto mesmo, consegui atualizar agora. Mas o delay continua.
Reiniciei o pm2 e aparentemente está tudo OK agora.
Rodei os comandos no Deploy sem sudo.
npm r @whiskeysockets/baileys npm install @whiskeysockets/baileys
pm2 restart all
Reiniciei o pm2 e aparentemente está tudo OK agora.
Rodei os comandos no Deploy sem sudo.
npm r @whiskeysockets/baileys npm install @whiskeysockets/baileys
pm2 restart all
Is the delay over? or only install ?
O Atraso acabou.
Conforme a informação do @T3uZ eu verifiquei que estava conectado como root. Fiz logon com o usuário deployzdg e rodei os comandos sem sudo para remover e instalar e depois reiniciei o pm2.
npm r @whiskeysockets/baileys
npm i @whiskeysockets/baileys
pm2 restart all
Fiz o procedimento aqui mas o delay continua...
Tenta reiniciar o servidor, vai que resolve. Aqui só com o procedimento que postei, resolveu.
Reiniciei mas nao resolveu!
Conseguiram resolver a lentidão?
After updated, it's fixed.
Depois de fazer os procedimentos abaixo tudo voltou ao normal:
npm r @whiskeysockets/baileys npm install @whiskeysockets/baileys
Sim, depois de atualizar resolveu!
Em seg., 23 de set. de 2024 às 10:21, valloo-daniel < @.***> escreveu:
Depois de fazer os procedimentos tudo voltou ao normal:
npm r @whiskeysockets/baileys npm install @whiskeysockets/baileys
— Reply to this email directly, view it on GitHub https://github.com/WhiskeySockets/Baileys/issues/1053#issuecomment-2368229430, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASU5XHMF7WROYD7JL7ZZQDDZYAIWNAVCNFSM6AAAAABOSLCNQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRYGIZDSNBTGA . You are receiving this because you commented.Message ID: @.***>
O Meu foi resolvido, mas o meu problema era porque eu uso a ferramenta Nginx proxy manager para gerenciar o proxy, e esqueci de marcar a flag para permitir websockets. aqui esta normalizado!
Bom dia, É um bug da baileys, ainda ocorre o problema, uma hora o outra vai voltar. Existe um ID estranho, 66e.. está quebrando a LIB.
Eu estava com o mesmo problema, removi o pacote, instalei novamente e reiniciei o processo no pm2. Voltou a funcionar.