how to solve frappe.email.queue.flush error in frappe erpnext

Topics related to ERPNext or Frappe framework
Post Reply
malmahdi
Posts: 3
Joined: Mon Nov 04, 2019 6:51 am

how to solve frappe.email.queue.flush error in frappe erpnext

Post by malmahdi » Sun May 03, 2020 8:13 am

frappe.email.queue.flush

redis.exceptions.DataError: Invalid input of type: 'NoneType'. Convert to a bytes, string, int or float first.


just do this command in ur terminal :
env/bin/pip install redis==2.10.6
env/bin/pip install -r apps/frappe/requirements.txt
env/bin/python3 -m pip install --upgrade pip
env/bin/pip3 install redis==2.10.6

Post Reply