Advertisement
Guest User

Untitled

a guest
Oct 15th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/trytond/protocols/jsonrpc.py", line 125, in _marshaled_dispatch
  3. response['result'] = dispatch_method(method, params)
  4. File "/trytond/protocols/jsonrpc.py", line 158, in _dispatch
  5. res = dispatch(*args)
  6. File "/trytond/protocols/dispatcher.py", line 158, in dispatch
  7. result = rpc.result(meth(*c_args, **c_kwargs))
  8. File "/trytond/modules/account_invoice/invoice.py", line 2418, in execute
  9. res = super(InvoiceReport, cls).execute(ids, data)
  10. File "/trytond/report/report.py", line 128, in execute
  11. type, data = cls.parse(action_report, records, data, {})
  12. File "/trytond/modules/account_invoice/invoice.py", line 2447, in parse
  13. localcontext)
  14. File "/trytond/report/report.py", line 277, in parse
  15. data = rel_report(**localcontext).render()
  16. File "/site-packages/relatorio/templates/base.py", line 34, in render
  17. return self.serializer(self.events)
  18. File "/site-packages/relatorio/templates/opendocument.py", line 855, in __call__
  19. for kind, data, pos in stream:
  20. File "/site-packages/genshi/core.py", line 289, in _ensure
  21. for event in stream:
  22. File "/site-packages/genshi/filters/i18n.py", line 690, in __call__
  23. for kind, data, pos in stream:
  24. File "/site-packages/genshi/template/base.py", line 618, in _include
  25. for event in stream:
  26. File "/site-packages/genshi/template/markup.py", line 326, in _match
  27. for event in stream:
  28. File "/site-packages/genshi/template/base.py", line 592, in _flatten
  29. yield TEXT, unicode(result), pos
  30. UnicodeDecodeError: 'ascii' codec can't decode byte 0x89 in position 0: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement