We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following via links to PDFs served at emerald.com like the following generate errors:
Replicated by multiple users in multiple environments, including mobile and desktop.
The text was updated successfully, but these errors were encountered:
Errors include
Sorry, something went wrong.
@robertknight observed
Hmm, the output is incredibly unhelpful:
~/h/lms > curl 'https://via.hypothes.is/proxy/static/VAytLB9iU1l52ptfdZ1k0Q/1623258000/https://www.emerald.com/insight/content/doi/10.1108/ILS-04-2020-0117/full/pdf' <html> <head><title>409 Conflict</title></head> <body> <center><h1>409 Conflict</h1></center> <hr><center>nginx/1.18.0</center> </body> </html>
There are several nginx servers involved in the request pipeline and this doesn't tell us which it is.
Upstream is serving a 200 response though:
~/h/lms > curl -i 'https://www.emerald.com/insight/content/doi/10.1108/ILS-04-2020-0117/full/pdf' HTTP/2 200 content-type: application/pdf cache-control: no-cache, private
No branches or pull requests
Following via links to PDFs served at emerald.com like the following generate errors:
Replicated by multiple users in multiple environments, including mobile and desktop.
The text was updated successfully, but these errors were encountered: