Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
3413 Vistas

I have installed Odoo v8 on my pc and all worked well but since last week it shows the  error. I've checked the log file and it says that below. Any idea how to fix this?

2016-05-31 17:42:10,135 3764 INFO error werkzeug: 127.0.0.1 - - [31/May/2016 17:42:10] "POST /longpolling/poll HTTP/1.1" 200 -

2016-05-31 17:42:10,137 3764 ERROR error openerp.service.server: Exception happened during processing of request from ('127.0.0.1', 62524)

Traceback (most recent call last):

File "SocketServer.pyc", line 593, in process_request_thread

File "SocketServer.pyc", line 334, in finish_request

File "SocketServer.pyc", line 651, in __init__

File "SocketServer.pyc", line 710, in finish

File "socket.pyc", line 279, in close

File "socket.pyc", line 303, in flush

error: [Errno 10053] Se ha anulado una conexión establecida por el software en su equipo host

Odoo Error del cliente

Uncaught TypeError: Cannot read property 'id' of undefined
http://localhost:8069/web/js/web.assets_backend/ca10508:4363
Avatar
Descartar
Mejor respuesta

That it could be because you are trying to access to id of a object that doesn't exist. 

Did you change something in the code? Or did you do any change? 

Avatar
Descartar
Autor Mejor respuesta

I did not touch the code. The error shows in all 3 browsers. I've "fixed" by looking for products that were created since last week and marking them as innactive so I found the one that causes the problem.
Edit 30-June-2016

Error still shows.

Avatar
Descartar