Replies: 5 comments 5 replies
-
Seems to be a new issue with the latest chromedriver / selenium. See this ticket for developments: |
Beta Was this translation helpful? Give feedback.
-
I have committed the selenium version fix to the main branch. A |
Beta Was this translation helpful? Give feedback.
-
Thanks for all your hard work on this @vicwomg . I had the same problem as above. I did everything you asked and was able to get on the pikaraoke screen but any song I try to queue up for download is not working. The downloads just don't end up happening. Any ideas why? Thank you in advance |
Beta Was this translation helpful? Give feedback.
-
When you say you updated yt-dl, how did you do it? From the command line or
from the pikaraoke info screen? You should be doing it via the pikaraoke
info screen because pikaraoke installs its own isolated instance of
youtube-dl, and does not use the system-installed one.
What version does the info screen say your youtube-dl version is? The
latest: 2024.07.09. If yours is older, you should update.
…-v
On Sat, Jul 13, 2024 at 9:18 PM randytalbot ***@***.***> wrote:
Thanks for all your hard work on this @vicwomg
<https://github.com/vicwomg> . I had the same problem as above. I did
everything you asked and was able to get on the pikaraoke screen but any
song I try to queue up for download is not working. The downloads just
don't end up happening. Any ideas why? Thank you in advance
—
Reply to this email directly, view it on GitHub
<#346 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7KXNX4LC62GGVOYB6JULLZMH3YNAVCNFSM6AAAAABKXNHP7OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBUGE4DCNQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone, Anyway, I've had the same error. First, I just downloaded the source file and compiled it, and ran it. Same error. After reading a bit more I decided to clone git, and try from there...same error. Then I read that it had been fixed and a git pull was needed, and rerun setup, all of which I have done...This is what I get now. "Traceback (most recent call last): I had a somewhat "working" version at first when I installed an older image on an SD card. Could someone make a working IMG file from the latest version!? I love the app, it looks really good, and I can't wait to try it out...if I can just get the newest version running. Thanks; |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've installed as described in my Raspberry Pi 4, running the last release of Raspbian 64bit, but I've received a error message when running it. showed bellow:
~/pikaraoke $ ./pikaraoke.sh
Traceback (most recent call last):
File "/home/ivamps/pikaraoke/app.py", line 20, in
from selenium import webdriver
File "/home/ivamps/pikaraoke/.venv/lib/python3.11/site-packages/selenium/webdriver/init.py", line 20, in
from .chrome.webdriver import WebDriver as Chrome # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ivamps/pikaraoke/.venv/lib/python3.11/site-packages/selenium/webdriver/chrome/webdriver.py", line 18, in
from selenium.webdriver.chromium.webdriver import ChromiumDriver
File "/home/ivamps/pikaraoke/.venv/lib/python3.11/site-packages/selenium/webdriver/chromium/webdriver.py", line 22, in
from selenium.webdriver.remote.webdriver import WebDriver as RemoteWebDriver
File "/home/ivamps/pikaraoke/.venv/lib/python3.11/site-packages/selenium/webdriver/remote/webdriver.py", line 67, in
from .websocket_connection import WebSocketConnection
File "/home/ivamps/pikaraoke/.venv/lib/python3.11/site-packages/selenium/webdriver/remote/websocket_connection.py", line 23, in
from websocket import WebSocketApp
ModuleNotFoundError: No module named 'websocket'
Is anything I have missed?
Beta Was this translation helpful? Give feedback.
All reactions