Replies: 1 comment 7 replies
-
Have you tried on a different computer? What antivirus/firewall are you using? Sounds like something specific to your network/environment. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My project doesn't load pages anymore just getting blank sites. So I switched to minimalExample with CefSharp.MinimalExample.netcore.sln to figure out the issue. After a couple startups it has the same problems with following errors starting to appear more often instead of the page:
Failed to load URL http://www.google.com/ with error ERR_SOCKET_NOT_CONNECTED (SocketNotConnected).
Failed to load URL http://www.google.com/ with error ERR_CONNECTION_ABORTED (ConnectionAborted).
This is with unchanged code. The google page sometimes still shows but other pages pretty much stop to work at that point (when entering them in the address bar).
I tried to delete the cache folder from the CefSettings CachePath but it didn't help. Are there any other data saved by CefSharp? As it looks like things got worse the more often it's run.
Beta Was this translation helpful? Give feedback.
All reactions