-
Notifications
You must be signed in to change notification settings - Fork 52
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
Constantly being told to "Reload DevTools" #145
Comments
To clarify, when I say "constantly", I mean "Each time I open DevTools", not that it continually refreshes the message or anything like that.... |
Oh, that's odd. I too have seen this banner, but didn't realize it appeared each time I opened DevTools. Thank you so much for reporting this issue. I'll make sure our engineering team sees this. |
Turns out we've heard this from other feedback sources too, so you're not alone. We recently updated the component which might be explaining why you've been seeing the banner several times. |
Hey @transentia, thanks for reporting this issue. The underlying issue here is that we're installing a "browser component" (which is something like an extension), if it isn't installed, when you launch DevTools. The banner here appears when the extension system tells us that it's installed or updated. These components are installed on a per-profile basis, and so there are a couple cases in which this might always appear:
Additionally, they're per-channel (Stable, Beta, Dev, Canary). Can you take a look at the path Thanks! |
Also: this hasn't JUST started happening, its been happening for quite a while...its just that I've only now gotten around to DOING something about it. I can't quantify HOW long ago it started...sorry. I'd say roughly all of April? |
Whoa! That's not what I expected to see. Could you try something for me?
Does the file basically just say Additionally, could you go to {
"creation_flags": [ "REQUIRE_KEY" ],
"disable_reasons": [ ],
"event_listeners": {
"count": 0,
"listeners": [ ]
},
"id": "kfbdpdaobnofkbopebjglnaadopfikhh",
"keepalive": {
"activites": [ ],
"count": -1
},
"location": "EXTERNAL_COMPONENT",
"manifest_version": 3,
"name": "Microsoft Edge DevTools Enhancements",
"path": "(disk path)",
"permissions": {
"active": {
"api": [ ],
"explicit_hosts": [ ],
"manifest": [ ],
"scriptable_hosts": [ ]
},
"optional": {
"api": [ ],
"explicit_hosts": [ ],
"manifest": [ ],
"scriptable_hosts": [ ]
},
"tab_specific": {
},
"withheld": {
"api": [ ],
"explicit_hosts": [ ],
"manifest": [ ],
"scriptable_hosts": [ ]
}
},
"type": "TYPE_EXTENSION",
"version": "113.0.1765.0"
} |
devtools://devtools/bundled/third_party/typescript/typescript.js is a nice large file: searching for kfbdpdaobnofkbopebjglnaadopfikhh:
Interesting, I now see: |
Nope...disabling AdGuard didn't change things. |
Thank you so much @transentia for providing so much details. I know @robpaveza is looking into this, and we'll make sure to report back any findings and fixes once we have something. |
This week, I noticed that this issue has appeared on the corporate PC I use when working for a large enterprise client. It's a fully managed, domain-joined, everything-possible-tweaked-because-'security' windows 10 system. Just to add another data point. |
I still experiencing the same issue and it's really quite annoying 😅 |
Thanks for confirming that this is still happening. We have this item tracked on our backlog and will make sure to report any progress here when we have something to share. |
I found a very simple solution. After closed Edge, it will delete extension, then you just:
Done. |
That's interesting! Seemed to work for me...so far. Wonder what will happen when upgrades come around. Thank you @quyenvsp. |
Can't repro, closing for now |
Per this image:
I can see no way to permanently acknowledge this.
AB#44350973
The text was updated successfully, but these errors were encountered: