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
Dopo l'aggiornamento delle librerie Python2.7 compare il seguente errore durante la creazione di un nuovo protocollo da una pec ricevuta:
File "/home/cms/seedoo/seedoo-core/seedoo_protocollo/wizard/create_protocollo_mailpec_wizard.py", line 385, in action_save mail_pdf_content = base64.b64encode(ConversionUtility.html_to_pdf_by_wkhtml(html_content)) File "/usr/lib/python2.7/base64.py", line 54, in b64encode encoded = binascii.b2a_base64(s)[:-1] TypeError: b2a_base64() argument 1 must be string or buffer, not None
Come si potrebbe intervenire per ovviare al problema?
The text was updated successfully, but these errors were encountered:
Dopo l'aggiornamento delle librerie Python2.7 compare il seguente errore durante la creazione di un nuovo protocollo da una pec ricevuta:
File "/home/cms/seedoo/seedoo-core/seedoo_protocollo/wizard/create_protocollo_mailpec_wizard.py", line 385, in action_save mail_pdf_content = base64.b64encode(ConversionUtility.html_to_pdf_by_wkhtml(html_content)) File "/usr/lib/python2.7/base64.py", line 54, in b64encode encoded = binascii.b2a_base64(s)[:-1] TypeError: b2a_base64() argument 1 must be string or buffer, not None
Come si potrebbe intervenire per ovviare al problema?
The text was updated successfully, but these errors were encountered: