Failed to download sd blob
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 493
- PR merge metrics
- No merged PRs in 30d
Description
Using the 0.108.0 . Multiple people experiencing the same issue. I asked online, people answered with the same issue...
I try:
```
./lbrynet get lbry://@OfficialZaney#8/how-to-play-ps1-games-with-mednafen-on#d --save_file=True
```
I get ( 30 seconds later ):
```
{
"error": "Failed to download sd blob 11153cb4352e74904d4c1aacd9f3f1f723468d66e47b77fecee6d111b8d428451a3fac9ab5c5f7af28183ca82d3b029e within timeout."
}
```
No matter what we are trying to who is trying it. Perhaps something is very wrong.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported `./lbrynet get ... --save_file=True` command and trace where the SD blob download reaches its timeout. The issue names no source file or test, so locate the download and timeout handling from the `lbrynet get` entry point. Done means the reported blob downloads successfully without the timeout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100