RC bugs #2800

Closed
opened 2019-08-28 00:50:56 +02:00 by tzarebczan · 0 comments
tzarebczan commented 2019-08-28 00:50:56 +02:00 (Migrated from github.com)
  • claims are resolved when going to channel pages-this should not happen since we have all the data from claim search...we are probably not storing it correctly in redux)

  • img files don't work: lbry://img

  • after deleting a claim, you're returned to the same page (and if autodownload it on, it redownloads)

  • app crash when editing + changing url

  • related content shows same url as your own sometimes

  • wallet page doesn't show channel details for creation/update.

  • app crash when typing war-of-the-phonological-clan into url (this is not a valid url)

TypeError: Cannot destructure property `claim_id` of 'undefined' or 'null'.
    at ui.js:224
    at Xi (ui.js:240)
  • the URL for channels on channel pages switches from short + permanent multiple times (sometimes it gets stuck, sometimes goes back to short if re-entering it)
    image

  • new search error on the RC/ lbry.tv (type jiggytom into search bar)

ui.js:240 TypeError: Cannot destructure property `claim_id` of 'undefined' or 'null'.
    at ui.js:224
    at Xi (ui.js:240)
    at La (ui.js:240)
    at Yo (ui.js:240)
    at $o (ui.js:240)
    at As (ui.js:240)
    at js (ui.js:240)
    at Es (ui.js:240)
    at Zo (ui.js:240)
    at Object.enqueueSetState (ui.js:240)
  • When typing in search bar: ui.js:240 TypeError: Cannot read property 'toLowerCase' of undefined

  • On publish/channel pages: ui.js:1 Uncaught (in promise) Error: 'claimName', 'channelName', and 'streamName' are all empty. One must be present to build a url. at et (ui.js:1) at u.Lbry.claim_search.then.r (ui.js:16)

  • Featured content is not marked - maybe due to above / other URL changes.

  • THIS WAS FILED https://beta.lbry.tv/al-uW4I2fPPXFM/4 should be blocked. The channel is in the blocked outpoints, we need to check the channel outpoint against the list as well as the claim outpoint

- [x] claims are resolved when going to channel pages-this should not happen since we have all the data from claim search...we are probably not storing it correctly in redux) - [x] img files don't work: lbry://img - [x] after deleting a claim, you're returned to the same page (and if autodownload it on, it redownloads) - [x] app crash when editing + changing url - [x] related content shows same url as your own sometimes - [x] wallet page doesn't show channel details for creation/update. - [x] app crash when typing war-of-the-phonological-clan into url (this is not a valid url) ``` TypeError: Cannot destructure property `claim_id` of 'undefined' or 'null'. at ui.js:224 at Xi (ui.js:240) ``` - [x] the URL for channels on channel pages switches from short + permanent multiple times (sometimes it gets stuck, sometimes goes back to short if re-entering it) ![image](https://user-images.githubusercontent.com/8120721/63860136-9256d980-c976-11e9-9ef3-90e07e9a5ed1.png) - [x] new search error on the RC/ lbry.tv (type jiggytom into search bar) ``` ui.js:240 TypeError: Cannot destructure property `claim_id` of 'undefined' or 'null'. at ui.js:224 at Xi (ui.js:240) at La (ui.js:240) at Yo (ui.js:240) at $o (ui.js:240) at As (ui.js:240) at js (ui.js:240) at Es (ui.js:240) at Zo (ui.js:240) at Object.enqueueSetState (ui.js:240) ``` - [x] When typing in search bar: ``` ui.js:240 TypeError: Cannot read property 'toLowerCase' of undefined``` - [x] On publish/channel pages: ``` ui.js:1 Uncaught (in promise) Error: 'claimName', 'channelName', and 'streamName' are all empty. One must be present to build a url. at et (ui.js:1) at u.Lbry.claim_search.then.r (ui.js:16)``` - [x] Featured content is not marked - maybe due to above / other URL changes. - [x] THIS WAS FILED https://beta.lbry.tv/al-uW4I2fPPXFM/4 should be blocked. The channel is in the blocked outpoints, we need to check the channel outpoint against the list as well as the claim outpoint
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#2800
No description provided.