mlg404 / whatsapp-music-bot

A whatsapp bot to send and search musics to your friends!
MIT License
124 stars 78 forks source link

Cannot read properties of undefined (reading 'Sticker') #30

Closed DevAmiyo closed 2 years ago

DevAmiyo commented 2 years ago
Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'Sticker')
    at __puppeteer_evaluation_script__:32:70
    at ExecutionContext._evaluateInternal (E:\Github\Personal\WhatsAppMusic\node_modules\puppeteer\src\common\ExecutionContext.ts:273:13)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at ExecutionContext.evaluate (E:\Github\Personal\WhatsAppMusic\node_modules\puppeteer\src\common\ExecutionContext.ts:140:12)
    at Client.initialize (E:\Github\Personal\WhatsAppMusic\node_modules\whatsapp-web.js\src\Client.js:187:9)
[ERROR] 09:36:52 Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'Sticker')
    at __puppeteer_evaluation_script__:32:70
mehulpuri commented 2 years ago

same issue

DevAmiyo commented 2 years ago

@mehulpuri Run this in terminal

$ yarn upgrade --latest
mehulpuri commented 2 years ago

thanks worked for me