Activity log for bug #1244143

Date Who What changed Old value New value Message
2013-10-24 09:38:51 Romain Deheele - Camptocamp bug added bug
2013-10-24 09:43:34 Romain Deheele - Camptocamp description Hello, When we import products, the image import fails. See the next traceback: File "***/openerp_buildout/parts/connector/connector/queue/worker.py", line 122, in run_job job.perform(session) File "***/openerp_buildout/parts/connector/connector/queue/job.py", line 460, in perform self.result = self.func(session, *self.args, **self.kwargs) File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/import_synchronizer.py", line 648, in import_record importer.run(prestashop_id) File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/import_synchronizer.py", line 530, in run super(ProductRecordImport, self).run(prestashop_id) File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/import_synchronizer.py", line 458, in run erp_id File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/import_synchronizer.py", line 466, in _run_record self.mapper.convert(prestashop_record) File "***/openerp_buildout/parts/connector/connector/unit/mapper.py", line 221, in convert self._convert(record, fields=fields) File "***/openerp_buildout/parts/connector/connector/unit/mapper.py", line 177, in _convert values = meth(record) File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/product.py", line 193, in image image = adapter.read(record['id'], record['id_default_image']['value']) File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/backend_adapter.py", line 232, in read options=options File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/backend_adapter.py", line 50, in get_image image_content = base64.b64encode(response.content) AttributeError: 'tuple' object has no attribute 'content' Regards, Romain Hello, When we import products, the image import fails. See the next traceback:   File "***/openerp_buildout/parts/connector/connector/queue/worker.py", line 122, in run_job     job.perform(session)   File "***/openerp_buildout/parts/connector/connector/queue/job.py", line 460, in perform     self.result = self.func(session, *self.args, **self.kwargs)   File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/import_synchronizer.py", line 648, in import_record     importer.run(prestashop_id)   File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/import_synchronizer.py", line 530, in run     super(ProductRecordImport, self).run(prestashop_id)   File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/import_synchronizer.py", line 458, in run     erp_id   File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/import_synchronizer.py", line 466, in _run_record     self.mapper.convert(prestashop_record)   File "***/openerp_buildout/parts/connector/connector/unit/mapper.py", line 221, in convert     self._convert(record, fields=fields)   File "***/openerp_buildout/parts/connector/connector/unit/mapper.py", line 177, in _convert     values = meth(record)   File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/product.py", line 193, in image     image = adapter.read(record['id'], record['id_default_image']['value'])   File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/backend_adapter.py", line 232, in read     options=options   File "***/openerp_buildout/parts/prestashoperpconnect/prestashoperpconnect/unit/backend_adapter.py", line 50, in get_image     image_content = base64.b64encode(response.content) AttributeError: 'tuple' object has no attribute 'content' prestashoperpconnect : rev270 Regards, Romain
2013-11-07 07:11:08 kalmen bug added subscriber kalmen
2013-11-07 07:54:54 kalmen prestashoperpconnect: status New Confirmed
2013-11-08 23:30:50 Dave Walschot bug added subscriber Dave Walschot
2013-11-17 08:46:26 Naran bug added subscriber Naran