The document contains logs from an app crash on multiple dates. The crashes include an Odoo exception with invalid datetime format, a socket exception with connection abort, and another socket exception with connection refused. Device, app, and error details are provided for each crash.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
82 views12 pages
Log
The document contains logs from an app crash on multiple dates. The crashes include an Odoo exception with invalid datetime format, a socket exception with connection abort, and another socket exception with connection refused. Device, app, and error details are provided for each crash.
OdooException: {code: 200, message: Odoo Server Error, data: {name: psycopg2.errors.InvalidDatetimeFormat, debug: Traceback (most recent call last): File "/opt/odoo/15/base/odoo/addons/base/models/ir_http.py", line 237, in _dispatch result = request.dispatch() File "/opt/odoo/15/base/odoo/http.py", line 687, in dispatch result = self._call_function(**self.params) File "/opt/odoo/15/base/odoo/http.py", line 359, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/15/base/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/15/base/odoo/http.py", line 348, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/15/base/odoo/http.py", line 916, in __call__ return self.method(*args, **kw) File "/opt/odoo/15/base/odoo/http.py", line 535, in response_wrap response = f(*args, **kw) File "/opt/odoo/15/base/addons/web/controllers/main.py", line 1347, in call_kw return self._call_kw(model, method, args, kwargs) File "/opt/odoo/15/base/addons/web/controllers/main.py", line 1339, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo/15/base/odoo/api.py", line 462, in call_kw result = _call_kw_model_create(method, model, args, kwargs) File "/opt/odoo/15/base/odoo/api.py", line 442, in _call_kw_model_create result = method(recs, *args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 391, in _model_create_single return create(self, arg) File "/opt/sigappro/custom/sigap_ops_2_1/models/hr_attendance.py", line 156, in create res = super(HrAttendance, self).create(vals) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 412, in _model_create_multi return create(self, [arg]) File "/opt/odoo/15/base/addons/hr_attendance/models/hr_attendance.py", line 276, in create res = super().create(vals_list) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 413, in _model_create_multi return create(self, arg) File "/opt/odoo/15/base/addons/mail/models/mail_thread.py", line 265, in create threads = super(MailThread, self).create(vals_list) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 413, in _model_create_multi return create(self, arg) File "/opt/odoo/15/base/odoo/addons/base/models/ir_fields.py", line 613, in create recs = super().create(vals_list) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 413, in _model_create_multi return create(self, arg) File "/opt/odoo/15/base/odoo/models.py", line 4070, in create records = self._create(data_list) File "/opt/odoo/15/base/odoo/models.py", line 4168, in _create cr.execute(query, params) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/sql_db.py", line 90, in check return f(self, *args, **kwargs) File "/opt/odoo/15/base/odoo/sql_db.py", line 313, in execute res = self._obj.execute(query, params) Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/odoo/15/base/odoo/http.py", line 643, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/15/base/odoo/http.py", line 301, in _handle_exception raise exception.with_traceback(None) from new_cause psycopg2.errors.InvalidDatetimeFormat: invalid input syntax for type timestamp: "" LINE 1: ...d_seq'), '', 'draft', 0.0, '2023-04-30 00:05:30', '', '', '2... ^
, message: invalid input syntax for type timestamp: ""
LINE 1: ...d_seq'), '', 'draft', 0.0, '2023-04-30 00:05:30', '', '', '2... ^ , arguments: [invalid input syntax for type timestamp: "" LINE 1: ...d_seq'), '', 'draft', 0.0, '2023-04-30 00:05:30', '', '', '2... ^ ], context: {}}}
OdooException: {code: 200, message: Odoo Server Error, data: {name: psycopg2.errors.InvalidDatetimeFormat, debug: Traceback (most recent call last): File "/opt/odoo/15/base/odoo/addons/base/models/ir_http.py", line 237, in _dispatch result = request.dispatch() File "/opt/odoo/15/base/odoo/http.py", line 687, in dispatch result = self._call_function(**self.params) File "/opt/odoo/15/base/odoo/http.py", line 359, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/15/base/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/15/base/odoo/http.py", line 348, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/15/base/odoo/http.py", line 916, in __call__ return self.method(*args, **kw) File "/opt/odoo/15/base/odoo/http.py", line 535, in response_wrap response = f(*args, **kw) File "/opt/odoo/15/base/addons/web/controllers/main.py", line 1347, in call_kw return self._call_kw(model, method, args, kwargs) File "/opt/odoo/15/base/addons/web/controllers/main.py", line 1339, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo/15/base/odoo/api.py", line 462, in call_kw result = _call_kw_model_create(method, model, args, kwargs) File "/opt/odoo/15/base/odoo/api.py", line 442, in _call_kw_model_create result = method(recs, *args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 391, in _model_create_single return create(self, arg) File "/opt/sigappro/custom/sigap_ops_2_1/models/hr_attendance.py", line 170, in create res = super(HrAttendance, self).create(vals) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 412, in _model_create_multi return create(self, [arg]) File "/opt/odoo/15/base/addons/hr_attendance/models/hr_attendance.py", line 276, in create res = super().create(vals_list) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 413, in _model_create_multi return create(self, arg) File "/opt/odoo/15/base/addons/mail/models/mail_thread.py", line 265, in create threads = super(MailThread, self).create(vals_list) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 413, in _model_create_multi return create(self, arg) File "/opt/odoo/15/base/odoo/addons/base/models/ir_fields.py", line 613, in create recs = super().create(vals_list) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 413, in _model_create_multi return create(self, arg) File "/opt/odoo/15/base/odoo/models.py", line 4070, in create records = self._create(data_list) File "/opt/odoo/15/base/odoo/models.py", line 4168, in _create cr.execute(query, params) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/sql_db.py", line 90, in check return f(self, *args, **kwargs) File "/opt/odoo/15/base/odoo/sql_db.py", line 313, in execute res = self._obj.execute(query, params) Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/odoo/15/base/odoo/http.py", line 643, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/15/base/odoo/http.py", line 301, in _handle_exception raise exception.with_traceback(None) from new_cause psycopg2.errors.InvalidDatetimeFormat: invalid input syntax for type timestamp: "" LINE 1: ...d_seq'), '', 'draft', 0.0, '2023-06-11 08:50:37', '', '', '2... ^
, message: invalid input syntax for type timestamp: ""
LINE 1: ...d_seq'), '', 'draft', 0.0, '2023-06-11 08:50:37', '', '', '2... ^ , arguments: [invalid input syntax for type timestamp: "" LINE 1: ...d_seq'), '', 'draft', 0.0, '2023-06-11 08:50:37', '', '', '2... ^ ], context: {}}}
OdooException: {code: 200, message: Odoo Server Error, data: {name: psycopg2.errors.InvalidDatetimeFormat, debug: Traceback (most recent call last): File "/opt/odoo/15/base/odoo/addons/base/models/ir_http.py", line 237, in _dispatch result = request.dispatch() File "/opt/odoo/15/base/odoo/http.py", line 687, in dispatch result = self._call_function(**self.params) File "/opt/odoo/15/base/odoo/http.py", line 359, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/15/base/odoo/service/model.py", line 94, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/15/base/odoo/http.py", line 348, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/15/base/odoo/http.py", line 916, in __call__ return self.method(*args, **kw) File "/opt/odoo/15/base/odoo/http.py", line 535, in response_wrap response = f(*args, **kw) File "/opt/odoo/15/base/addons/web/controllers/main.py", line 1347, in call_kw return self._call_kw(model, method, args, kwargs) File "/opt/odoo/15/base/addons/web/controllers/main.py", line 1339, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo/15/base/odoo/api.py", line 462, in call_kw result = _call_kw_model_create(method, model, args, kwargs) File "/opt/odoo/15/base/odoo/api.py", line 442, in _call_kw_model_create result = method(recs, *args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 391, in _model_create_single return create(self, arg) File "/opt/sigappro/custom/sigap_ops_2_1/models/hr_attendance.py", line 170, in create res = super(HrAttendance, self).create(vals) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 412, in _model_create_multi return create(self, [arg]) File "/opt/odoo/15/base/addons/hr_attendance/models/hr_attendance.py", line 276, in create res = super().create(vals_list) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 413, in _model_create_multi return create(self, arg) File "/opt/odoo/15/base/addons/mail/models/mail_thread.py", line 265, in create threads = super(MailThread, self).create(vals_list) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 413, in _model_create_multi return create(self, arg) File "/opt/odoo/15/base/odoo/addons/base/models/ir_fields.py", line 613, in create recs = super().create(vals_list) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/api.py", line 413, in _model_create_multi return create(self, arg) File "/opt/odoo/15/base/odoo/models.py", line 4070, in create records = self._create(data_list) File "/opt/odoo/15/base/odoo/models.py", line 4168, in _create cr.execute(query, params) File "/usr/local/lib/python3.8/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) File "/opt/odoo/15/base/odoo/sql_db.py", line 90, in check return f(self, *args, **kwargs) File "/opt/odoo/15/base/odoo/sql_db.py", line 313, in execute res = self._obj.execute(query, params) Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/odoo/15/base/odoo/http.py", line 643, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/15/base/odoo/http.py", line 301, in _handle_exception raise exception.with_traceback(None) from new_cause psycopg2.errors.InvalidDatetimeFormat: invalid input syntax for type timestamp: "" LINE 1: ...d_seq'), '', 'draft', 0.0, '2023-06-11 08:51:56', '', '', '2... ^
, message: invalid input syntax for type timestamp: ""
LINE 1: ...d_seq'), '', 'draft', 0.0, '2023-06-11 08:51:56', '', '', '2... ^ , arguments: [invalid input syntax for type timestamp: "" LINE 1: ...d_seq'), '', 'draft', 0.0, '2023-06-11 08:51:56', '', '', '2... ^ ], context: {}}}
Python Advanced Programming: The Guide to Learn Python Programming. Reference with Exercises and Samples About Dynamical Programming, Multithreading, Multiprocessing, Debugging, Testing and More