lbryio / lbryio/lbry-sdk

Failed to download sd blob

Open
#3,606 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.