firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.2k stars 198 forks source link

Dotnet engine not working #2185

Closed JohnLeyva closed 6 months ago

JohnLeyva commented 7 months ago

image

Unable to initialize the regex engine! Please try to reload the web page. If the issue persists, please open an issue here: https://github.com/firasdib/Regex101/issues

working-name commented 7 months ago

Hi @JohnLeyva

Could you try to reproduce it but with console open to see if there's any errors? Please do it in an incognito window or using a browser without add-ons to remove those out of the equation.

It would also be super helpful to know what OS you're on, which browser version so I can try to reproduce it. So far I cannot make it crack using Chrome based browsers.

Thanks for your help!

aherbage commented 7 months ago

EDIT: I didn't look closely enough at the original post. I'm not sure it actually is the same problem. The site doesn't load initially (see image), but then I guess it falls back to a locally cached version? Sorry for any confusion.

I'm having the same problem, though the offline version loads for me about 30 seconds after the error appears, so I'm able to do what I need. Windows 10, Chrome Version 119.0.6045.160 (Official Build) (64-bit). Thanks for looking into this.

image

aherbage commented 7 months ago

I also get a "DNS request timed out" message when I run nslookup.

working-name commented 7 months ago

@aherbage I inquired google, cloudflare, controlD - all of them respond quickly and with the same A record. Mind directing nslookup to 8.8.8.8 nslookup regex101.com 8.8.8.8?

aherbage commented 7 months ago

Looks like the nslookup thing was a temporary blip, it resolves now with or without 8.8.8.8, though the site still doesn't load normally.

working-name commented 7 months ago

@aherbage would you mind opening console up and go to networking tab (then refresh the site to see the network requests, it doesn't log by default). See what's red - those are generally not loading. See if there's a reason given or if you can resolve those URLs. I've been trying to load the site from different locations in the US, as well as cell data, no issues.

aherbage commented 7 months ago

image image

aherbage commented 7 months ago

It's working on my phone, which is on the same wifi network as the laptop these screenshots are coming from, so I think it's safe to assume it's a hardware issue or something on my end. Thanks again for looking into it, but as far as my error is concerned, I'm comfortable dropping it. I don't think there's anything for you to do. Sorry to waste your time!

I'll point out, though, that I hijacked @JohnLeyva's issue, which presumably is something different and still needs attention. I apologize as well for my poor etiquette.

working-name commented 7 months ago

Yeah no worries. It's usually the browser that incessantly caches DNS responses and tries to go behind your back to use "secure DNS" type crap. I'm not a fan. If you restart the browser and ipconfig /flushdns before you start it, you should be back in business.

No worries about hijacking I'll mark all of our conversation as off-topic.

JohnLeyva commented 7 months ago

Other engines such as Java an JS work without issues

This is the console output

image

ipconfig /flushdns

did not work neither

firasdib commented 7 months ago

Does it work in incognito? Do you have an ad blocker? Looks like something is blocking the network requestsOn 23 Nov 2023, at 10:12, John Leyva @.***> wrote: This is the console output

ipconfig /flushdns did not work neither

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

firasdib commented 6 months ago

Closing due to no response. Reopen if this is still an issue