Blank error in app when streaming/downloading #536

Closed
opened 2017-09-06 16:17:16 +02:00 by tzarebczan · 2 comments
tzarebczan commented 2017-09-06 16:17:16 +02:00 (Migrated from github.com)

The Issue

App side issue to go along with https://github.com/lbryio/lbry/issues/885

Error message on app side is blank for the scenario given in the above issue. This happens when you go to a claim and the sdblob initially fails but then downloads when you click download/stream (that's when the blank error pops up). See below for logs:

Lbrynet.log

2017-08-30 21:12:09,553 INFO     lbrynet.daemon.Daemon:2635: Need sd blob
2017-08-30 21:12:09,553 INFO     lbrynet.core.client.ConnectionManager:38: Connection Manager 4c9ce770083543c81312803403814a5cad7d885a41080917ca951a1ec4770e599df3de04c92b401fd6ece34d0f78290c initialized
2017-08-30 21:12:11,555 WARNING  lbrynet.daemon.Daemon:2644: Failed to download 4c9ce770083543c81312803403814a5cad7d885a41080917ca951a1ec4770e599df3de04c92b401fd6ece34d0f78290c within timeout
2017-08-30 21:12:14,365 INFO     lbrynet.core.server.BlobRequestHandler:151: Sending 211a97a9a23a0d05 to 27.72.41.136:49402
2017-08-30 21:12:19,680 INFO     lbrynet.daemon.Downloader:91: Download lbry://ld-ESe4TsYVE0g status changed to initializing
2017-08-30 21:12:19,683 INFO     lbrynet.daemon.Downloader:91: Download lbry://ld-ESe4TsYVE0g status changed to downloading_metadata
2017-08-30 21:12:19,683 INFO     lbrynet.core.client.ConnectionManager:38: Connection Manager 4c9ce770083543c81312803403814a5cad7d885a41080917ca951a1ec4770e599df3de04c92b401fd6ece34d0f78290c initialized
2017-08-30 21:12:20,601 INFO     lbrynet.core.client.BlobRequester:395: Offered rate 0.000000/mb accepted by 88.223.55.113
2017-08-30 21:12:20,740 INFO     lbrynet.core.client.BlobRequester:545: Blob 4c9ce770083543c8 has been successfully downloaded from 88.223.55.113:3333
2017-08-30 21:12:20,742 INFO     lbrynet.core.client.ClientProtocol:144: Closing the connection to 88.223.55.113:3333 due to having no further requests to send
2017-08-30 21:12:21,759 INFO     lbrynet.lbry_file.EncryptedFileMetadataManager:246: Saved sd blob hash 4c9ce770083543c81312803403814a5cad7d885a41080917ca951a1ec4770e599df3de04c92b401fd6ece34d0f78290c to stream hash 05fb31c9bb9ebe05fa5261c2c2b06998b500e939aee90eff24c6e0e6a123f398594e51ff9584d2dd4a741d3273b44b86
2017-08-30 21:12:21,782 INFO     lbrynet.daemon.Downloader:180: Downloading lbry://ld-ESe4TsYVE0g (4c9ce7) --> D:\LBRY Downloads Main PC\ESe4TsYVE0g.mp4

Console:

TypeError: Cannot read property 'transaction_id' of undefined
    at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:8641:15
    at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121416:18
    at dispatch (file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121471:18)
    at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:8698:9
    at Array.forEach (native)
    at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:8697:89
    at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121416:18
    at dispatch (file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121471:18)
    at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:3397:5
    at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121416:18
    at dispatch (file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121471:18)

System Configuration

  • LBRY Daemon version: 0.15.1
  • LBRY App version: 0.15
  • LBRY Installation ID:
  • Operating system: Windows

Anything Else

Screenshots

<!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. - App releases: https://github.com/lbryio/lbry-app/releases - Standalone daemon: https://github.com/lbryio/lbry/releases We are also available on Slack at https://slack.lbry.io --> ## The Issue App side issue to go along with https://github.com/lbryio/lbry/issues/885 Error message on app side is blank for the scenario given in the above issue. This happens when you go to a claim and the sdblob initially fails but then downloads when you click download/stream (that's when the blank error pops up). See below for logs: Lbrynet.log ``` 2017-08-30 21:12:09,553 INFO lbrynet.daemon.Daemon:2635: Need sd blob 2017-08-30 21:12:09,553 INFO lbrynet.core.client.ConnectionManager:38: Connection Manager 4c9ce770083543c81312803403814a5cad7d885a41080917ca951a1ec4770e599df3de04c92b401fd6ece34d0f78290c initialized 2017-08-30 21:12:11,555 WARNING lbrynet.daemon.Daemon:2644: Failed to download 4c9ce770083543c81312803403814a5cad7d885a41080917ca951a1ec4770e599df3de04c92b401fd6ece34d0f78290c within timeout 2017-08-30 21:12:14,365 INFO lbrynet.core.server.BlobRequestHandler:151: Sending 211a97a9a23a0d05 to 27.72.41.136:49402 2017-08-30 21:12:19,680 INFO lbrynet.daemon.Downloader:91: Download lbry://ld-ESe4TsYVE0g status changed to initializing 2017-08-30 21:12:19,683 INFO lbrynet.daemon.Downloader:91: Download lbry://ld-ESe4TsYVE0g status changed to downloading_metadata 2017-08-30 21:12:19,683 INFO lbrynet.core.client.ConnectionManager:38: Connection Manager 4c9ce770083543c81312803403814a5cad7d885a41080917ca951a1ec4770e599df3de04c92b401fd6ece34d0f78290c initialized 2017-08-30 21:12:20,601 INFO lbrynet.core.client.BlobRequester:395: Offered rate 0.000000/mb accepted by 88.223.55.113 2017-08-30 21:12:20,740 INFO lbrynet.core.client.BlobRequester:545: Blob 4c9ce770083543c8 has been successfully downloaded from 88.223.55.113:3333 2017-08-30 21:12:20,742 INFO lbrynet.core.client.ClientProtocol:144: Closing the connection to 88.223.55.113:3333 due to having no further requests to send 2017-08-30 21:12:21,759 INFO lbrynet.lbry_file.EncryptedFileMetadataManager:246: Saved sd blob hash 4c9ce770083543c81312803403814a5cad7d885a41080917ca951a1ec4770e599df3de04c92b401fd6ece34d0f78290c to stream hash 05fb31c9bb9ebe05fa5261c2c2b06998b500e939aee90eff24c6e0e6a123f398594e51ff9584d2dd4a741d3273b44b86 2017-08-30 21:12:21,782 INFO lbrynet.daemon.Downloader:180: Downloading lbry://ld-ESe4TsYVE0g (4c9ce7) --> D:\LBRY Downloads Main PC\ESe4TsYVE0g.mp4 ``` Console: ``` TypeError: Cannot read property 'transaction_id' of undefined at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:8641:15 at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121416:18 at dispatch (file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121471:18) at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:8698:9 at Array.forEach (native) at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:8697:89 at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121416:18 at dispatch (file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121471:18) at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:3397:5 at file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121416:18 at dispatch (file:///C:/Program%20Files%20(x86)/LBRY/resources/app/dist/js/bundle.js:121471:18) ``` ## System Configuration <!-- For the app, this info is in the About section at the bottom of the Help page. You can include a screenshot instead of typing it out --> <!-- For the daemon, run: curl 'http://localhost:5279' --data '{"method":"version"}' and include the full output --> - LBRY Daemon version: 0.15.1 - LBRY App version: 0.15 - LBRY Installation ID: - Operating system: Windows ## Anything Else <!-- Include anything else that does not fit into the above sections --> ## Screenshots <!-- If a screenshot would help explain the bug, please include one or two here -->
MSFTserver commented 2017-09-06 20:58:04 +02:00 (Migrated from github.com)

i keep seeing this on the blank error, didnt see it in your log but it happens to every one for me when the blank error happens, first one fails then it does it again where it works

2017-09-01 20:57:01,324 INFO     lbrynet.core.client.ConnectionManager:38: Connection Manager 6xgjEfRjOh0.mp4 initialized
2017-09-01 20:57:01,406 INFO     lbrynet.file_manager.EncryptedFileDownloader:32: lbry://rt-6xgjEfRjOh0 (cf1037) is unknown
i keep seeing this on the blank error, didnt see it in your log but it happens to every one for me when the blank error happens, first one fails then it does it again where it works ``` 2017-09-01 20:57:01,324 INFO lbrynet.core.client.ConnectionManager:38: Connection Manager 6xgjEfRjOh0.mp4 initialized 2017-09-01 20:57:01,406 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://rt-6xgjEfRjOh0 (cf1037) is unknown ```
kauffj commented 2017-09-06 22:20:58 +02:00 (Migrated from github.com)

About 50% certain I fixed this, please re-open if this happens past 0.15.1.

Note that this fix (and ticket) is just that the error pop-up is blank.

About 50% certain I fixed this, please re-open if this happens past 0.15.1. Note that this fix (and ticket) is just that the error pop-up is blank.
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-desktop#536
No description provided.