Replies: 7 comments 10 replies
-
Just installed this in my Windows laptop recently. I was also having a problem with installation from the requirements.txt when I have Python 3.10 installed. When I downgraded to Python 3.7, the installation went through. |
Beta Was this translation helpful? Give feedback.
-
I'd be curious to see the error output with python 3.10 |
Beta Was this translation helpful? Give feedback.
-
Hi, Also below is the error log `C:\Program Files\pikaraoke-1.2\app.py:617: SyntaxWarning: invalid escape sequence '\S' DevTools listening on ws://127.0.0.1:52780/devtools/browser/9d0953a7-55e4-4b40-9bdd-024054879823 |
Beta Was this translation helpful? Give feedback.
-
This could be an issue with mDNS on your network.
Try launching with “—prefer-ip” and see if it works better.
…On Thu, Jan 4, 2024 at 9:24 PM lsibarra ***@***.***> wrote:
Hi,
I've been trying to install the new pikaraoke version 1.2 and having
issues. Can you help? I am running windows 10 and when I launch
pikaraoke.bat The chrome browser opens but showing "This site can't be
reached" See screenshot.
image.png (view on web)
<https://github.com/vicwomg/pikaraoke/assets/135774001/3e1bedfc-1399-4de6-9e64-e562b008dd4a>
Also below is the error log
`C:\Program Files\pikaraoke-1.2\app.py:617: SyntaxWarning: invalid escape
sequence '\S'
return os.path.join(os.path.dirname(*file*), ".venv\Scripts\yt-dlp.exe")
C:\Program Files\pikaraoke-1.2\app.py:642: SyntaxWarning: invalid escape
sequence '\p'
legacy_directory = os.path.expanduser("\pikaraoke\songs")
C:\Program Files\pikaraoke-1.2\app.py:646: SyntaxWarning: invalid escape
sequence '\p'
return "\pikaraoke-songs"
[2024-01-04 18:21:49] INFO: Fetching available songs in:
C:\Users\lsiba\pikaraoke-songs/
[04/Jan/2024:18:21:50] ENGINE Bus STARTING
[2024-01-04 18:21:50] INFO: [04/Jan/2024:18:21:50] ENGINE Bus STARTING
[04/Jan/2024:18:21:50] ENGINE Serving on http://0.0.0.0:5555
[2024-01-04 18:21:50] INFO: [04/Jan/2024:18:21:50] ENGINE Serving on
http://0.0.0.0:5555
[04/Jan/2024:18:21:50] ENGINE Bus STARTED
[2024-01-04 18:21:50] INFO: [04/Jan/2024:18:21:50] ENGINE Bus STARTED
DevTools listening on ws://
127.0.0.1:52780/devtools/browser/9d0953a7-55e4-4b40-9bdd-024054879823
Traceback (most recent call last):
File "C:\Program Files\pikaraoke-1.2\app.py", line 864, in
driver.get(f"{k.url}/splash" )
File "C:\Program
Files\pikaraoke-1.2.venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py",
line 357, in get
self.execute(Command.GET, {"url": url})
File "C:\Program
Files\pikaraoke-1.2.venv\Lib\site-packages\selenium\webdriver\remote\webdriver.py",
line 348, in execute
self.error_handler.check_response(response)
File "C:\Program
Files\pikaraoke-1.2.venv\Lib\site-packages\selenium\webdriver\remote\errorhandler.py",
line 229, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error:
net::ERR_NAME_NOT_RESOLVED
(Session info: chrome=120.0.6099.199)
Stacktrace:
GetHandleVerifier [0x00007FF698A22142+3514994]
(No symbol) [0x00007FF698640CE2]
(No symbol) [0x00007FF6984E76AA]
(No symbol) [0x00007FF6984DFB39]
(No symbol) [0x00007FF6984D25DD]
(No symbol) [0x00007FF6984D16FD]
(No symbol) [0x00007FF6984D0746]
(No symbol) [0x00007FF6984D06EB]
(No symbol) [0x00007FF6984CEE3D]
(No symbol) [0x00007FF6984CF603]
(No symbol) [0x00007FF6984EA0FD]
(No symbol) [0x00007FF698572E01]
(No symbol) [0x00007FF698555FEA]
(No symbol) [0x00007FF6985728F6]
(No symbol) [0x00007FF698555D93]
(No symbol) [0x00007FF698524BDC]
(No symbol) [0x00007FF698525C64]
GetHandleVerifier [0x00007FF698A4E16B+3695259]
GetHandleVerifier [0x00007FF698AA6737+4057191]
GetHandleVerifier [0x00007FF698A9E4E3+4023827]
GetHandleVerifier [0x00007FF6987704F9+689705]
(No symbol) [0x00007FF69864C048]
(No symbol) [0x00007FF698648044]
(No symbol) [0x00007FF6986481C9]
(No symbol) [0x00007FF6986388C4]
BaseThreadInitThunk [0x00007FFB92497344+20]
RtlUserThreadStart [0x00007FFB933226B1+33]
`
—
Reply to this email directly, view it on GitHub
<#221 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7KXNQCQKO5XFVIEQQJRJDYM5P55AVCNFSM6AAAAAASEBWYIGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DAMJYHE3TK>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @vicwomg ,
I am not sure what I am doing wrong. Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
-
Hi @vicwomg, Thank you so much for your help on this. It worked by running the command |
Beta Was this translation helpful? Give feedback.
-
Hi,
The macbook is running on MacOS Catalina version 10.15.7 Any idea? |
Beta Was this translation helpful? Give feedback.
-
Hi, I want to install it in Windows for a try. But when I try to install ms visual C, it found a dead link, and then when I tried "pip3 install -r requirements.txt", so many error come out and then know how to start...Can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions