Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeated error: ERR_ACTION_ACCESS_UNDEFINED #25

Open
TomHardwicke opened this issue Sep 24, 2023 · 3 comments
Open

Repeated error: ERR_ACTION_ACCESS_UNDEFINED #25

TomHardwicke opened this issue Sep 24, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@TomHardwicke
Copy link

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."

  1. Provide the search details that you used by export: usrQuery=WS=(psychology) AND PY=2022 AND DT=article and databaseID=WOS

  2. 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
Screenshot 2023-09-24 at 22 49 24

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)
@TomHardwicke TomHardwicke added the bug Something isn't working label Sep 24, 2023
@maloku
Copy link
Member

maloku commented Oct 2, 2023

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?

@TomHardwicke
Copy link
Author

yes sorry, that's correct

@maloku
Copy link
Member

maloku commented Oct 2, 2023

Regarding this:

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.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants