Skip to content
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

StackOverflow exception when trying to open link #75

Open
5 tasks done
Takoooooo opened this issue Apr 7, 2021 · 1 comment
Open
5 tasks done

StackOverflow exception when trying to open link #75

Takoooooo opened this issue Apr 7, 2021 · 1 comment
Labels
Milestone

Comments

@Takoooooo
Copy link

Takoooooo commented Apr 7, 2021

Bug Report

Prerequisites

  • Can you reproduce the problem in a MWE?
  • Are you running the latest version of AngleSharp?
  • Did you check the FAQs to see if that helps you?
  • 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

@Takoooooo Takoooooo added the bug label Apr 7, 2021
@Takoooooo Takoooooo changed the title StackOverflow when trying to open link StackOverflow exception when trying to open link Apr 7, 2021
@gandolh
Copy link

gandolh commented Aug 23, 2023

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?

@FlorianRappl FlorianRappl added this to the v1.0 milestone Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants