Cannot read property publisherSignature of undefined #505

Closed
opened 2017-08-27 06:04:43 +02:00 by btzr-io · 2 comments
btzr-io commented 2017-08-27 06:04:43 +02:00 (Migrated from github.com)

The Issues

App gets broken after clicking in downloads and publishes

Steps to reproduce

  1. Run build from last master.
  2. Click on downloads and publishes

Expected behaviour

It should show downloads tab content.

Actual behaviour

Navigation don't work after this, and multiple errors are thrown:

Uncaught TypeError: Cannot read property 'publisherSignature' of undefined
    at eval (webpack:///./js/component/fileList/view.jsx?:111:45)
   ...
Couldn't set selectedTextBackgroundColor from default ()

System Configuration

Last build from master -> fb2b37c4f1

<!-- 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 Issues App gets broken after clicking in downloads and publishes ### Steps to reproduce 1. Run build from last master. 2. Click on downloads and publishes ### Expected behaviour It should show downloads tab content. ### Actual behaviour Navigation don't work after this, and multiple errors are thrown: ``` Uncaught TypeError: Cannot read property 'publisherSignature' of undefined at eval (webpack:///./js/component/fileList/view.jsx?:111:45) ... ``` ``` Couldn't set selectedTextBackgroundColor from default () ``` ## System Configuration Last build from master -> https://github.com/lbryio/lbry-app/commit/fb2b37c4f176e927d6c5174e979091bef3abfc3f
MatWaller commented 2017-08-27 06:13:41 +02:00 (Migrated from github.com)

Have debugged this and provided information in slack -- thanks for opening a issue @btzr-io

Going to take a look at this now will submit a PR.

Have debugged this and provided information in slack -- thanks for opening a issue @btzr-io Going to take a look at this now will submit a PR.
btzr-io commented 2017-08-27 16:13:46 +02:00 (Migrated from github.com)
Fixed -> https://github.com/lbryio/lbry-app/pull/507
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#505
No description provided.