Skip to content
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

Can't get playlist #1

Open
LeSuedois opened this issue Dec 5, 2022 · 2 comments
Open

Can't get playlist #1

LeSuedois opened this issue Dec 5, 2022 · 2 comments

Comments

@LeSuedois
Copy link

Hello,
first of all thank you for this scrips. It really helped me out with Max on small windows computers...
I only have one problem : I can't get the playlist.
My system is a Apple MacBook with M1 Pro, OSX Ventura up to date, Max Version 8.5.1.
The error I get is

node.script: get_playlist error
node.script: {

}

It looks like vlc.getPlaylist().then((plist) prints nothing (not even got empty playlist)and .catch(err => ... is empty.
Everything else works fine..

@robtherich
Copy link
Owner

what version of VLC are you running? I just tested and I had version 3.0.12 and had no issues. Then I updated to the latest 3.0.18 and was getting crashing. The update also changed from intel on rosetta to apple silicon native. I re-downloaded version 3.0 from the VLC site and everything is working as expected again.

In any case, the script seems fine, so not much I can say about buggy VLC versions on Apple Silicon.

@LeSuedois
Copy link
Author

Hello,
I got some time to re-investigate about this problem but still no luck.
Me to I think it's a Apple Silicon related problem. All versions I tried have this problem (3.0, 3.0.12, 3.0.18..)
Maybe something in vlc-client is wrong since the actual web interface works fine 🤷‍♂️

I found a other solution for my problem.
Anyway, thank you for the code! I PR if I find something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants