You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to print a pdf from Libro Giornale
I obtain
File "/opt/odoo/community_addons/bundles/reporting-engine/report_py3o/controllers/main.py", line 69, in report_download
requestcontent = json.loads(data)
File "/usr/lib/python3.7/json/init.py", line 341, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not generator
Module
report_py3o
Describe the bug
When I try to print a pdf from Libro Giornale
I obtain
File "/opt/odoo/community_addons/bundles/reporting-engine/report_py3o/controllers/main.py", line 69, in report_download
requestcontent = json.loads(data)
File "/usr/lib/python3.7/json/init.py", line 341, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not generator
To Reproduce
Affected versions:
Steps to reproduce the behavior:
Expected behavior
the print works fine
The text was updated successfully, but these errors were encountered: