`restore-file` error #3265
MaxLeiter posted onGitHub
When I try to 'restore' a file I deleted this error occurs
That error does not sound related. The more-dropdown error is https://github.com/sindresorhus/refined-github/issues/3215
Do you get any other error when using the restore file?
Originally I got an error about no token, but then I added one. When I try to restore the file it says "Committing..." then to check in console.
Can you paste the full error from the console after you got that message?
The only error in my console:
❌ Refined GitHub → more-dropdown → TypeError: can't access property "append", parent is null
appendBefore dom-utils.ts:35
createDropdown more-dropdown.tsx:19
more_dropdown_init more-dropdown.tsx:28
That error is https://github.com/sindresorhus/refined-github/issues/3081 and its followup #3215
The error reported is unrelated, but there might still be an error to debug, especially if is says to check the console and there’s nothing there.
However, we need a link to the page where your error appears and a screenshot of it, like the issue template suggests
Closing as unreproducible/incomplete