-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalWebCache.js:34 #11
Comments
@ideaDevCode me sucede lo mismo, pudiste solucionarlo ? gracias |
@espinozaguillermo Parece ser un error de whatsapp-web.js |
@ideaDevCode He logrado solucioarlo integrando venom en lugar de whatsapp-web.js |
@RNatsuki como lo hiciste? |
@poolsergio123 hice un fork puedes intentar proba: https://github.com/RNatsuki/api-whatsapp |
@RNatsuki hice un fork de https://github.com/RNatsuki/api-whatsapp pero al levantar con npm run dev no logra iniciar sesión y queda en loop |
@espinozaguillermo |
Creo que es incompatibilidad entre la version de node que estas usando y la version de ww, yo puse una version anterior y corre, pero no funciona el bot. |
Estoy teniendo un error al intentar levantar el servicio el cual es el siguiente
C:\Users\vboxuser\Documents\whatsapp-api\node_modules\whatsapp-web.js\src\webCache\LocalWebCache.js:34 const version = indexHtml.match(/manifest-([\d\\.]+)\.json/)[1]; ^ TypeError: Cannot read properties of null (reading '1') at LocalWebCache.persist (C:\Users\vboxuser\Documents\whatsapp-api\node_modules\whatsapp-web.js\src\webCache\LocalWebCache.js:34:69) at C:\Users\vboxuser\Documents\whatsapp-api\node_modules\whatsapp-web.js\src\Client.js:744:36 at processTicksAndRejections (node:internal/process/task_queues:95:5)
Creí que era algun error de alguna dependecia asi que lo descargue nuevamente, sin embargo sigue sin funcionar, alguien tiene el mismo problema o lo ha solucionado?
The text was updated successfully, but these errors were encountered: