-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Error] Command 'Markdown Links: Show Graph' resulted in an error ([UriError]: Scheme contains illegal characters.) #45
Comments
I get the same error since a few days ago as well, without anything having changed and the default value for fileIdRegexp. |
Downgrading the extension to 0.60 makes the graph work again. |
Is there a specific trick to it? I reverted to 0.60 and now I don't even see the |
No, I simply right-clicked the extension and installed 0.60. Perhaps you could try to disable and enable it? |
That didn't work for me. |
I believe that below 0.6.0 the command was simply Regarding the scheme problem – I am not sure if it is related to the file ID regexp, but i have no better idea for now how to check it. |
I had the same error, but it was fixed by checking my links. One of my web links was badly mangled, and caused that error. I recommend checking that all your links are correctly formatted. |
Yep, downgrading to 0.6.0 worked for me also. |
Ok, so two things would help:
|
@tchayen yes exactly. If the error would point to the file and line in the files that is causing the parsing error that would be extremely helpful |
message to watch, when fixed then upgrade |
I had this same error occur in v0.80 .
I figured it was due to a character sequence in one of my files so I worked through all the changes since my last commit to my notes.
Changing the above line to
fixes the issue & lets markdown links load normally. I thought at first that it was because of the double parenthesis. But making a test file with As a temporary fix for anyone having the same issue, try searching for |
Wow, that one is strange. I will try looking for similar issues in |
Just had this issue, searched for ages, then found @RyanPersson's solution: Used VSCode's search for Thanks for the help. |
I experienced the same issue on v0.8.0, and downgrading to 0.7.0 somehow fixed it... I have a header with an emoji (✨), that might have caused it. Everything else is valid, escaped URLs (including Just in case this information might be useful :DDD |
Same and found the issue in my case: a link contained a double parenthesis Unfortunately I couldn't find it by looking for "((" as specified above in this discussion, since it was "(<(". My project contained node_module. The issue was solved by changing the link into: The general misleading pattern was: |
Since two days ago I get an error when commanding
Markdown Links: Show Graph
:I use the
"markdown-links.fileIdRegexp": "(?<=^#).+$",
setting which I got from here. My folder has ~1.500 filesThe text was updated successfully, but these errors were encountered: