shridarpatil / frappe_whatsapp

WhatsApp cloud integration for frappe
https://www.youtube.com/watch?v=nq5Kcc5e1oc
Other
171 stars 162 forks source link

Unable to Save whatsapp Template #7

Closed singhranbir closed 1 year ago

singhranbir commented 1 year ago

Screenshot 2022-12-09 115910

shridarpatil commented 1 year ago

can you show what data you have entered?

singhranbir commented 1 year ago

sure, i am trying to save this

Screenshot 2022-12-09 121814

shridarpatil commented 1 year ago

Try changing language to English (United States)

shridarpatil commented 1 year ago

looks like you have entered wrong url

singhranbir commented 1 year ago

Try changing language to English (United States)

ok

singhranbir commented 1 year ago

i am testing on IP, is that okay ? does it required a Secured Site ?

shridarpatil commented 1 year ago

Yeah, it's absolutely fine. You can test it anywhere

singhranbir commented 1 year ago

Can you please help, i entered this in settings

whatsapp Setting

shridarpatil commented 1 year ago
 settings = frappe.get_doc("WhatsApp Settings", "WhatsApp Settings")
 print(settings.get_password("token"))

Run this in bench console can check if the token matches with the token on meta dev

singhranbir commented 1 year ago
 settings = frappe.get_doc("WhatsApp Settings", "WhatsApp Settings")
 print(settings.get_password("token"))

Run this in bench console can check if the token matches with the token on meta dev

yes, it is matching

shridarpatil commented 1 year ago

This error is related to your meta credentials.

shridarpatil commented 1 year ago

Also, can you delete your previous comment? It includes your credentials.

singhranbir commented 1 year ago

This error is related to your meta credentials.

Will check.

Thanks for Help.