Dear Team,
I installed WhatsApp Notification on our site a few days ago for free through the marketplace.
I recently received an email with the subject [FC Marketplace]. Because WhatsApp Integration is a paid app, I have removed it from our website. But now I’m getting an error message that says Server Error pymysql.err. (‘DocType’, ‘WhatsApp Notification’) Programming Error I attempted to remove it from doctype but was unsuccessful.
please help us to resolve the issue.
Relevant log output / Stack trace / Full Error Message.
Traceback (most recent call last):
File "apps/frappe/frappe/desk/form/load.py", line 41, in getdoc
run_onload(doc)
File "apps/frappe/frappe/desk/form/load.py", line 330, in run_onload
doc.run_method("onload")
File "apps/frappe/frappe/model/document.py", line 941, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1260, in composer
return composed(self, method, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1244, in runner
add_to_return_value(self, f(self, method, *args, **kwargs))
File "apps/whatsapp_integration/whatsapp_integration/whatsapp_integration/doctype/whatsapp_notification/whatsapp_notification.py", line 117, in run_whatsapp_notifications
alerts = frappe.get_all('Whatsapp Notification', fields=['name', 'event'],filters={'enabled': 1, 'doctype_c': doc.doctype})
File "apps/frappe/frappe/__init__.py", line 1732, in get_all
Information about bug
Dear Team, I installed WhatsApp Notification on our site a few days ago for free through the marketplace. I recently received an email with the subject [FC Marketplace]. Because WhatsApp Integration is a paid app, I have removed it from our website. But now I’m getting an error message that says Server Error pymysql.err. (‘DocType’, ‘WhatsApp Notification’) Programming Error I attempted to remove it from doctype but was unsuccessful. please help us to resolve the issue.
Module
selling, integrations
Version
frappe/frappe:version-13 v(13.32.0) frappe/erpnext:version-13 v(13.30.)
Installation method
FrappeCloud
Relevant log output / Stack trace / Full Error Message.