Blob files are not downloaded when participating in the data network #991

Open
opened 2020-08-22 21:43:56 +02:00 by cahlenlee · 1 comment
cahlenlee commented 2020-08-22 21:43:56 +02:00 (Migrated from github.com)

DESCRIPTION:

Blob files are not downloaded when participating in the data network.


REPRO STEPS:

  1. Install and Launch LBRY 0.16.0 on Android 8.1.0
  2. Turn on Data Network Participation in Settings
  3. Close and restart LBRY
  4. Watch a video
  5. Navigate to 'blobfiles' directory

Results: Directory is empty

Expected: Directory contains blob files


ENVIRONMENT:

  • LG V20
  • Android 8.1.0
  • LBRY 0.16.0

MEDIA:

20200822_133841


INTERNAL USE:


DEFINITION OF DONE:

  • Tested against acceptance criteria
  • Tested against the assumptions of the user story
  • The project builds without errors
  • Unit tests are written and passing
  • Tests on devices/browsers listed in the issue have passed
  • QA performed & issues resolved
  • Refactoring completed
  • Any configuration or build changes documented
  • Documentation updated
  • Peer Code Review performed

LBRY ADDRESS:
bZSqrVdpxt5KJdn2eGMUzT9Jn3gEiRet7b
mail@cahlen.org

**DESCRIPTION:** Blob files are not downloaded when participating in the data network. ----- **REPRO STEPS:** 1) Install and Launch LBRY 0.16.0 on Android 8.1.0 2) Turn on Data Network Participation in Settings 3) Close and restart LBRY 4) Watch a video 5) Navigate to 'blobfiles' directory **Results:** Directory is empty **Expected:** Directory contains blob files ----- **ENVIRONMENT:** - LG V20 - Android 8.1.0 - LBRY 0.16.0 ----- **MEDIA:** ![20200822_133841](https://user-images.githubusercontent.com/30788194/90964385-549f6a80-e47d-11ea-83f7-c776f6b4b03b.gif) ----- **INTERNAL USE:** ----- **DEFINITION OF DONE:** - [ ] Tested against acceptance criteria - [ ] Tested against the assumptions of the user story - [ ] The project builds without errors - [ ] Unit tests are written and passing - [ ] Tests on devices/browsers listed in the issue have passed - [ ] QA performed & issues resolved - [ ] Refactoring completed - [ ] Any configuration or build changes documented - [ ] Documentation updated - [ ] Peer Code Review performed ----- **LBRY ADDRESS:** bZSqrVdpxt5KJdn2eGMUzT9Jn3gEiRet7b mail@cahlen.org
ycohen-dev commented 2020-10-16 11:39:09 +02:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#991
No description provided.