I am getting the following error (see below) when trying to print a health service using the OpenSuse Leap 15.1 installation of GNU Health.
However, there is no issue when I do the same test using the vanilla installation on OpenSuse leap 15.1
Traceback (most recent call last):
File "/trytond/wsgi.py", line 70, in dispatch_request
return endpoint(request, **request.view_args)
File "/trytond/protocols/dispatcher.py", line 41, in rpc
request, database_name, *request.rpc_params)
File "/trytond/wsgi.py", line 41, in auth_required
return wrapped(*args, **kwargs)
File "/trytond/protocols/wrappers.py", line 110, in wrapper
return func(request, pool, *args, **kwargs)
File "/trytond/protocols/dispatcher.py", line 165, in _dispatch
result = rpc.result(meth(*c_args, **c_kwargs))
File "/trytond/report/report.py", line 173, in execute
oext, content = cls._execute(records, data, action_report)
File "/trytond/report/report.py", line 181, in _execute
return cls.convert(action, cls.render(action, report_context))
File "/trytond/report/report.py", line 301, in convert
raise Exception(stderrdata)
Exception: None