-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
[Windscribe extension] Engine error for all flavors #2260
Comments
Inspect doesn't show much for network errors or console errors other than ads not loading (not due to extensions). |
Hello @Interiorhood, I'd look at the network tab and do a force refresh (CTRL + SHIFT + R). Go through the list and see what is blocked or not allowed. Buysellads as you already figured out doesn't affect functionality. I have Brave with a bunch of extensions including uBlock origin, and it's enabled but still fine. The difference between regular and incognito is most likely that some of your addons (if not all) are not loaded. You can disable all of them, load regex101, then enable one, force-reload the page until you get to the bottom of which addon is screwing it up. |
|
Interesting. Anything in console? I have never used Edge for business though, so not sure what they took out or started blocking, but it's odd that incognito works. |
There we go, the Unable to load worker, timeout after 10s - that would be an issue. Timeout would make me think it's a networking issue but it could also be that the browser doesn't allow the worker to run. Which again, is odd. I'll try to get a VM up and running and play around a bit. |
I found a solution... somehow the disabled VPN was causing the issue. |
I didn't have the issue before with that extension, but I think the VPN was on during that. My guess is that for some reason just that single request was attempting to use a resource from the VPN or something similar that caused it to break. |
If you have a list of known issues with extensions, you may want to put Windscribe as one of them. I doubt this would just be a me thing. |
Ok, that is congruent with the timeout error then. Without having tested the extension, I want to say that it's more about network filtering than it is about the extension itself just being loaded, but good job finding it! Thanks for the report, I'll look into this extension. |
Thank you! I wouldnt have guessed to uninstall my disabled vpn if it wasnt for you. |
Bug Description
An engine error occurs for all flavors regardless of what regex I input or what test string I put.
I have tried hard refreshing the page, clearing the cache, clearing the cookies, updating my browser, restarting my browser, restarting my device, and probably some other basic thing I forgot to mention.
It used to work perfectly fine for me and I use the site frequently, however, yesterday it randomly said "nah" and it's been like this for me ever since.
I have almost no extensions (and it shouldn't matter because it worked fine with them before) and haven't done pretty much anything different that I could possibly imagine broke it.
I have also tried using a VPN to see if it was a network issue but that did not fix it.
Using the "app" version from Microsoft edge also has the same issue.
Using incognito DID solve the issue but this is more of a band-aid fix, and I'd rather not do this every time (mainly because I want to actually be able to use my account).
Reproduction steps
The only thing I need to do to reproduce it is type anything into the regex bar and an error occurs after a while (as it needs to timeout first before giving the error).
Expected Outcome
I get to actually use the website to test regex lol.
I would expect the regex engine not to error out and instead be able to tell me if my regex matches any string.
Browser
Microsoft Edge for Business
Version 123.0.2420.97 (Official build) (64-bit)
OS
Windows 11 Pro
The text was updated successfully, but these errors were encountered: