alexi
alexi
have you found the solution I am facing same issue. @kaykyr I also tried your code but getting below exception Message: javascript error: circular reference (Session info: chrome=77.0.3865.90)
now somehow not getting that error but getting below error: ``` File "sample/remote.py", line 33, in for contact in driver.get_unread(): File "/usr/local/lib/python2.7/site-packages/webwhatsapi/__init__.py", line 368, in get_unread messages = list(filter(None.__ne__,[factory_message(message, self)...
@rodrigo-lm27 Thanks That works
@rodrigo-lm27 Suddenly I am getting below error. I tried to remove all containers and images and restarting them but not working ``` File "sample/remote.py", line 22, in print(driver.get_qr_base64()) File "/usr/local/lib/python2.7/site-packages/webwhatsapi/__init__.py",...
@rodrigo-lm27 this only occur when i try to change DockerFile ``` # Use an official Python runtime as a parent image FROM python:2.7 # Set the working directory to /app...
when I user firefox as a client it gives me ``` File "sample/remote.py", line 18, in driver = WhatsAPIDriver(profile=profiledir, client='firefox', command_executor=os.environ["SELENIUM"]) File "/usr/local/lib/python2.7/site-packages/webwhatsapi/__init__.py", line 206, in __init__ **extra_params) File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/webdriver.py",...
How to resolve this? npm update do not fix it.
I tried both http and also tried tls branch but i am getting almost same result: i just added `xpack.security.enrollment.enabled: true` in `elasticsearch.yml` ``` same for bin/elasticsearch-create-enrollment-token -s node elasticsearch@169dcd8f4267:~$...
also when i goto kibana and eneter user name and password this api says http://192.168.1.10:5601/internal/security/user_profile?dataPath=avatar,userSettings statusCode 401 so it stays at login screen only however on kibana logs i see...
Hi, thanks for the investigation. I created the cluster by generating a CA for the new node and restarting the existing nodes. This worked fine, and the existing nodes were...