refined-github/refined-github

`show-open-prs-of-forks`: Expected element not found: [data-hovercard-type="repository"]

クローズ

#8,216 opened on 2025/01/10

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (1,423 件のフォーク)batch import
bughelp wantedoldest bug 🦖

Repository metrics

Stars
 (22,918 個のスター)
PR merge metrics
 (平均マージ 1d 18h) (30d で 44 merged PRs)

説明

Description

ElementNotFoundError: Expected element not found: [data-hovercard-type="repository"][href="/mozilla/addons-linter"]
    at expectElement (chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/npm/select-dom.js:21:11)
    at initHeadHint (chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/features/show-open-prs-of-forks.js:66:2)
    at async chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/feature-manager.js:167:20
    at async Promise.all (index 0)
    at async asyncForEach (chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/helpers/async-for-each.js:6:2)
ElementNotFoundError: Expected element not found: details-dialog[aria-label*="Delete"] .Box-body p:first-child
    at expectElement (chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/npm/select-dom.js:21:11)
    at initDeleteHint (chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/features/show-open-prs-of-forks.js:78:2)
    at async chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/feature-manager.js:167:20
    at async Promise.all (index 0)
    at async asyncForEach (chrome-extension://jialghbnladbdlhaibaoejjlnihkmemc/assets/helpers/async-for-each.js:6:2)

How to replicate the issue + URL

Like: https://github.com/fregante/addons-linter/settings

  1. Open https://github.com/search?q=is%3Afork+user%3A%40me&type=repositories
  2. Open any of your forks
  3. Open settings page
  4. Open console

The warning should probably appear here:

Extension version

24.12.20

Browser(s) used

Safari, Chrome

Token ⚠️

  • I set a token in the options page. I understand that some features require a token to work.

コントリビューターガイド