This repository was archived by the owner on May 7, 2024. It is now read-only.
Error: unknown scheme #385
Unanswered
KedneckInc
asked this question in
Q&A
Replies: 1 comment
-
Same thing here. Have uninstalled Grammarly, deleted every file and folder from my system related to it, and re-installed. Same issue. I've tried issuing the logout command, didn't help. Tried issuing the restart server command, just showed the same error message. Tried installing the pre-release version, same issue. The latest NodeJS version is is
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
What has been tried:
The crazy thing is it was working just a day or three ago! I'm afraid I didn't note which version it was running at that time.
The attempt to start the language server gives results like this. This sample is from 0.20.0:
`Ready!
Initialized!
open file:///c%3A/msys64/REDACTED.md
create text checking session for "file:///c%3A/msys64/REDACTED.md" with {
"documentDialect": "auto-text",
"documentDomain": "creative",
"suggestions": {
"ConjunctionAtStartOfSentence": false,
"Fluency": true,
"InformalPronounsAcademic": false,
"MissingSpaces": true,
"NounStrings": true,
"NumbersBeginningSentences": true,
"NumbersZeroThroughTen": true,
"OxfordComma": true,
"PassiveVoice": false,
"PersonFirstLanguage": false,
"PossiblyBiasedLanguageAgeRelated": false,
"PossiblyBiasedLanguageDisabilityRelated": false,
"PossiblyBiasedLanguageFamilyRelated": false,
"PossiblyBiasedLanguageGenderRelated": false,
"PossiblyBiasedLanguageHumanRights": false,
"PossiblyBiasedLanguageHumanRightsRelated": false,
"PossiblyBiasedLanguageLgbtqiaRelated": false,
"PossiblyBiasedLanguageRaceEthnicityRelated": false,
"PossiblyPoliticallyIncorrectLanguage": false,
"PrepositionAtTheEndOfSentence": true,
"PunctuationWithQuotation": true,
"ReadabilityFillerwords": true,
"ReadabilityTransforms": true,
"SentenceVariety": true,
"SpacesSurroundingSlash": true,
"SplitInfinitive": true,
"StylisticFragments": false,
"UnnecessaryEllipses": false,
"Variety": true,
"Vocabulary": true
}
}
node:internal/deps/undici/undici:11413
Error.captureStackTrace(err, this);
^
TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11413:11) {
cause: Error: unknown scheme
at makeNetworkError (node:internal/deps/undici/undici:6768:35)
at schemeFetch (node:internal/deps/undici/undici:10875:18)
at node:internal/deps/undici/undici:10748:26
at mainFetch (node:internal/deps/undici/undici:10765:11)
at fetching (node:internal/deps/undici/undici:10722:7)
at fetch2 (node:internal/deps/undici/undici:10600:20)
at Object.fetch (node:internal/deps/undici/undici:11411:18)
at fetch (node:internal/process/pre_execution:248:25)
at c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\server\index.node.js:34:77333
at c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\server\index.node.js:34:77553 {
[cause]: undefined
}
}
Node.js v18.15.0
[Error - 12:48:50 PM] Connection to server got closed. Server will not be restarted.
[Error - 12:48:50 PM] Request textDocument/codeAction failed.
Error: Connection got disposed.
at Object.dispose (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:30:4048)
at Object.dispose (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:35:9520)
at os.handleConnectionClosed (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:37:9054)
at os.handleConnectionClosed (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:40:12095)
at r (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:37:8736)
at Zs.invoke (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:3:9583)
at Kr.fire (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:3:10348)
at Rt (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:4:10852)
at Zs.invoke (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:3:9583)
at Kr.fire (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:3:10348)
at wo.fireClose (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:3:12622)
at ChildProcess. (c:\Users\spind.vscode\extensions\znck.grammarly-0.20.0\dist\extension\index.node.js:30:11847)
at ChildProcess.emit (node:events:525:35)
at maybeClose (node:internal/child_process:1091:16)
at ChildProcess._handle.onexit (node:internal/child_process:302:5)
`
Beta Was this translation helpful? Give feedback.
All reactions