-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Vieb 12.0.0 adblocker prevents some sites from loading #563
Comments
This seems to be not our issue, as this is solved when turning off the adblocker. I can reproduce your stacktrace for different sites. Seems like the adblocker module broke something very badly by updating the |
Same problem now for FB. Disabling adblock works |
Disabling adblocker does allow YouTube (et al) to load, but I think the issue might be in this repo.
This console error goes away when adblocker is off (and the site loads normally) Looks like this may be because Line 589 in 419c43d
YouTube without adblocker: |
^ That would explain why one is still able to view embedded YouTube videos (e.g., https://www.reddit.com/r/planetemacs/comments/1eqqkhf/emacs_way_of_reading_novels_and_books_via_epub/) with adblockers enabled, even though the YouTube site does not load at all. |
I narrowed this down to the resources being loaded into the adblocker, not the entire adblocker, though once I remove them any video is blocked by requiring to "sign in to confirm i'm not a bot", so I'm not going to spend much time on this as it seems kind of pointless to use youtube directly like this, I'll continue to recommend invidious over plain youtube for this reason. |
Some websites such as amazon.com and youtube.com don't load on Vieb 12.0.0 but they do on 11.0.0. This is the error message:
[522542:0521/161254.205774:ERROR:atom_cache.cc(229)] Add _NET_WM_STATE_MODAL to kAtomsToCache
MESA-INTEL: warning: Haswell Vulkan support is incomplete
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
Error occurred in handler for 'GUEST_VIEW_MANAGER_CALL': Error: Script failed to execute, this normally means an error was thrown. Check the renderer console for the error.
at node:electron/js2c/renderer_init:2:16470
at IpcRendererInternal. (node:electron/js2c/renderer_init:2:10723)
at IpcRendererInternal.emit (node:events:518:28)
at Object.onMessage (node:electron/js2c/renderer_init:2:8837)
Error occurred in handler for 'run-isolated-js-head-check': Error: Script failed to execute, this normally means an error was thrown. Check the renderer console for the error.
at node:electron/js2c/renderer_init:2:16470
at IpcRendererInternal. (node:electron/js2c/renderer_init:2:10723)
at IpcRendererInternal.emit (node:events:518:28)
at Object.onMessage (node:electron/js2c/renderer_init:2:8837)
Specs
The text was updated successfully, but these errors were encountered: