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

ERR_ACTION_ACCESS_UNDEFINED #27

Open
nniiicc opened this issue Feb 29, 2024 · 1 comment
Open

ERR_ACTION_ACCESS_UNDEFINED #27

nniiicc opened this issue Feb 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nniiicc
Copy link

nniiicc commented Feb 29, 2024

Describe the bug

Similar error described in #25 ... However, I can export records as a CSV but only if the "add cited references" is not selected

Something went wrong at startRecord = 101.
Please report and help us improve.
.
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.<anonymous> (app://./js/chunk-vendors.da9927d4.js:62:5439) at l (app://./js/ch

To Reproduce
Steps to reproduce the behavior:

  1. Provide the search details that you used by export e.g. usrQuery=TS=(covid-19 vaccin*) AND PY=2020 and databaseID=WOS)

Query
(SO=((Astronomy and Computing) OR (Computer Physics Communications) OR(Computational Astrophysics and Cosmology) OR (Computer Physics Communications) OR (Computers & Geosciences) OR (Computing and Software for Big Science) OR (Environmental Modelling & Software) OR (Geoscientific Model Development) OR (International Journal of Quantum Chemistry) OR (Journal of Applied Crystallography) OR (Journal of Chemical Theory and Computation) OR (Journal of Chemical Information and Modelling) OR (Journal of Cheminformatics) OR (Journal of Computational Chemistry) OR (Molecular Simulation) OR (WIRES) OR (Computational Molecular Science)) AND TI=(Software OR Pipeline OR Tool or Package))

databaseID: WOS

InCites: Query Settings
schema: wos-Web of Science
esci: y

  1. Attribute selection configuration that you used.
  • JSON

Expected behavior
Records exported

Screenshots
Screenshot 2024-02-29 at 1 24 36 PM

Desktop (please complete the following information):

  • OS: MacOS 13.5

Additional context
None

@nniiicc nniiicc added the bug Something isn't working label Feb 29, 2024
@peiychen
Copy link

peiychen commented Mar 6, 2024

got the same error today:

Something went wrong at startRecord = 101.
Please report and help us improve.
.
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.<anonymous> (app://./js/chunk-vendors.da9927d4.js:62:5439) at l (app://./js/ch

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