Skip to Content
Menu
This question has been flagged
3882 Views

Lỗi:

Odoo Server Error


Traceback (most recent call last):

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\generic.py", line 484, in readFromStream

    return NameObject(name.decode('utf-8'))

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe2 in position 8: invalid continuation byte


During handling of the above exception, another exception occurred:


Traceback (most recent call last):

  File "D:\Odoo 11.0\server\odoo\addons\web\controllers\main.py", line 1617, in report_download

    response = self.report_routes(reportname, docids=docids, converter='pdf')

  File "D:\Odoo 11.0\server\odoo\http.py", line 515, in response_wrap

    response = f(*args, **kw)

  File "D:\Odoo 11.0\server\odoo\addons\web\controllers\main.py", line 1566, in report_routes

    pdf = report.with_context(context).render_qweb_pdf(docids, data=data)[0]

  File "D:\Odoo 11.0\server\odoo\addons\base\ir\ir_actions_report.py", line 645, in render_qweb_pdf

    return self._post_pdf(save_in_attachment, pdf_content=pdf_content, res_ids=html_ids), 'pdf'

  File "D:\Odoo 11.0\server\odoo\addons\base\ir\ir_actions_report.py", line 555, in _post_pdf

    writer.write(result_stream)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 482, in write

    self._sweepIndirectReferences(externalReferenceMap, self._root)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 571, in _sweepIndirectReferences

    self._sweepIndirectReferences(externMap, realdata)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 547, in _sweepIndirectReferences

    value = self._sweepIndirectReferences(externMap, value)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 571, in _sweepIndirectReferences

    self._sweepIndirectReferences(externMap, realdata)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 547, in _sweepIndirectReferences

    value = self._sweepIndirectReferences(externMap, value)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 556, in _sweepIndirectReferences

    value = self._sweepIndirectReferences(externMap, data[i])

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 571, in _sweepIndirectReferences

    self._sweepIndirectReferences(externMap, realdata)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 547, in _sweepIndirectReferences

    value = self._sweepIndirectReferences(externMap, value)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 586, in _sweepIndirectReferences

    newobj = self._sweepIndirectReferences(externMap, newobj)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 547, in _sweepIndirectReferences

    value = self._sweepIndirectReferences(externMap, value)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 547, in _sweepIndirectReferences

    value = self._sweepIndirectReferences(externMap, value)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 577, in _sweepIndirectReferences

    newobj = data.pdf.getObject(data)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\pdf.py", line 1611, in getObject

    retval = readObject(self.stream, self)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\generic.py", line 66, in readObject

    return DictionaryObject.readFromStream(stream, pdf)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\generic.py", line 579, in readFromStream

    value = readObject(stream, pdf)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\generic.py", line 60, in readObject

    return NameObject.readFromStream(stream, pdf)

  File "D:\Odoo 11.0\python\lib\site-packages\PyPDF2\generic.py", line 492, in readFromStream

    raise utils.PdfReadError("Illegal character in Name Object")

PyPDF2.utils.PdfReadError: Illegal character in Name Object

Avatar
Discard
Related Posts Replies Views Activity
1
Mar 16
3751
0
Mar 15
2739
0
Mar 15
3112
3
Mar 15
7484
0
Mar 15
2586