You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A media publisher can be accessed over several URLs, for example: https://www.youtube.com/channel/UCtsfHRe2WQnkNH5WYJWL-Yw/videos https://www.youtube.com/user/nickvonpentz/videos
When browsing a page over first url, the BatPublishers::saveVisitInternal through RewardsServiceImpl::FetchFavIcon fetches an icon and maps it on a custom url like "https://GUID.invalid" in FaviconService internal database Favicons.
When accessing the same publisher over second url, the same situation happens as above, but FaviconService doesn't download the icon because it's already saved and RewardsServiceImpl::OnSetOnDemandFaviconComplete returns false which echoes in BatPublishers::onFetchFavIcon as Missing or corrupted favicon file for error.
The above clears database field at publisher_info_db.publisher_info.favIcon.
Here is a situation observed on Android.
A media publisher can be accessed over several URLs, for example:
https://www.youtube.com/channel/UCtsfHRe2WQnkNH5WYJWL-Yw/videos
https://www.youtube.com/user/nickvonpentz/videos
When browsing a page over first url, the
BatPublishers::saveVisitInternal
throughRewardsServiceImpl::FetchFavIcon
fetches an icon and maps it on a custom url like "https://GUID.invalid" in FaviconService internal database Favicons.When accessing the same publisher over second url, the same situation happens as above, but FaviconService doesn't download the icon because it's already saved and
RewardsServiceImpl::OnSetOnDemandFaviconComplete
returnsfalse
which echoes inBatPublishers::onFetchFavIcon
asMissing or corrupted favicon file for
error.The above clears database field at
publisher_info_db.publisher_info.favIcon
.Fixed in: brave/brave-core#1610
Description
Steps to Reproduce
Actual result:
Expected result:
Reproduces how often:
Brave version (brave://version info)
Reproducible on current release:
Website problems only:
Additional Information
The text was updated successfully, but these errors were encountered: