Claiming a reward doesn't trigger a visual feedback #1436

Closed
opened 2018-05-04 01:14:57 +02:00 by nikooo777 · 3 comments
nikooo777 commented 2018-05-04 01:14:57 +02:00 (Migrated from github.com)

The Issue

In the new app, when a reward is claimed nothing happens. You get the reward and it eventually shows up on your balance, but you don't get a popup or anything indicating that everything went well.

Steps to Reproduce

  1. Run app
  2. Get a reward
  3. Watch nothing happen

Expected Behaviour

A popup or something should inform the user about the claimed reward

Actual Behaviour

Nothing happens

Suggested Solutions

investigate why the popup isn't triggered anymore

System Configuration

  • LBRY Daemon version: super hacked latest version
  • LBRY App version: master
  • LBRY Installation ID: locally run
  • Operating system: Ubuntu 18.04
## The Issue In the new app, when a reward is claimed nothing happens. You get the reward and it eventually shows up on your balance, but you don't get a popup or anything indicating that everything went well. ### Steps to Reproduce 1. Run app 2. Get a reward 3. Watch nothing happen ### Expected Behaviour A popup or something should inform the user about the claimed reward ### Actual Behaviour Nothing happens ### Suggested Solutions investigate why the popup isn't triggered anymore ## System Configuration - LBRY Daemon version: super hacked latest version - LBRY App version: master - LBRY Installation ID: locally run - Operating system: Ubuntu 18.04
tzarebczan commented 2018-05-04 16:42:44 +02:00 (Migrated from github.com)

Can confirm this is happening to me as well. Besides this problem, I often run into an issue where I won't get any snackbars (not even for copying addresses) until the app is restarted. Another user reported not being able to click the delete button on a video either (until restarted).

Can confirm this is happening to me as well. Besides this problem, I often run into an issue where I won't get any snackbars (not even for copying addresses) until the app is restarted. Another user reported not being able to click the delete button on a video either (until restarted).
tzarebczan commented 2018-05-04 17:30:33 +02:00 (Migrated from github.com)

could be related:

Uncaught (in promise) Error: Actions may not have an undefined "type" property. Have you misspelled a constant?
    at Object.performAction (<anonymous>:1:40951)
    at liftAction (<anonymous>:1:34377)
    at dispatch (<anonymous>:1:38408)
    at eval (store.js?aefd:42)
    at C:\Users\tom\Desktop\lbry-app\node_modules\redux-thunk\lib\index.js:14
    at dispatch (C:\Users\tom\Desktop\lbry-app\node_modules\redux\lib\applyMiddleware.js:45)
    at success (rewards.js?fe35:64)
    at <anonymous> 
could be related: ``` Uncaught (in promise) Error: Actions may not have an undefined "type" property. Have you misspelled a constant? at Object.performAction (<anonymous>:1:40951) at liftAction (<anonymous>:1:34377) at dispatch (<anonymous>:1:38408) at eval (store.js?aefd:42) at C:\Users\tom\Desktop\lbry-app\node_modules\redux-thunk\lib\index.js:14 at dispatch (C:\Users\tom\Desktop\lbry-app\node_modules\redux\lib\applyMiddleware.js:45) at success (rewards.js?fe35:64) at <anonymous> ```
LavRadis commented 2018-05-05 20:33:43 +02:00 (Migrated from github.com)

yes, I reported this issue several times and the delete button issue.

yes, I reported this issue several times and the delete button issue.
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#1436
No description provided.