question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Open an Issue when linkcheck fails

See original GitHub issue

Describe the feature you would like to be added.

Problem Recently, we have added linkcheck to run periodically, every week. However, someone has to go and look for the failed build and do the fixes. This could go unseen or unnoticed.

Proposed solution Automatically open an Issue when the linkcheck fails. So we can better monitor it and fix it. We can also assign to some of the maintainers

I will be happy to work on that

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:2
  • Comments:17 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
laysauchoacommented, Oct 15, 2022

Hi @banesullivan I think it can be something like the PR I linked

1reaction
banesullivancommented, Sep 7, 2022

@laysauchoa, I think this is a great idea. Would you be willing to take this on?

I believe there are GitHub Actions that can open an issue like this easily.

I would set up the CI on a cronjob which:

  1. runs link check and captures output as text
  2. if fails, opens the issue with error text as body of the issue
Read more comments on GitHub >

github_iconTop Results From Across the Web

LinkChecker — LinkChecker 10.2.1.post2+g9a5f91401 ...
LinkChecker checks links in web documents or full websites. It runs on Python 3 systems, requiring Python 3.7 or later. Visit the project...
Read more >
Issues for Link checker | Drupal.org
Title Status Priority Category Vers... TypeError in LinkStatusHandle.php Needs work Normal Bug report 8.x... Provide a list of unconfigured but eligible fields Needs review Normal...
Read more >
About the Deep Link Validator - Google Ads Help
App Links that failed one or more website checks but passed all app checks (other than the “Android system verification” check) might still...
Read more >
Source code for sphinx.builders.linkcheck
Source code for sphinx.builders.linkcheck. """The CheckExternalLinksBuilder class.""" import json import re import socket import time from copy import ...
Read more >
6208 - Acid3 Linktest Failed - chromium - Monorail
Issue 6208: Acid3 Linktest Failed ; What steps will reproduce the problem? 1. Run the Acid3 Test ; What is the expected result?...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found