sonu kumar saini Posted Monday at 01:48 PM Share Posted Monday at 01:48 PM Master qr not generate by api show {} and when we try test message than show "App\Services\Impl\WhatsappServiceImpl::sendRequest(): Return value must be of type object, null returned" qr generate and scan successfully any solution Quote Link to comment Share on other sites More sharing options...
MUHAMMAD ADIB MUZAKKI Posted Monday at 03:04 PM Share Posted Monday at 03:04 PM file nya yang mana mas? Quote Link to comment Share on other sites More sharing options...
pisang masbro Posted Monday at 04:12 PM Share Posted Monday at 04:12 PM On 10/23/2024 at 5:26 PM, affis junianto tri saputro said: aren pake paket paling murah dan php versi 8.x dan juga mereka support run node js mohon bantuan nya bang buat install Saya pake aren aman Quote Link to comment Share on other sites More sharing options...
Solusi Legalitas Posted Monday at 04:39 PM Share Posted Monday at 04:39 PM @MUHAMMAD ADIB MUZAKKI 7.0.9 sudah tertimpa jauh Quote Link to comment Share on other sites More sharing options...
Jei Grey Posted Tuesday at 02:14 AM Share Posted Tuesday at 02:14 AM saya pakai versi 8.0.0 Node.js v 16.20.2 sudah semingguan tidak ada DC / logout 1 Quote Link to comment Share on other sites More sharing options...
riza as Posted Tuesday at 05:46 AM Share Posted Tuesday at 05:46 AM 3 hours ago, Jei Grey said: saya pakai versi 8.0.0 Node.js v 16.20.2 sudah semingguan tidak ada DC / logout ada link downloadnya ? Quote Link to comment Share on other sites More sharing options...
Jei Grey Posted Tuesday at 07:37 AM Share Posted Tuesday at 07:37 AM 1 hour ago, riza as said: ada link downloadnya ? Pilih disini Quote Link to comment Share on other sites More sharing options...
affis junianto tri saputro Posted Tuesday at 01:46 PM Share Posted Tuesday at 01:46 PM 21 hours ago, pisang masbro said: Saya pake aren aman tutor di node nya om Quote Link to comment Share on other sites More sharing options...
Ade Prastia Posted Wednesday at 03:06 AM Share Posted Wednesday at 03:06 AM apakah mpedia 8.5.1 itu belum bisa kirim ke group wa ya via api Quote Link to comment Share on other sites More sharing options...
Gusik Prasetyo Posted Wednesday at 03:23 AM Share Posted Wednesday at 03:23 AM 16 minutes ago, Ade Prastia said: apakah mpedia 8.5.1 itu belum bisa kirim ke group wa ya via api Bisa. Quote Link to comment Share on other sites More sharing options...
app sterida Posted Wednesday at 03:34 AM Share Posted Wednesday at 03:34 AM On 8/10/2024 at 19.56, EHS PATI MOTOVLOG said: adakah yang menggunakan arenhost? untuk MPWA v8.5? Saya pakai arenhost dan berjalan normal hanya saja kasusnya sering logout sendiri jika lama tidak digunakan Quote Link to comment Share on other sites More sharing options...
pak kacung Posted Wednesday at 03:59 AM Share Posted Wednesday at 03:59 AM 24 minutes ago, app sterida said: Saya pakai arenhost dan berjalan normal hanya saja kasusnya sering logout sendiri jika lama tidak digunakan Tidak logout, tapi APInya gak jalan, tp untuk auto reply tetap jalan, untuk mengaktifkan api nya harus tes pesan dulu baru apinya bisa jalan kembali Quote Link to comment Share on other sites More sharing options...
Ade Prastia Posted Wednesday at 06:01 AM Share Posted Wednesday at 06:01 AM 2 hours ago, Gusik Prasetyo said: Bisa. bagiman itu caranya iya ahaha di apinya yang mana ya Quote Link to comment Share on other sites More sharing options...
Gusik Prasetyo Posted Wednesday at 08:18 AM Share Posted Wednesday at 08:18 AM 2 hours ago, Ade Prastia said: bagiman itu caranya iya ahaha di apinya yang mana ya Tinggal masukan aja id grup nya sebagai pengganti nomer wa. Api mpwa cuman 1. Jd ya yg itu. Quote Link to comment Share on other sites More sharing options...
app sterida Posted Wednesday at 09:33 AM Share Posted Wednesday at 09:33 AM (edited) 5 hours ago, pak kacung said: Tidak logout, tapi APInya gak jalan, tp untuk auto reply tetap jalan, untuk mengaktifkan api nya harus tes pesan dulu baru apinya bisa jalan kembali Iya benar. Auto reply masih bekerja. Agar api nya tetap jalan adakah cara lainnya. Saya Sambung kan dengan cron job tetap sama saja hasilnya Edited Wednesday at 09:37 AM by app sterida Quote Link to comment Share on other sites More sharing options...
adhiete Posted Wednesday at 01:33 PM Share Posted Wednesday at 01:33 PM (edited) double post deleted Edited Wednesday at 01:38 PM by adhiete Double post, it seems a bit laggy. Quote Link to comment Share on other sites More sharing options...
adhiete Posted Wednesday at 01:33 PM Share Posted Wednesday at 01:33 PM (edited) deleted post, double post. Edited Wednesday at 01:39 PM by adhiete Double post, it seems a bit laggy. Quote Link to comment Share on other sites More sharing options...
adhiete Posted Wednesday at 01:38 PM Share Posted Wednesday at 01:38 PM 9 hours ago, pak kacung said: Tidak logout, tapi APInya gak jalan, tp untuk auto reply tetap jalan, untuk mengaktifkan api nya harus tes pesan dulu baru apinya bisa jalan kembali biasanya karena shared hosting ini, untuk simpan resources biasanya tidak active standby nodejs nya. kadang di sleep 4 hours ago, app sterida said: Iya benar. Auto reply masih bekerja. Agar api nya tetap jalan adakah cara lainnya. Saya Sambung kan dengan cron job tetap sama saja hasilnya biasanya karena shared hosting ini, di cron job in kirim cUrl aj mungkin bisa. On 10/29/2024 at 9:14 AM, Jei Grey said: saya pakai versi 8.0.0 Node.js v 16.20.2 sudah semingguan tidak ada DC / logout yoih Om, di 8.5.1 aj normal2 aja ini. biasa ya kalau putus atau DC2, biasanya resourcesnya kurang. 1 Quote Link to comment Share on other sites More sharing options...
WhatsAPI Info Posted Wednesday at 04:14 PM Share Posted Wednesday at 04:14 PM (edited) Hi @Magd Almuntaser, can you please add below mestion function/code to working button messages let msgButton = generateWAMessageFromContent(m.chat, { viewOnceMessage: { message: { "messageContextInfo": { "deviceListMetadata": {}, "deviceListMetadataVersion": 2 }, interactiveMessage: proto.Message.InteractiveMessage.create({ contextInfo: { mentionedJid: [m.sender], externalAdReply: { showAdAttribution: true } }, body: proto.Message.InteractiveMessage.Body.create({ text: 'Message Here' }), footer: proto.Message.InteractiveMessage.Footer.create({ text: 'footer here' }), header: proto.Message.InteractiveMessage.Header.create({ hasMediaAttachment: true, ...(await prepareWAMessageMedia({ image: await fs.readFileSync("Image Path Here")}, { upload: sock.waUploadToServer })) }), nativeFlowMessage: proto.Message.InteractiveMessage.NativeFlowMessage.create({ buttons: [ {"name": "quick_reply","buttonParamsJson": `{\"display_text\":\"Button-1\",\"id\":\"Button_1\"}`}, {"name": "quick_reply","buttonParamsJson": `{\"display_text\":\"Button-2\",\"id\":\"Button_2\"}`}, {"name": "quick_reply","buttonParamsJson": `{\"display_text\":\"Button-3\",\"id\":\"Button_3\"}`}, {"name": "cta_url","buttonParamsJson": `{\"display_text\":\"Button-url\",\"url\":\"https://https://www.google.com\",\"merchant_url\":\"https://www.google.com\"}`} ] }) })} }}, {userJid: m.sender, quoted: qchanel}) await sock.relayMessage(msgButton.key.remoteJid, msgButton.message, { messageId: msgButton.key.id }) Thanks !! Edited Wednesday at 04:36 PM by WhatsAPI Info code updated Quote Link to comment Share on other sites More sharing options...
AOPUQI Posted Wednesday at 06:22 PM Share Posted Wednesday at 06:22 PM On 10/27/2024 at 10:06 AM, Gusik Prasetyo said: Saya g paham vps om jadi cari aman pake sharedhosting yg cpanel, jatuh pilihan pada cepat cloud. Saya pakai 100k/th. Di cepat cloud pakai node js brp mas Quote Link to comment Share on other sites More sharing options...
Gusik Prasetyo Posted Wednesday at 09:25 PM Share Posted Wednesday at 09:25 PM 3 hours ago, AOPUQI said: Di cepat cloud pakai node js brp mas V20 mas php 82 Quote Link to comment Share on other sites More sharing options...
Ajay Ahuja Posted Wednesday at 09:46 PM Share Posted Wednesday at 09:46 PM port Disconnected showing in setting. but node js server setup completed. ( version 8.5.1 php version 8.3 node js 20 Quote Link to comment Share on other sites More sharing options...
riza as Posted yesterday at 12:30 AM Share Posted yesterday at 12:30 AM @Jei Grey thanks Quote Link to comment Share on other sites More sharing options...
Hit Solanki Posted 8 hours ago Share Posted 8 hours ago Qr code is not showing even after successfully installed, please explain me what should I do now. Quote Link to comment Share on other sites More sharing options...
Hit Solanki Posted 8 hours ago Share Posted 8 hours ago APP_NAME=MPWA APP_ENV=local APP_KEY=base64:PxGRSZnMJVvMO7erMUXd683lMJwYFWpdxufKRbugeq8= APP_DEBUG=true APP_URL=https://apiwh.cryptoapi.shop WA_URL_SERVER=http://apiwh.cryptoapi.shop PORT_NODE=3100 APP_INSTALLED=true LICENSE_KEY=MagdAlmuntaser-ttmtt BUYER_EMAIL=admin@doniaweb.com TYPE_SERVER=hosting DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=xxx DB_USERNAME=xxx DB_PASSWORD=xxx LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug BROADCAST_DRIVER=log CACHE_DRIVER=file FILESYSTEM_DRIVER=local QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 MEMCACHED_HOST=127.0.0.1 REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 CHATGPT_URL=https://api.openai.com/v1/chat/completions CHATGPT_MODEL=gpt-3.5-turbo GEMINI_URL=https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash-latest:generateContent CLAUDE_URL=https://api.anthropic.com/v1/messages CLAUDE_MODEL=claude-3-sonnet-20240229 DALLE_SIZE=256x256 DALLE_URL=https://api.openai.com/v1/images/generations MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" PORT = 3000 AUTH =mpedia-server-uUdkfgli783pkfnlaskogoighr THEME_NAME=mpwa ORIGIN =http://localhost WEBHOOK = MAIL_MAILER=smtp MAIL_HOST=sandbox.smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=xxx MAIL_PASSWORD=xxx MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS=xxxxxx@gmail.com MAIL_FROM_NAME=MPWA Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.