Replies: 4 comments 3 replies
-
@amaitland |
Beta Was this translation helpful? Give feedback.
3 replies
-
@amaitland, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@amaitland |
Beta Was this translation helpful? Give feedback.
0 replies
-
N/A |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
CefSharp Version
114.2.100
Operating System
Windows 10
Architecture
AnyCPU
.Net Version
.Net 4.7.2
Implementation
WPF
Reproduction Steps
I have created WPF based application and installed CefSharp WPF NuGet library (v114.2.100) in my application. I am trying to load Authorization URL inside Chromium browser. There are some page redirections happening while initiating the authorization process. I am listening those page load process by using LoadingStateChanged event. While loading the specific URL, it's failing to load in a set of users machines. But it's working fine in rest of the users machines including my machine as well. The exception has been captured under LoadError event and the error which we are getting is "Error Code: Aborted - Error: ERR_ABORTED".
Code:
App.xaml.cs:
AuthorizationView.xaml.cs:
Expected behavior
The URL should be loaded without any issue and should be captured under LoadingStateChanged event in all the users machines.
Actual behavior
The URL is failing to load in a set of users machines and the error has been captured LoadError event.
Regression?
No response
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions