Blob files are not downloaded when participating in the data network #991
Labels
No labels
android: closed alpha
android: open beta
app-parity
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
creator
Epic
good first issue
hacktoberfest
help wanted
icebox
Invalid
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
product review
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-android#991
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
DESCRIPTION:
Blob files are not downloaded when participating in the data network.
REPRO STEPS:
Results: Directory is empty
Expected: Directory contains blob files
ENVIRONMENT:
MEDIA:
INTERNAL USE:
DEFINITION OF DONE:
LBRY ADDRESS:
bZSqrVdpxt5KJdn2eGMUzT9Jn3gEiRet7b
mail@cahlen.org
I'm not versed in GitHub etiquette, but this (possibly not) bug really involves the lbry-android-sdk repo.
I've opened an issue on there lbryio/lbry-android-sdk#8
I'm guessing it's the intended behavior.
The gist of it is that the "Participate on the data network" doesn't mean "save blobs in the blobs directory".
Right now (as far as I was able to comprehend the code) blobs are saved in-memory ,
meaning that you start from square one each time you start the lbrynet service.
while watching a video - blobs will aggregate in-memory , and those in-memory blobs will be shared with others.