-
Notifications
You must be signed in to change notification settings - Fork 245
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
Edge browser extension not working anymore #2647
Comments
Thanks for the bug report @urielejh, we'll look into it. Out of interest, did you install the extension from the Chrome Web Store (CWS)? |
From the Edge one. But I also tried with the Chrome version and it's the same |
@urielejh I've tried to reproduce the issue, but not had any luck yet. Here's what I did so far:
(I tried both with the 127 stable and 128 beta versions of Edge.) Questions:
|
|
If you're able, could you inspect the DuckDuckGo extension's "background" context and have a look for errors logged in the console? They might give us a clue what's happening here. I'm still having trouble reproducing the issue. Some of the buttons to inspect extensions seem to have been removed in Edge, but I think if you click on the DDG icon, then right click on the popup UI and click "Inspect" that would be one way to do it. Note: Some messages there might reveal your browsing history, so just be careful what you share here obvious as it's a public forum. |
i'm looking into it but... what should i be looking for? |
I'm not sure exactly, but if you switch to the Console panel of the developer tools and then click "Default levels" you can try hiding the non-error messages. There is often some noise there, so you might see some unrelated errors, but perhaps something will come up that gives us a clue with the issue you're hitting. No worries if you can't see anything obvious, just thought it might be worth a try! |
826Error in event handler: Error: tried to detect trackers before rules were loaded |
Yep, that one is noise unfortunately! But it shows you're looking in the right place. Might be worth closing the developer tools, trying to use the extension somehow, e.g. opening a new tab or using the settings page or whatever, then opening the developer tools again to see if a new error showed up. But no worries if you don't have time. Thanks for the help, I will keep an eye on this to see if we can reproduce the problem our side. |
Error in event handler: Error: tried to detect trackers before rules were loaded |
Yep, more noise unfortunately. Thinking about it, another thing to check might be to switch to the "Network" panel instead of Console and look for failed requests. Those ones should be highlighted red. |
any news yet? |
Description
It's been a week or so (at least) that the extension doesn't work anymore. The icon is greyed, the popup menu is blank, and accessing the settings won't let you change anything.
Firefox's version (latest beta) works.
Steps to Reproduce
Expected behavior:
Colored icon, popup menu displaying something, allows to change settings
Actual behavior:
Grey icon, popup menu is blank, doesn't allow to change settings
Versions
Additional Information
The text was updated successfully, but these errors were encountered: