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

Download-only file fails with net::ERR_ABORTED #937

Closed
martinratinaud opened this issue Sep 14, 2022 · 1 comment
Closed

Download-only file fails with net::ERR_ABORTED #937

martinratinaud opened this issue Sep 14, 2022 · 1 comment

Comments

@martinratinaud
Copy link
Member

martinratinaud commented Sep 14, 2022

Sometimes, a PDF file is added and receives a 403 when fetching HTML.

{
  "name": "Octopia",
  "documents": {
    "Commercial Terms": {
      "fetch": "https://seller.octopia.com/DocumentCgmad/20220101/1ab59132-f68f-4cd8-ae3f-1c2d62c21710?ext=.pdf"
    }
  }
}

Next step is usually to try to executeClientScripts and when we do, we get a net::ERR_ABORTED error

{
  "name": "Octopia",
  "documents": {
    "Commercial Terms": {
      "fetch": "https://seller.octopia.com/DocumentCgmad/20220101/1ab59132-f68f-4cd8-ae3f-1c2d62c21710?ext=.pdf",
      "executeClientScripts": true
    }
  }
}
@MattiSG MattiSG changed the title PDF not downloadable with executeClientScripts Download-only file fails with net::ERR_ABORTED Apr 24, 2023
@MattiSG
Copy link
Member

MattiSG commented Apr 24, 2023

Cannot reproduce, the provided example works with "select": "body". Perhaps related to #915 and #900.

@MattiSG MattiSG closed this as completed Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants