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
When attempting to download a file from certain RPC endpoints using the 0g-storage-client, I encounter a runtime error: slice bounds out of range. This error occurs consistently when using specific endpoints but not others.
Steps to Reproduce:
Upload a file to a storage node using the following command:
I have verified that the file uploads and downloads successfully from the working endpoint, and the issue consistently occurs with other endpoints.
I have also checked that all endpoints are reachable and the network connection is stable.
Logs:
Include any relevant logs if necessary (e.g., from 0g-storage-client or the node).
Suggested Fix:
Investigate the ParallelDo method in download_parallel.go for possible issues with handling slice bounds or RPC responses.
Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
Description:
When attempting to download a file from certain RPC endpoints using the 0g-storage-client, I encounter a runtime error: slice bounds out of range. This error occurs consistently when using specific endpoints but not others.
Upload a file to a storage node using the following command:
The download succeeds without errors.
or
Observed Results:
The command fails with the following error:
Expected Results:
The file should download successfully from any RPC endpoint.
Environment:
Additional Information:
I have verified that the file uploads and downloads successfully from the working endpoint, and the issue consistently occurs with other endpoints.
I have also checked that all endpoints are reachable and the network connection is stable.
Logs:
Include any relevant logs if necessary (e.g., from 0g-storage-client or the node).
Suggested Fix:
Investigate the ParallelDo method in download_parallel.go for possible issues with handling slice bounds or RPC responses.
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: