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
### Problem:
When querying the ISSA SPARQL endpoint "https://data-issa.cirad.fr/sparql" with the following query and using the value "CIRAD - FRA", the visualization in Muvin works correctly with a limit of 100 in the query. However, increasing the limit to 500 or more results in a SyntaxError: Unexpected end of JSON input error.
TypeError: Cannot read properties of undefined (reading 'value')
at C:\Users\quent\Desktop\Master_2\Stage\muvin\datatools\transform.js:92:52
at Array.map (<anonymous>)
at C:\Users\quent\Desktop\Master_2\Stage\muvin\datatools\transform.js:92:35
at Array.map (<anonymous>)
at Transform.clean (C:\Users\quent\Desktop\Master_2\Stage\muvin\datatools\transform.js:88:36)
at Transform.getData (C:\Users\quent\Desktop\Master_2\Stage\muvin\datatools\transform.js:201:20)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async C:\Users\quent\Desktop\Master_2\Stage\muvin\server.js:100:22
The text was updated successfully, but these errors were encountered:
### Problem:
When querying the ISSA SPARQL endpoint "
https://data-issa.cirad.fr/sparql
" with the following query and using the value "CIRAD - FRA
", the visualization in Muvin works correctly with a limit of 100 in the query. However, increasing the limit to 500 or more results in aSyntaxError: Unexpected end of JSON input error
.### Query:
### Console Output on Muvin:
The text was updated successfully, but these errors were encountered: