sir-kain / vscode-mediaplayer

Mediaplayer extention for VS Code
https://marketplace.visualstudio.com/items?itemName=sirkane.vscode-mediaplayer
MIT License
19 stars 7 forks source link

Not Working in Windows #44

Open dmGusai15 opened 3 years ago

dmGusai15 commented 3 years ago

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

ManuSquall commented 3 years ago

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

dmGusai15 commented 3 years ago

No @ManuSquall I did all steps as you mention

sir-kain commented 3 years ago

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.

devgid commented 3 years ago

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.(UseCode --trace-deprecation ...to show where the warning was created)

but I restart vscode and it works

sir-kain commented 3 years ago

@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?

SyedShehzadGillani commented 3 years ago

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

sir-kain commented 3 years ago

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