Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upexcluding sites via x sometimes results in one single site having a huge % value #2086
Comments
LaurenWags
added
bug
feature/rewards
labels
Nov 10, 2018
LaurenWags
added this to Untriaged Backlog
in Rewards
via automation
Nov 10, 2018
NejcZdovc
added this to the
1.x Backlog milestone
Nov 10, 2018
This comment has been minimized.
This comment has been minimized.
rebron
added
the
priority/P3
label
Nov 16, 2018
NejcZdovc
moved this from Untriaged Backlog
to P3, P4, & P5 Backlog
in Rewards
Nov 19, 2018
This comment has been minimized.
This comment has been minimized.
NejcZdovc
added this to Ryan
in Rewards Team
Dec 3, 2018
NejcZdovc
assigned
ryanml
Dec 3, 2018
ryanml
added
the
needs-investigation
label
Dec 5, 2018
This comment has been minimized.
This comment has been minimized.
Spent some time today trying to reproduce on master, and was unable. Will give it another shot but if STR can change in any way to help better find the expected result that'd be great cc: @NejcZdovc |
NejcZdovc
unassigned
ryanml
Dec 5, 2018
NejcZdovc
removed this from Ryan
in Rewards Team
Dec 5, 2018
NejcZdovc
moved this from P3, P4, & P5 Backlog
to Need investigation/Suggestions
in Rewards
Dec 5, 2018
This comment has been minimized.
This comment has been minimized.
@ryanml the only real direction I have is that it seems to be related to upgraded profiles. i.e., you started with 0.55.18 (first release channel build) and enabled rewards, started adding sites to your a-c table, etc. Then you upgraded each time one was available (0.55.20 then 0.55.22, etc). I know I personally encountered this when trying to reproduce #1693. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
da2x
commented
Dec 13, 2018
•
The specific number we're seeing here, 4294967295 (0xffffffff), is the maximum you can hold in an unsigned integer. Could be caused by setting a value to -1 somewhere where negative values are unsupported. Does excluding a website change a value somewhere from 1 to 0? If this could be executed twice then it would result in a -1. QA can try double-excluding a site (clicking fast? busy hard drive?) to reproduce the issue. |
eljuno
referenced this issue
Dec 27, 2018
Closed
Nonsensical percentages (MAXINT?) in brave://rewards list #2741
This comment has been minimized.
This comment has been minimized.
michaelw
commented
Dec 27, 2018
•
This comment has been minimized.
This comment has been minimized.
funwhilelost
commented
Jan 25, 2019
I'm seeing a similar thing in my Windows 10 installation. When I start excluding sites from auto-contribute things start to get weird: percentages add up to many 100's of percent. So I go back to "reset" my auto contribute and then it shows some normal looking values, and a handful and MAXINT at the bottom: |
LaurenWags commentedNov 10, 2018
Description
I tried removing some sites via the x icon in popup which displays the full list of auto contribute sites, and I noticed that sometimes one of my sites gets displayed with a crazy huge percentage.
Steps to Reproduce
Actual result:
See that a site shows up at the bottom with a crazy huge percentage value which changes (probably because the playlist is still running in the background)
Expected result:
No site should have that large of a % value
Reproduces how often:
Unsure
Brave version (brave://version info)
Reproducible on current release:
Website problems only:
Additional Information
This was also reported on community but with some different steps:
https://community.brave.com/t/cannot-exclude-website-from-brave-rewards/36708/10