You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I run queries I often get the error below. Note that the "startRecord" the message refers to seems to vary, even if I'm running exactly the same query with exactly the same range.
"Something went wrong at startRecord = 3800. Error: ERR_ACTION_ACCESS_UNDEFINED: Are you trying to access this.someMutation() or this.someGetter inside an @action? That works only in dynamic modules. If not dynamic use this.context.commit("mutationName", payload) and this.context.getters["getterName"] Error: Could not perform action getAllReferences at C. (app://./js/chunk-vendors.da9927d4.js:62:5439) at l (app://./js/ch"
To Reproduce
The error does not seem reproducible — I can run exactly the same query and range of records and the error will appear with a different "startRecord."
Provide the search details that you used by export: usrQuery=WS=(psychology) AND PY=2022 AND DT=article and databaseID=WOS
Attribute selection configuration that you used. Upload your JSON
I don't know what this means.
Expected behavior
I expected all results of my query too be returned without an error.
Screenshots
Note that I've tried the full range (1 to 70,696) but also smaller ranges (e.g., 1000 to 2000). I usually get an error. Once I did not.
Desktop (please complete the following information):
OS: Mac OS 13.5.2 (22G91)
The text was updated successfully, but these errors were encountered:
Thanks @TomHardwicke for the report. I am looking into it. Obviously, WS is not a valid field tag. I am strongly assuming you meant WC=(psychology) and you meant to filter by web of science category. Is this correct?
Attribute selection configuration that you used. Upload your JSON
I don't know what this means.
You have the possibility to adjust via JSON the attributes you want to export. You can find the configuration here. If you haven't changed that, then nothing to share.
Describe the bug
When I run queries I often get the error below. Note that the "startRecord" the message refers to seems to vary, even if I'm running exactly the same query with exactly the same range.
"Something went wrong at startRecord = 3800. Error: ERR_ACTION_ACCESS_UNDEFINED: Are you trying to access this.someMutation() or this.someGetter inside an @action? That works only in dynamic modules. If not dynamic use this.context.commit("mutationName", payload) and this.context.getters["getterName"] Error: Could not perform action getAllReferences at C. (app://./js/chunk-vendors.da9927d4.js:62:5439) at l (app://./js/ch"
To Reproduce
The error does not seem reproducible — I can run exactly the same query and range of records and the error will appear with a different "startRecord."
Provide the search details that you used by export: usrQuery=WS=(psychology) AND PY=2022 AND DT=article and databaseID=WOS
Attribute selection configuration that you used. Upload your JSON
I don't know what this means.
Expected behavior
I expected all results of my query too be returned without an error.
Screenshots
Note that I've tried the full range (1 to 70,696) but also smaller ranges (e.g., 1000 to 2000). I usually get an error. Once I did not.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: