-
Bug
-
Resolution: Fixed
-
None
-
High
-
DEBUG: added debug code for further investigation
-
Emptyshow more show less
This is a next iteration of investigation for where a GET /Editor.model.admin.TaskUserAssoc request is triggered from, further leading to RootCause errors:
https://app.therootcause.io/#marc-mittag/translate5/errors/67c2d6b6e56d0c80270060dbc13b5d544d0ba1da
https://app.therootcause.io/#marc-mittag/translate5/errors/d6d911ebe068a1ce6ee6d4af177751d5738b2948
https://app.therootcause.io/#marc-mittag/translate5/errors/24b36159ee8d9c4914288daf1619430777f6909d
https://app.therootcause.io/#marc-mittag/translate5/errors/89cef8f8f60a510dac670afc5026ab3575e296a1
https://app.therootcause.io/#marc-mittag/translate5/errors/2ee9337fa18bfe5b2313cc61d2ded51fa92ef2eb
On previous iteration, there was an attempt to capture the call stack trace, and attempt succeeded in https://app.therootcause.io/#marc-mittag/translate5/errors/7f2cfc55dc0bd8240068cc42a00d376f6abce2c9 and https://app.therootcause.io/#marc-mittag/translate5/errors/16507ccab19f9dbb090a351ef16bb4d72501509b but was not helpful (see below):
Error at F.start (https://festo-hub.translate5.net/modules/editor/overrides.js?v=7.26.5:1776:25) at F.request (https://festo-hub.translate5.net/ext-6.2.0/build/ext-all.js:22:189205) at F.sendRequest (https://festo-hub.translate5.net/ext-6.2.0/build/ext-all.js:22:673120) at F.doRequest (https://festo-hub.translate5.net/ext-6.2.0/build/ext-all.js:22:673055) at F.read (https://festo-hub.translate5.net/ext-6.2.0/build/ext-all.js:22:668967) at F.doExecute (https://festo-hub.translate5.net/ext-6.2.0/build/ext-all.js:22:617058) at F.execute (https://festo-hub.translate5.net/ext-6.2.0/build/ext-all.js:22:614107) at g.flushLoad (https://festo-hub.translate5.net/ext-6.2.0/build/ext-all.js:22:661600) at https://festo-hub.translate5.net/ext-6.2.0/build/ext-all.js:22:61065 at https://festo-hub.translate5.net/ext-6.2.0/build/ext-all.js:22:64339 at https://app.therootcause.io/rootcause-full-extjs.js:10:292118 at o (https://app.therootcause.io/rootcause-full-extjs.js:10:292233) at c (https://app.therootcause.io/rootcause-full-extjs.js:10:292745)
—
This time, it was noticed that such a request is triggered after GET task/xxx request is done, which is, in it's turn, is triggered after
↓ , task, updateProgress, [object Object]
message is shown in console, so now there is a debug code added in multiple places to check which of those places is the right point for further investigation
- relates to
-
TRANSLATE-4905 Strange request to GET /Editor.model.admin.TaskUserAssoc leading to RootCause error. 2nd attempt
- Done