-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
wontfixThis will not be worked onThis will not be worked on
Description
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.
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on