sir-kain / vscode-mediaplayer

Mediaplayer extention for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=sirkane.vscode-mediaplayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Working in Windows

dmGusai15 opened this issue · comments

Installed as per instructed restarted machine but still not working in VS Code.
just show me Loading....

Hello @dmGusai15
This situation happen when you select local media to play?

No @ManuSquall I did all steps as you mention

Hi

It could be a duplicate issue with #17

@dmGusai15 basically you should check first if all the requirements are correctly installed on your machine before trying the extension.

You can verify it using this command mpv https://www.youtube.com/watch?v=P28zHA7rjMQ on your terminal
and the Youtube video should start

Please let us know how its gone.

I installed it and sometimes get the below

Extension 'ms-vscode.github-browser cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ workbench.desktop.main.js:2899

(node:17120) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.(Use Code --trace-deprecation ... to show where the warning was created)

but I restart vscode and it works

@devgid

Extension 'ms-vscode.github-browser cannot use PROPOSED API (must started out of dev or enabled via --enable-proposed-api)
updateEnableProposedApi @ workbench.desktop.main.js:2899

This error is not related to the extension. probably, it comes from another extension that you installed.

but I restart vscode and it works

When you say "it works", it means that you can listen now with the extension on windows?

I Was Facing the same issue but when i upgraded the youtube dl using python it worked, but now its not searching correctly either fro youtube and podcast, shows no result found

I Was Facing the same issue but when i upgraded the youtube dl using python it worked, but now its not searching correctly either fro youtube and podcast, shows no result found

#48