Jump to content
Bicrypto v4.1.3 + All Plugins ×

Recommended Posts

1 hour ago, Zero828 said:

@Magd Almuntaser broken link sir

i've change the link:
easyupload .io/3j7cjg
remove space.

1 hour ago, divysriv said:

@Magd Almuntaser when I select test message, under type message, no option is visible to write messages IMG_20230820_105000.thumb.jpg.d1f01457a674f9eb7710a65d369b8610.jpg

becouse you open the script from /public/home
you should open it from the root like:
ws.yoursite.com/home

  • Like 1
Link to comment
Share on other sites

1 hour ago, divysriv said:

@Magd Almuntaser when I select test message, under type message, no option is visible to write messages IMG_20230820_105000.thumb.jpg.d1f01457a674f9eb7710a65d369b8610.jpg

check your .htaccess it should like this

 

<IfModule mod_rewrite.c>
    RewriteEngine On    
	
 RewriteCond %{REQUEST_URI} !^/socket.io/
 RewriteCond %{REQUEST_URI} !^/backend-*
    RewriteCond %{REQUEST_URI} !^/public/
    RewriteRule ^(.*)$ /public/$1 [L,QSA]
</IfModule>
<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>

 

  • Like 1
Link to comment
Share on other sites

38 minutes ago, Magd Almuntaser said:

i've change the link:
easyupload .io/3j7cjg
remove space.

becouse you open the script from /public/home
you should open it from the root like:
ws.yoursite.com/home

Thanks bro it's fixed but when I click on the send error pop on saying

 

App\Services\Impl\WhatsappServiceImpl::sendText(): Return value must be of type object|bool, null returned

Link to comment
Share on other sites

16 minutes ago, divysriv said:

Thanks bro it's fixed but when I click on the send error pop on saying

 

App\Services\Impl\WhatsappServiceImpl::sendText(): Return value must be of type object|bool, null returned

can you screenshot your command (node .) to see the log what exactly the error.
and whats your nodejs version

Link to comment
Share on other sites

28 minutes ago, ashoksingh shekhawat said:

@Magd Almuntaser Sir templete , list and button messages are not working in android device please provide any solution for it.

there is no solution .. the problem from whatsapp
github .com/WhiskeySockets/Baileys/issues/25
and
github .com/WhiskeySockets/Baileys/issues/56

this script using WhiskeySockets to send and recive the msg so no solution..

Link to comment
Share on other sites

@Magd Almuntaser hi bro. the webhook didnt work. could u fix it? i find the webhook script is in his github

 

https://github.com/Ilmans/webhook-wamp-example/tree/master

 

error from node is like this

2023-08-21T10:20:37: SyntaxError: Unexpected token o in JSON at position 1
2023-08-21T10:20:37:     at JSON.parse (<anonymous>)
2023-08-21T10:20:37:     at IncomingMessage (/www/wwwroot/xxxx/server/controllers/incomingMessage.js:84:54)
2023-08-21T10:20:37:     at processTicksAndRejections (node:internal/process/task_queues:96:5)

edited:

if using original incomingmessage.js the webhook works. but the autoreply not work

Edited by kecoamumet
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...