mihaiolteanu / vuiet

The music player and explorer for Emacs
https://mihaiolteanu.me/vuiet
GNU General Public License v3.0
278 stars 15 forks source link

Vuiet no longer working after Gentoo upgrade to python 3.11 #72

Closed eklebanow closed 10 months ago

eklebanow commented 1 year ago

Does vuiet depend on python?

On my laptop running Gentoo and emacs 28.2 after an update to python 3.11 vuiet is no longer working

mihaiolteanu commented 1 year ago

It depends on youtube-dl, which is written in Python, https://github.com/ytdl-org/youtube-dl

What is the error? Maybe we can crack it :)

Edit: you can try updating youtube-dl first, see how that goes.

mihaiolteanu commented 1 year ago

Looks like there are/were problems with youtube-dl and python 3.11 on other projects/platforms, https://github.com/Homebrew/homebrew-core/pull/114949

eklebanow commented 1 year ago

Are there similar issues if you use yt-dlp?

I am not getting an error but vuiet will not start in emacs 28.2 in Gentoo. It was working fine before transition to python 3.11. not only will vuiet not start but it freezes emacs.....

How can I make vuiet use yt-dlp?

How can I troubleshoot why vuiet will not start

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Mihai Olteanu @.> Sent: Monday, May 22, 2023 10:56:15 PM To: mihaiolteanu/vuiet @.> Cc: eklebanow @.>; Author @.> Subject: Re: [mihaiolteanu/vuiet] Vuiet no longer working after Gentoo upgrade to python 3.11 (Issue #72)

Looks like there are/were problems with youtube-dl and python 3.11, Homebrew/homebrew-core#114949https://github.com/Homebrew/homebrew-core/pull/114949

— Reply to this email directly, view it on GitHubhttps://github.com/mihaiolteanu/vuiet/issues/72#issuecomment-1558574864, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIDY2CHERVXG42EPGNKYESTXHRGP7ANCNFSM6AAAAAAYK22K74. You are receiving this because you authored the thread.Message ID: @.***>

mihaiolteanu commented 1 year ago

How can I make vuiet use yt-dlp? https://github.com/mihaiolteanu/vuiet/issues/69

mihaiolteanu commented 1 year ago

Did you update youtube-dl? https://github.com/mihaiolteanu/vuiet/issues/21

eklebanow commented 1 year ago

Can you provide more detail as to how to make vuiet use yt-dlp. What has to be changed? Where do I find the code to change it to?

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Mihai Olteanu @.> Sent: Tuesday, May 23, 2023 10:19:24 PM To: mihaiolteanu/vuiet @.> Cc: eklebanow @.>; Author @.> Subject: Re: [mihaiolteanu/vuiet] Vuiet no longer working after Gentoo upgrade to python 3.11 (Issue #72)

Did you update youtube-dl?

21https://github.com/mihaiolteanu/vuiet/issues/21

— Reply to this email directly, view it on GitHubhttps://github.com/mihaiolteanu/vuiet/issues/72#issuecomment-1560472086, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIDY2CEV57OVJ5PDQ4VNGGDXHWK5ZANCNFSM6AAAAAAYK22K74. You are receiving this because you authored the thread.Message ID: @.***>

mihaiolteanu commented 10 months ago

Changed to yt-dlp as the default with #69 Please reopen if you still have issues.