עזרה | עזרה עם whatsapp-web.js
-
אני מנסה כבר הרבה זמן להשתמש בספריה whatsapp-web.js אם מישהו מכיר ויוכל לעזור לי אשמח לעזרה
יש לי שרת לינוקס התקנתי עליו לפי המדרים שם ואני לא מצליח להגיע למצב שמביא לי את הקוד qr
כל פעם משהו אחר מסתבך ולמען האמת אני לא כ"כ מבין ב nodejs
אם מישהו התנסה אשמח לעזרה
תודה רבה ! -
@LEVI-H אני צריך להיות בתיקיה מסוימת
כי הרצתי עם משתמש רגיל ופתאום כותב לי שUncaught Error: Cannot find module 'whatsapp-web.js'
ואני לא מבין התקנתי אותו כבר אז התקנתי שוב ואז מביא לי
npm WARN deprecated puppeteer@13.7.0: < 19.4.0 is no longer supported
npm WARN checkPermissions Missing write access to /var/www/html/yemot/whatsapp-web/node_modules
npm WARN whatsapp-web@1.0.0 No description
npm WARN whatsapp-web@1.0.0 No repository field.npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /var/www/html/yemot/whatsapp-web/node_modules
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/var/www/html/yemot/whatsapp-web/node_modules'
npm ERR! [Error: EACCES: permission denied, access '/var/www/html/yemot/whatsapp-web/node_modules'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/var/www/html/yemot/whatsapp-web/node_modules'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.npm ERR! A complete log of this run can be found in:
npm ERR! /home/meir/.npm/_logs/2023-04-18T15_30_39_640Z-debug.log -
@EMG כתב בעזרה | עזרה עם whatsapp-web.js:
Uncaught Error: Cannot find module 'whatsapp-web.js'
ואני לא מבין התקנתי אותו כבר אז התקנתי שוב ואז מביא לי
npm WARN deprecated puppeteer@13.7.0: < 19.4.0 is no longer supported
npm WARN checkPermissions Missing write access to /var/www/html/yemot/whatsapp-web/node_modules
npm WARN whatsapp-web@1.0.0 No description
npm WARN whatsapp-web@1.0.0 No repository field.
npm ERR! code EACCES
npm ERR! syscall access
npm ERR! path /var/www/html/yemot/whatsapp-web/node_modules
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, access '/var/www/html/yemot/whatsapp-web/node_modules'
npm ERR! [Error: EACCES: permission denied, access '/var/www/html/yemot/whatsapp-web/node_modules'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/var/www/html/yemot/whatsapp-web/node_modules'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/meir/.npm/_logs/2023-04-18T15_30_39_640Z-debug.logלשגיאה הזו: Uncaught Error: Cannot find module 'whatsapp-web.js'
איך הגעת? -
@LEVI-H הרצתי ב node
.load /var/www/html/yemot/whatsapp-web/index.jsוזה הקובץ:
const { Client } = require('whatsapp-web.js'); const client = new Client(); client.on('qr', (qr) => { console.log('QR RECEIVED', qr); }); client.on('ready', () => { console.log('Client is ready!'); }); client.initialize();
-
@LEVI-H אני לא מבין איך מחזיר לי את השגיאה
Uncaught SyntaxError: Identifier 'Client' has already been declaredשזה אומר ש client כבר הוכרז מצד שני כשאני מריץ בלי שתי השורות הראשונות מחזיר לי
Uncaught ReferenceError: client is not defineשזה אומר ש client לא הוכרז ?