Could you attach the server logs to provide more information. This will provide more information to us in order to give a better advice. You should execute the server using the --verbose flag in order to get this printed to stdout.
5813
140640784480000 [2017-02-02 19:45:12,845] ERROR werkzeug Error on
request:
Traceback (most recent call last):
File
"/usr/lib64/python3.4/site-packages/werkzeug/serving.py",
line 193, in run_wsgi
execute(self.server.app)
File
"/usr/lib64/python3.4/site-packages/werkzeug/serving.py",
line 181, in execute
application_iter =
app(environ, start_response)
File
"/usr/lib64/python3.4/site-packages/werkzeug/wsgi.py", line
599, in __call__
return self.app(environ,
start_response)
File
"/usr/lib/python3.4/site-packages/trytond/wsgi.py", line
90, in __call__
return self.wsgi_app(environ,
start_response)
File
"/usr/lib/python3.4/site-packages/trytond/wsgi.py", line
80, in wsgi_app
response = cls.response(data,
request)
File
"/usr/lib/python3.4/site-packages/trytond/protocols/jsonrpc.py",
line 160, in response
return
Response(json.dumps(response, cls=JSONEncoder),
File
"/usr/lib64/python3.4/site-packages/simplejson/__init__.py",
line 397, in dumps
**kw).encode(obj)
File
"/usr/lib64/python3.4/site-packages/simplejson/encoder.py",
line 275, in encode
chunks =
self.iterencode(o, _one_shot=True)
File
"/usr/lib64/python3.4/site-packages/simplejson/encoder.py",
line 357, in iterencode
return _iterencode(o,
0)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x86 in
position 11: invalid start byte
5813 140640784480000
[2017-02-02 19:45:12,853] INFO trytond.protocols.dispatcher <class
'trytond.pool.account.invoice.line'>.read(*(
[176, 172, 173,
174, 175], ['product', 'unit_digits', 'description', 'sequence',
'invoice_type', 'company', 'account',
'unit_price',
'currency_digits', 'currency', 'amount',
'product_uom_category', 'taxes', 'invoice', 'party', 'type', 'unit',
'quantity', 'product.
rec_name', 'company.rec_name',
'account.rec_name', 'currency.rec_name',
'product_uom_category.rec_name', 'invoice.rec_name',
'party.
rec_name', 'unit.rec_name', 'rec_name', '_timestamp'],
{'locale': {'date': '%d.%m.%Y', 'decimal_point': ',',
'thousands_sep': ' ', '
grouping': [3, 0]}, 'date_format':
'%d.%m.%Y', 'company': 1, 'company.rec_name': 'ECKANKAR CONGO',
'language': 'fr_FR', 'employee':
None, 'company_work_time':
{'h': 3600, 'M': 576000.0, 'd': 28800.0, 'Y': 6912000.0, 'm': 60,
'w': 144000.0, 's': 1}, 'type': 'out',
'language_direction':
'ltr', 'groups': [26, 25, 24, 1, 5, 13, 16, 8, 28, 2, 7, 14, 6, 10,
3, 9, 29, 4, 30, 21, 27, 15, 17, 31, 19, 2
2, 11, 12, 20, 18,
23]}), **{}) from admin@::ffff:127.0.0.1//eckankarcongo2/
5813
140640784480000 [2017-02-02 19:45:12,933] INFO werkzeug
::ffff:127.0.0.1 - - [02/Feb/2017 19:45:12] "POST
/eckankarcongo2/ HTTP
/1.1" 200 -
In summary, I get the following errors:
ERROR werkzeug Error on request
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x86 in position 11: invalid start byte
Kind regards,
Armand
It seems a bug related to python3, could you please fill an issue?
Thanks.