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

Javascript Error: Cannot access 'ne' before initialization #83

Open
Tilana opened this issue Jun 14, 2024 · 1 comment
Open

Javascript Error: Cannot access 'ne' before initialization #83

Tilana opened this issue Jun 14, 2024 · 1 comment
Labels
wontfix This will not be worked on

Comments

@Tilana
Copy link

Tilana commented Jun 14, 2024

When trying to access the results of a dimcli query I experience the following error: Javascript Error: Cannot access 'ne' before initialization

It seems that the API connection works and that data is retrieved, however, accessing the data causes the error.
The error can be reproduced with the following code:

dsl = dimcli.Dsl()
dsl.query("""search grants for "malaria" return researchers limit 10""")

which returns this result:

Returned Researchers: 10
Time: 2.28s
Javascript Error: Cannot access 'ne' before initialization

The same query on the dimcli command line works without problems.

Are any dependency updates causing the issue?

Thanks for taking a look! Dimcli is a great tool to work with.

@lambdamusic
Copy link
Member

Hi @Tilana what are your environment specs?

The query runs fine for me in Jupyter

image

@lambdamusic lambdamusic added the wontfix This will not be worked on label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants