Meeting Minutes App Error

Hi All

I am using the Meeting Minutes app on the latest version production, 7.1.5 , works great, only problem when clicking on the Meetings header or link it brings the following error, not sure if anyone has experienced the below or knows how to fix this.

many thanks in advance

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 890, in call
return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)

Hi All

can anyone help with the Minutes APP please ? This is quite handy, but throws the below errors when inviting attendees or send emails button is pressed.

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 42, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 907, in call
return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)

hello, are you using this app ?

Hi @PyJumper

Yes, that is the one that i am using.

thanks

@admins can you check the meeting PR ?