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
While running examples/demo.py, the node initially works but then encounters a JSON parse error. The error occurs during node info processing, suggesting an incomplete or malformed JSON response.
Error Details
{
"jsonrpc": "2.0",
"id": null,
"error": {
"code": -32700,
"message": "Parse error: Unexpected end of JSON input",
"data": {
"message": "Parse error: Unexpected end of JSON input"
}
}
}
Environment
OS: Ubuntu
Kernel: Linux 6.8.0-48-generic amd64
CPU: AMD Ryzen 5 PRO 4650U with Radeon Graphics
Java Version: Ubuntu 11.0.24
Blazegraph Version: 2.1.6-SNAPSHOT
Memory: ~500MB free (freeMemory=501025240)
Steps to Reproduce
Run examples/demo.py
Initial asset formatting succeeds:
Public assertion ID calculated: 0xe3a6...93cf
Public assertion size: 299
Number of triples: 4
Number of chunks: 4
Error occurs during subsequent node info processing
Expected Behavior
The demo should complete successfully without any JSON parse errors, properly processing both public and private assertions.
While running
examples/demo.py
, the node initially works but then encounters a JSON parse error. The error occurs during node info processing, suggesting an incomplete or malformed JSON response.Error Details
Environment
Steps to Reproduce
0xe3a6...93cf
Expected Behavior
The demo should complete successfully without any JSON parse errors, properly processing both public and private assertions.
Additional Context
The text was updated successfully, but these errors were encountered: