Auto-repeat the task in 13 version of erpnext is not working

Hi Everyone,

I’m facing a problem on module name “Autorepeat”. That when I Set up Auto Repeat for the Task the autorepeat is failed as shown in image.

image

and In Error Logs the below code is showing:
Traceback (most recent call last):
File “apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.py”, line 184, in create_documents
new_doc = self.make_new_document()
File “apps/frappe/frappe/automation/doctype/auto_repeat/auto_repeat.py”, line 199, in make_new_document
new_doc.insert(ignore_permissions=True)
File “apps/frappe/frappe/model/document.py”, line 256, in insert
self.set_new_name(set_name=set_name, set_child_names=set_child_names)
File “apps/frappe/frappe/model/document.py”, line 464, in set_new_name
set_new_name(self)
File “apps/frappe/frappe/model/naming.py”, line 60, in set_new_name
set_name_from_naming_options(autoname, doc)
File “apps/frappe/frappe/model/naming.py”, line 92, in set_name_from_naming_options
_prompt_autoname(autoname, doc)
File “apps/frappe/frappe/model/naming.py”, line 349, in prompt_autoname
frappe.throw(
(“Name not set via prompt”))
File “apps/frappe/frappe/init.py”, line 504, in throw
msgprint(
File “apps/frappe/frappe/init.py”, line 479, in msgprint
_raise_exception()
File “apps/frappe/frappe/init.py”, line 434, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.ValidationError: Name not set via prompt

Moreover, it’s automatically disable the autorepeat.

Your comments and suggestions are highly appreciated.

Thanks!