We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@goodov noticed that there's a DCHECK when opening brave://settings:
DCHECK
[98904:10884:1129/174909.495:FATAL:api_response_validator.cc(78)] Check failed: false. Error validating response to `braveRewards.getAdsData`: Error at parameter 'adsIsSupported': Invalid type: expected boolean, found object.
He also found that the root cause is an erroneous definition of the callback parameters for getAdsData in brave_rewards.json.
getAdsData
brave_rewards.json
The text was updated successfully, but these errors were encountered:
emerick
Successfully merging a pull request may close this issue.
@goodov noticed that there's a
DCHECK
when opening brave://settings:He also found that the root cause is an erroneous definition of the callback parameters for
getAdsData
inbrave_rewards.json
.The text was updated successfully, but these errors were encountered: