sindresorhus/refined-github

`more-dropdown`: Cannot read property 'parentElement' of undefined #3953

orrc posted onGitHub

Refined GitHub version: 21.2.1 Chrome version: 88.0.4324.96 (macOS, x86_64) GitHub version: GitHub Enterprise Server 2.22.3

Looks very similar to #3811, but with undefined rather than null:

❌ Refined GitHub → more-dropdown → TypeError: Cannot read property 'parentElement' of undefined
    at onlyShowInDropdown (VM104 refined-github.js:3098)
    at init (VM104 refined-github.js:3115)
    at async runFeature (VM104 refined-github.js:2091)
    at async setupPageLoad (VM104 refined-github.js:2099) 

I can reproduce this on any page within a repo on GitHub Enterprise, but not on GitHub.com, so I unfortunately can't provide a URL.

<details> <summary>Full console output:</summary>

15:05:06.578 Navigated to https://<ghe>/<org>/<repo>

15:05:06.681 VM109 refined-github.js:2081 Refined GitHub has been loaded twice. If you didn’t install the developer version, this may be a bug. Please report it to: https://github.com/sindresorhus/refined-github/issues/565
  (anonymous) @ VM109 refined-github.js:2081
  async function (async)
  (anonymous) @ VM109 refined-github.js:2076
  (anonymous) @ VM109 refined-github.js:2075
  (anonymous) @ VM109 refined-github.js:8899
  (anonymous) @ VM109 refined-github.js:8900

15:05:06.720 refined-github.js:2081 Refined GitHub has been loaded twice. If you didn’t install the developer version, this may be a bug. Please report it to: https://github.com/sindresorhus/refined-github/issues/565
  (anonymous) @ refined-github.js:2081
  async function (async)
  (anonymous) @ refined-github.js:2076
  (anonymous) @ refined-github.js:2075
  (anonymous) @ refined-github.js:8899
  (anonymous) @ refined-github.js:8900

15:05:06.755 VM104 refined-github.js:2073 ❌ Refined GitHub → more-dropdown → TypeError: Cannot read property 'parentElement' of undefined
    at onlyShowInDropdown (VM104 refined-github.js:3098)
    at init (VM104 refined-github.js:3115)
    at async runFeature (VM104 refined-github.js:2091)
    at async setupPageLoad (VM104 refined-github.js:2099) 
  Search issue: https://github.com/sindresorhus/refined-github/issues?q=is%3Aissue+Cannot%20read%20property%20'parentElement'%20of%20undefined

  Open an issue: https://github.com/sindresorhus/refined-github/issues/new?labels=bug&template=bug_report.md&title=%60more-dropdown%60%3A%20Cannot%20read%20property%20'parentElement'%20of%20undefined

  logError @ VM104 refined-github.js:2073
  runFeature @ VM104 refined-github.js:2093
  async function (async)
  runFeature @ VM104 refined-github.js:2091
  setupPageLoad @ VM104 refined-github.js:2099
  add @ VM104 refined-github.js:2133
  async function (async)
  add @ VM104 refined-github.js:2118
  (anonymous) @ VM104 refined-github.js:3105
  (anonymous) @ VM104 refined-github.js:8899
  (anonymous) @ VM104 refined-github.js:8900

15:05:06.866 VM104 refined-github.js:2073 ℹ️ Refined GitHub → latest-tag-button → Personal token required for this feature
15:05:06.868 VM104 refined-github.js:2073 ℹ️ Refined GitHub → repo-age → Personal token required for this feature
15:05:06.868 VM104 refined-github.js:2073 ℹ️ Refined GitHub → bugs-tab → Personal token required for this feature
15:05:06.896 VM104 refined-github.js:2073 ❌ Refined GitHub → cleanup-repo-filelist-actions → TypeError: Cannot read property 'replaceWith' of null
    at init (VM104 refined-github.js:7575)
    at runFeature (VM104 refined-github.js:2091)
    at setupPageLoad (VM104 refined-github.js:2099)
    at VM104 refined-github.js:2132 
  Search issue: https://github.com/sindresorhus/refined-github/issues?q=is%3Aissue+Cannot%20read%20property%20'replaceWith'%20of%20null

  Open an issue: https://github.com/sindresorhus/refined-github/issues/new?labels=bug&template=bug_report.md&title=%60cleanup-repo-filelist-actions%60%3A%20Cannot%20read%20property%20'replaceWith'%20of%20null

  logError @ VM104 refined-github.js:2073
  runFeature @ VM104 refined-github.js:2093
  setupPageLoad @ VM104 refined-github.js:2099
  (anonymous) @ VM104 refined-github.js:2132
  async function (async)
  (anonymous) @ VM104 refined-github.js:2132
  add @ VM104 refined-github.js:2133
  async function (async)
  add @ VM104 refined-github.js:2118
  (anonymous) @ VM104 refined-github.js:7564
  (anonymous) @ VM104 refined-github.js:8899
  (anonymous) @ VM104 refined-github.js:8900

15:05:07.128 vendor-0d444107.js:135 Fetch finished loading: GET "https://<ghe>/<org>/<repo>/show_partial?partial=tree%2Frecently_touched_branches_list".
  window.IncludeFragmentElement.fetch @ vendor-0d444107.js:135
  (anonymous) @ vendor-0d444107.js:135
  Promise.then (async)
  load @ vendor-0d444107.js:135
  ae @ vendor-0d444107.js:135
  oe @ vendor-0d444107.js:135
  connectedCallback @ vendor-0d444107.js:135
  execute @ vendor-0d444107.js:135
  (anonymous) @ environment-bootstrap-0b18da31.js:1
  Promise.then (async)
  register @ environment-bootstrap-0b18da31.js:1
  (anonymous) @ vendor-0d444107.js:1

15:05:07.556 VM104 refined-github.js:3985 Fetch finished loading: GET "https://<ghe>/<org>/<repo>/commits".
  (anonymous) @ VM104 refined-github.js:3985
  (anonymous) @ VM104 refined-github.js:467
  (anonymous) @ VM104 refined-github.js:4683
  (anonymous) @ VM104 refined-github.js:659
  init @ VM104 refined-github.js:4697
  runFeature @ VM104 refined-github.js:2091
  setupPageLoad @ VM104 refined-github.js:2099
  add @ VM104 refined-github.js:2133
  async function (async)
  add @ VM104 refined-github.js:2118
  (anonymous) @ VM104 refined-github.js:4692
  (anonymous) @ VM104 refined-github.js:8899
  (anonymous) @ VM104 refined-github.js:8900

</details>


Can you check what the data-tab-item id's are?

posted by yakov116 about 4 years ago

Using this on the console:

Array.from(document.querySelectorAll("[data-tab-item]")).flatMap(tag => tag.attributes['data-tab-item'].value)

Gives these results, from a few different repos (I guess security is disabled on our install?):

["code-tab", "issues-tab", "pull-requests-tab", "insights-tab"]
["code-tab", "issues-tab", "pull-requests-tab", "wiki-tab", "insights-tab", "settings-tab"]
["code-tab", "pull-requests-tab", "projects-tab", "insights-tab", "settings-tab", "rgh-releases-item"]
posted by orrc about 4 years ago

Fund this Issue

$0.00
Funded

Pull requests