Luiz Delphino
Luiz Delphino
Hey @old , I was experiencing the same issue and I could fix it. There are a few things that may be causing it, first of all, are you trying...
First remove your table `urls`, then run the above SQL please
It works here, might need a few exceptions like when max is lower than min or if there is no limit set but seems to be working fine.
To get current battery percentage and charging status for the attached device on demand, use the method `getBatteryStatus()` Learn more: https://docs.wwebjs.dev/ClientInfo.html#getBatteryStatus To subscribe to events emitted when the battery percentage...
Not working here either, Store not found ``` File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37-32\lib\site-packages\webwhatsapi-2.0.3-py3.7.egg\webwhatsapi\__init__.py", line 712, in get_battery_level return self.wapi_functions.getBatteryLevel() File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37-32\lib\site-packages\webwhatsapi-2.0.3-py3.7.egg\webwhatsapi\wapi_js_wrapper.py", line 44, in __getattr__ wapi_functions = dir(self) File "C:\Users\Administrator\AppData\Local\Programs\Python\Python37-32\lib\site-packages\webwhatsapi-2.0.3-py3.7.egg\webwhatsapi\wapi_js_wrapper.py", line 67, in...
Whatsapp's algorithm for identifying unauthorized bots is quite effective. Everything associated with your server, device, location, browser, network, etc. has already been flagged given that you were banned so quickly....
You can save the session for each number after reading the QR-Code for the first time, then write a code that uses the session for the number that you specify.
It's still working fine here, this is an old issue that can be closed because it was fixed in 2017. Please try using either `get_qr` or `get_qr_base64` or `get_qr_plain`
Are you using the latest version of this repo (don't use pip)? `get_qr_base64 `is shown on [line 293](https://github.com/mukulhase/WebWhatsapp-Wrapper/blob/master/webwhatsapi/__init__.py#L293)
Can you please include your `main.py` file? You are probably not starting the driver properly to check for the qr, this should be run when the page fully loads.