sindresorhus/refined-github

Console Errors #2530

yakov116 posted onGitHub

āŒ forked-to
content.js:2856 TypeError: Cannot read property 'addEventListener' of null
    at forked_to_init (content.js:7820)
    at features_run (content.js:2851)
    at content.js:2898
    at content.js:2813
    at onAjaxedPagesRaw (content.js:2808)
āŒ more-dropdown
content.js:2856 TypeError: Cannot read property 'append' of null
    at appendBefore (content.js:3537)
    at createDropdown (content.js:3565)
    at more_dropdown_init (content.js:3578)
    at async features_run (content.js:2851)
āŒ edit-files-faster
content.js:2856 Error: Unable to fetch.
Ensure that your token has access to this repo.
{
    "message": "Not Found",
    "documentation_url": "https://developer.github.com/v3/repos/#get"
}
    at getError (content.js:3063)
    at async chrome-extension:/hlepfoohegkhhmjieoechaddaejaokhf/content.js:3025
    at async fetchFromApi (content.js:3078)
    at async get_default_branch (content.js:3086)
    at async edit_files_faster_init (content.js:6973)
    at async features_run (content.js:2851)
  • Click on the sponsor button in a repo or the watch dropdown

    content.js:4502 Uncaught TypeError: Failed to execute 'observe' on 'IntersectionObserver': parameter 1 is not of type 'Element'.
      at HTMLDocument.<anonymous> (content.js:4502)
      at HTMLDocument.listenerFn (content.js:369)
  • https://gist.github.com/yakov116

    āŒ embed-gist-via-iframe
    content.js:2856 TypeError: Cannot read property 'cloneNode' of null
      at embed_gist_via_iframe_init (content.js:8398)
      at features_run (content.js:2851)
      at Object.add (content.js:2896)

Once this is merged, we can update our dependency: https://github.com/Mottie/github-reserved-names/pull/8. This will fix the first two. The gist error needs a different fix.

posted by busches over 5 years ago

@busches it was

posted by yakov116 over 5 years ago

Fix for the last one: embed-gist-via-iframe needs to be limited to actual gists:

Ok: https://gist.github.com/yakov116/2d81580f7907839f9065e670f0aba64c Not ok: https://gist.github.com/yakov116

cc @kidonng

posted by fregante over 5 years ago

The second one is due to close-out-of-view-modals. It could probably be fixed by excluding "fixed" modals like that one.

posted by fregante over 5 years ago

Fix for the last one: embed-gist-via-iframe needs to be limited to actual gists:

Ok: https://gist.github.com/yakov116/2d81580f7907839f9065e670f0aba64c Not ok: https://gist.github.com/yakov116

cc @kidonng

Roger that. Should I create some isSingleGist function like previous isSingleHTMLFile or check target element existence šŸ˜…ļ¼Ÿ

posted by kidonng over 5 years ago

That or create gistList and exclude it on those pages.

On Tue, Nov 12, 2019, 10:07 AM Kid notifications@github.com wrote:

Fix for the last one: embed-gist-via-iframe needs to be limited to actual gists:

Ok: https://gist.github.com/yakov116/2d81580f7907839f9065e670f0aba64c Not ok: https://gist.github.com/yakov116

cc @kidonng https://github.com/kidonng

Roger that. Should I create some isSingleGist function like previous isSingleHTMLFile`šŸ˜…ļ¼Ÿ

ā€” You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sindresorhus/refined-github/issues/2530?email_source=notifications&email_token=AAGRMZG4VPFFDB2WFIAMTJDQTLIFTA5CNFSM4JL2T2ZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOED2YNBI#issuecomment-552961669, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGRMZBZEKYRCIXEMVOJEOLQTLIFTANCNFSM4JL2T2ZA .

posted by busches over 5 years ago

Errors on Sponsor pages (e.g. https://github.com/sponsors/sindresorhus), as of 19.12.2 on Firefox:

āŒ toggle-files-button features.tsx:77:16
TypeError: "Argument 1 of MutationObserver.observe is not an object."
    observeElement simplified-element-observer.ts:7
    toggle_files_button_init toggle-files-button.tsx:18
    features_run features.tsx:72
    add features.tsx:123
    onAjaxedPages features.tsx:25
    onAjaxedPagesRaw features.tsx:20

āŒ hide-zero-packages features.tsx:77:16
TypeError: "undefined has no properties"
    hide_zero_packages_init hide-zero-packages.tsx:6
    features_run features.tsx:72
    add features.tsx:123
    onAjaxedPages features.tsx:25
    onAjaxedPagesRaw features.tsx:20

āŒ forked-to features.tsx:77:16
TypeError: "select_dom_default(...)(...) is null"
    forked_to_init forked-to.tsx:47
    features_run features.tsx:72
    add features.tsx:123
    onAjaxedPages features.tsx:25
    onAjaxedPagesRaw features.tsx:20

āŒ more-dropdown features.tsx:77:16
TypeError: "parent is null"
    appendBefore dom-utils.ts:34
    createDropdown more-dropdown.tsx:13
    more_dropdown_init more-dropdown.tsx:22
Will fetch https://api.github.com/repos/sponsors/sindresorhus api.ts:57:12

āŒ repo-age features.tsx:77:16
Error: "GraphQL:
Could not resolve to a User with the username 'sponsors'."
    RefinedGitHubAPIError api.ts:31
    v4 api.ts:113

āŒ edit-files-faster features.tsx:77:16
Error: "Unable to fetch.
Ensure that your token has access to this repo.
{
    "message": "Not Found",
    "documentation_url": "https://developer.github.com/v3/repos/#get"
}"
    RefinedGitHubAPIError api.ts:31
    getError api.ts:133

Consider making a new page rule for /sponsor?

posted by kidonng over 5 years ago

We need to bump this dependency and they should go away. https://github.com/sindresorhus/refined-github/issues/2530#issuecomment-552708515

Anyone can submit the PR, I've been a bit busy lately.

posted by busches over 5 years ago

Fund this Issue

$0.00
Funded

Pull requests