Closed Charmve closed 3 years ago
Thanks for guys. This issues is addressed.
First, RUN the following comment in NodeServer
.
sudo apt remove yarn
sudo apt install curl
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update
sudo apt install yarn
and then, restart the python3 vtuber_link_start.py ./res/test/test.mp4 <your-video-path>
.
it WORKS !!!
Thank you for your helpful advice!!! Your experience will help others configure the environment.
File "vtuber_link_start.py", line 38, in <module>
sio.connect("http://192.168.14.131:6789")
the original address is
http://127.0.0.1:6789
,192.168.14.131
is my ip.how to address this error ?