-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Cannot export PDF when SwaggerViewer is installed #402
Comments
Related: marp-team/marp#391 Seeing these cases, probably Potentially conflicted extensions |
This does not apply to my Issue because I have neither of the conflicting extensions listed here installed. Stack Trace: |
Following the Stack Trace, vscode-spotify seemed to be the issue. Getting rid of the extension resolved my issue. |
Added ➕ Thanks for sharing the full stack trace too. I could not have reproduced this problem yet so it is going to be helpful to find a root issue. |
The latest release of Marp CLI v2.4.0 has no longer inspected the detail of |
Hello.
This issue was resolved and I'm not stuck, but I'll share the info for someone else.
When I tried to export the PDF, I got the following error.
[error] [Extension Host] TypeError: Cannot read properties of undefined (reading 'encrypted')
I opened "window" from the list of outputs to see the error message and it seems to conflict with the Swagger Viewer.
at IncomingMessage.protocol (/Users/xxxxxx/.vscode/extensions/arjun.swagger-viewer-3.1.2/node_modules/express/lib/request.js:307:31)
After uninstalling SwaggerViewer, I can export the PDF.
The text was updated successfully, but these errors were encountered: