Thanks for posting the solution Marco!Marcos wrote: ↑08 Apr 2021, 14:00 Hi Dears, here I am again.
There is the same issue again.
my previous procedure doesn't work any more after the last update.
Connecting to WS Server wss://localhost:8000
ERROR Connection to server error: Client network socket disconnected before secure TLS connection was established
Lost connection to WS Server!
Update
The new server release 1.0.3 requires some new dependencies.
proceed to install
python3-bcrypt
python3-websockets
then after having downloaded new release from github (https://github.com/erminas/noderedrevpi ... r/releases)
install it with
sudo dpkg -i noderedrevpinodes-server_1.0.3_all.deb
Now it works again.
To summary;
Code: Select all
wget https://github.com/erminas/noderedrevpinodes-server/releases/download/1.0.2-1/noderedrevpinodes-server_1.0.2_all.deb
Code: Select all
sudo apt install ./noderedrevpinodes-server_1.0.2_all.deb
Code: Select all
sudo apt-get install python3-bcrypt
sudo apt-get install python3-websockets