You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you reporting to the correct repository? (there are multiple AngleSharp libraries, e.g., AngleSharp.Css for CSS support)
Did you perform a search in the issues?
For more information, see the CONTRIBUTING guide.
Description
When I try to open the link I get the StackOverflow exception.Works with only one particular link. Without js engine works also fine. With 0.12.1 works also fine
Steps to Reproduce
var config = Configuration.Default
.WithJs()
.WithDefaultLoader();
var _context = BrowsingContext.New(config);
await _context.OpenAsync("https://music.amazon.com/forceSignIn/ref=dm_wcp_unrec_ctxt_sign_in?useHorizonte=true");
Environment details: Win 10
The text was updated successfully, but these errors were encountered:
It happens the same opening "https://www.google.com/", but the error is: "ReferenceError: Image is not defined". Probably propagating Javascript error instead of ignoring it?
Bug Report
Prerequisites
AngleSharp.Css
for CSS support)For more information, see the
CONTRIBUTING
guide.Description
When I try to open the link I get the StackOverflow exception.Works with only one particular link. Without js engine works also fine. With 0.12.1 works also fine
Steps to Reproduce
Environment details: Win 10
The text was updated successfully, but these errors were encountered: