mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.03k stars 797 forks source link

Installation problem #920

Open AJCastello opened 4 years ago

AJCastello commented 4 years ago

Hi, i'm using Windows. Everything was going fine, until in the middle of the installation of Selenium image, following this step: (https://github.com/mukulhase/WebWhatsapp-Wrapper#2-run-selenium-gridstandalone-container), Windows firewall pops up asking to allow that operation wich was already started and downloading the files, then it stopped all the process and freezed everything on the command prompt, after it, i just get failing messages. Even after restarting Docker and recreating a selenium network on it

How can i start it again? im trying to remove files and registers about that step that firewall crashed all the process. (i believe tha was the windows firewall) I don't know where this files are and if that is a good idea.

Now at the prompt it doesn't try to download the missing files that wasn't finished.

`C:\xampp\htdocs\wa2>docker network create selenium 13f104a9b60538bb83ed3d58118611a635b0fbffddc79cdaa3c7c02200ae1779

C:\xampp\htdocs\wa2>docker run -d -p 4444:4444 -p 5900:5900 --name firefox --network selenium -v /dev/shm:/dev/shm selenium/standalone-firefox-debug:3.14.0-curium 402e1417e7cedf3bf6f9fab43f5146b6cb5e9d4a83503f2745385427d754c130

C:\xampp\htdocs\wa2>`

Here's on the Docker Logs

`01:48:02.145 INFO [GridLauncherV3.launch] - Selenium build info: version: '3.14.0', revision: 'aacccce0'

01:48:02.146 INFO [GridLauncherV3$1.launch] - Launching a standalone Selenium Server on port 4444

2020-07-16 01:48:02.241:INFO::main: Logging initialized @379ms to org.seleniumhq.jetty9.util.log.StdErrLog

01:48:02.427 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444

Display :99 allocated

16/07/2020 01:48:02 passing arg to libvncserver: -rfbport

16/07/2020 01:48:02 passing arg to libvncserver: 5900

16/07/2020 01:48:02 -usepw: found /home/seluser/.vnc/passwd

16/07/2020 01:48:02 x11vnc version: 0.9.13 lastmod: 2011-08-10 pid: 49

16/07/2020 01:48:02 Using X display :99

16/07/2020 01:48:02 rootwin: 0x25c reswin: 0x200001 dpy: 0xd3c8e0

16/07/2020 01:48:02

16/07/2020 01:48:02 ------------------ USEFUL INFORMATION ------------------

Failed to read: session.ignoreBorder

Setting default value

Failed to read: session.forcePseudoTransparency

Setting default value

Failed to read: session.colorsPerChannel

Setting default value

Failed to read: session.doubleClickInterval

Setting default value

Failed to read: session.tabPadding`

and many others failures on the logs.

Please, can anyone help me?