Also found this bug while trying to generate a sale order. I've also added a logo, and I'm in a 64bit Debian Squeeze.
ERROR:web-services:[01]: Exception: Incorrect padding ERROR:web-services:[02]: Traceback (most recent call last): ERROR:web-services:[03]: File "/srv/openerp/sandbox/lib/python2.6/site-packages/openerp-server/service/web_services.py", line 711, in go ERROR:web-services:[04]: (result, format) = obj.create(cr, uid, ids, datas, context) ERROR:web-services:[05]: File "/srv/openerp/sandbox/lib/python2.6/site-packages/openerp-server/report/report_sxw.py", line 399, in create ERROR:web-services:[06]: fnct_ret = fnct(cr, uid, ids, data, report_xml, context) ERROR:web-services:[07]: File "/srv/openerp/sandbox/lib/python2.6/site-packages/openerp-server/report/report_sxw.py", line 462, in create_source_pdf ERROR:web-services:[08]: return self.create_single_pdf(cr, uid, ids, data, report_xml, context) ERROR:web-services:[09]: File "/srv/openerp/sandbox/lib/python2.6/site-packages/openerp-server/report/report_sxw.py", line 482, in create_single_pdf ERROR:web-services:[10]: logo = base64.decodestring(rml_parser.logo) ERROR:web-services:[11]: File "/usr/lib/python2.6/base64.py", line 321, in decodestring ERROR:web-services:[12]: return binascii.a2b_base64(s) ERROR:web-services:[13]: Error: Incorrect padding -- Report generation crashes on web-client (64 Bit OS) https://bugs.launchpad.net/bugs/670228 You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. Status in OpenObject Addons Modules: Confirmed Bug description: When we try to generate an accounting report from the web client. ( 6.0 RC1 ) For example. The General Ledger report from Accounting division ( Reporting -> Legal Reports -> Accounting Reports -> General Ledger ) It crashes with the message - (<class 'binascii.Error'>, Error('Incorrect padding',), <traceback object at 0x4b1f200>) We are using 64 bit Ubuntu 10.04 LTS. This seems to work fine when running on a 32 bit Ubuntu 10.04 LTS. After a bit of googling we found that the issue maybe with Python libraries (?) that you are using. The source code we are using is the same that is published on the OpenERP website ( 6.0 RC1 ) _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

