Closed ds2k5 closed 4 hours ago
Run playwright install
in your terminal.
And send the output of it here.
Then try to run bbb-dl again
@C0D3D3V
$ playwright install
bash: playwright: command not found
$ pip install --user playwright
Requirement already satisfied: playwright in /home/developer/.local/lib/python3.11/site-packages (1.48.0)
Requirement already satisfied: greenlet==3.1.1 in /home/developer/.local/lib/python3.11/site-packages (from playwright) (3.1.1)
Requirement already satisfied: pyee==12.0.0 in /home/developer/.local/lib/python3.11/site-packages (from playwright) (12.0.0)
Requirement already satisfied: typing-extensions in /usr/lib/python3/dist-packages (from pyee==12.0.0->playwright) (4.4.0)
Install command was: pip install --user bbb-dl
I guess you have not added python to your PATH (during installation, there was a checkbox to add it to your PATH). To be percise your python user scripts are not in PATH. (since you installed with --user, not the global scripts directory is used).
try to run python -m playwright install
that should skip the PATH problem.
Btw. :D interesting talk ^^ I think I will watch it.
try to run python -m playwright install that should skip the PATH problem.
Thank you that solved the issue ! Download is runing now!
have a nice day!
Btw. :D interesting talk ^^ I think I will watch it.
cool have fun
URL: https://bbb.hu-berlin.de/playback/presentation/2.3/5bcd92c514eb9deda1b08f163fcd7cc692dfd5c6-1720111194731
Command: bbb-dl https://bbb.hu-berlin.de/playback/presentation/2.3/5bcd92c514eb9deda1b08f163fcd7cc692dfd5c6-1720111194731
Using: Debian 12 x86_64 Browser: chromium Version 130.0.6723.69-1
bbb-dl-1.0.13
How to fix this ?