Cypress fails testing link to Wiley Online Library
See original GitHub issueWhere to find the issue
- https://www.coronawarn.app/en/blog/2021-08-05-statistictiles/ “Explanation of the statistic tiles in the Corona-Warn-App”
- https://www.coronawarn.app/de/blog/2021-08-05-statistictiles/ “Erläuterung der Statistikkacheln in der Corona-Warn-App”
Describe the issue
The Cypress test check_links.js
fails with an HTTP 503 error (Service Unavailable) when testing the link to https://onlinelibrary.wiley.com/doi/abs/10.2307/3315826.n1.
[RESPONSE 503] https://onlinelibrary.wiley.com/doi/abs/10.2307/3315826.n1 on 'http://localhost:8000/de/blog/2021-08-05-statistictiles'
[RESPONSE 503] https://onlinelibrary.wiley.com/doi/abs/10.2307/3315826.n1 on 'http://localhost:8000/en/blog/2021-08-05-statistictiles'
The site https://onlinelibrary.wiley.com appears to be now using DDoS protection by Cloudflare. This is a new situation. Previously checks to this website were not causing an error response.
Steps to reproduce
Open a web browser and check that the link https://onlinelibrary.wiley.com/doi/abs/10.2307/3315826.n1 is available when accessed manually.
Execute
npm run test:open
In Cypress console select check_links.js
to execute this test.
Note 2 failed tests and examine contents of log file
cwa-website/cypress/logs/broken_links_result.txt
Suggested change
Options:
- Ignore HTTP 503 (Service Unavailable) as a hard error. Instead, treat HTTP 503 as a temporary error and show success, or
- Do not test https://onlinelibrary.wiley.com
Internal Tracking ID: EXPOSUREAPP-12411
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Unable to Access Wiley Online Library Content Through ...
Answer: · Close the open window or tab for Wiley Online Library · Go back to your Society website, where the access link...
Read more >Cypress canker: An important disease discovered for the first ...
Cypress canker is a branch and stem canker disease of Cupressaceae trees, particularly those in the genera Cupressus and Hesperocyparis.
Read more >Strong dispersal limitation in postfire regeneration of Baker ...
Distributions of modeled seed dispersal distance and observed seedling establishment in Baker cypress did not differ, demonstrating that wind ...
Read more >Does interception evaporation occur from both sides of leaves ...
Abstract The interception by the lower (abaxial) side of needle leaves not only contributes to the forest evapotranspiration but will also ...
Read more >A Versatile Biomimic Nanotemplating Fluidic Assay for ...
Here, we propose a novel paradigm for viral respiratory infection diagnosis and serological testing via parallel analysis of untreated saliva ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Resolved once again.