-
Notifications
You must be signed in to change notification settings - Fork 10
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
Convert command hanging on "Convert Document: Launching the page in chromium…" #42
Comments
Hello @damgot |
I can't reproduce the issue. |
Hello @manuth. It's on a very new installation. I've installed VSCode + Markdown All In One, Plantuml, markdownlint, and markdownConverter. I tried to convert a .md document with "Markdown: Convert Document" command. I had a pop-up to install chromium, select "Yes", download was successfull and then the pop-up stayed infinitely on "Convert Document: Launching the page in chromium…" I try to restart VSCode, restart computer, Uninstall-reinstall MarkdownConverter (and downloand again chromium) but nothing works. This short stack trace is all I have, sorry =S My OS is Windows 10 Pro (10.0.18362) and the system is a x64. Thanks for help |
Please try the debug-build I've just created: Do you see any useful information in the stack trace? |
It seems to be well installed because I saw command in the command palette, but I've the error : "command 'markdownConverter.Convert' not found" =S |
Thank you, this helped me finding the issue. |
Ok now I've this :
|
Alright now we're getting to something. |
Ok I've found it... As it was a new install, I've simply copy past the JSON settings... But the path of my stylesheet in this new install was not exactly the same than before. The bug was on my side. |
The problem was there :
At this line : |
Well that's pretty strange anyway, I thought my exception-handling covers all possible exceptions- I'll have a look at it asap. But please don't blame me if it takes 2 days or 3 - I have a lot exams this week. |
There is no problem. Many thanks for helping me solve my problem :) |
You're welcome mate 😄 |
Alright so I finally could find what's causing the error. MarkdownConverter/MarkdownConverter/src/Conversion/Converter.ts Lines 308 to 323 in aea93de
The I could resolve this issue by moving the I'll publish another new release this evening. |
Tested and approved :). Thanks a lot |
Convert command hanging on "Convert Document: Launching the page in chromium…"
In a debug session, I've the following error :
chromium was installed successfully
The text was updated successfully, but these errors were encountered: