-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
excluding sites via x sometimes results in one single site having a huge % value #2086
Comments
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 |
@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. |
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. |
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: |
closing as stale |
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
The text was updated successfully, but these errors were encountered: