sbshah97 / What-omation

Parsing WhatsApp Web on the Linux Terminal and using the terminal with advanced functionality like creating local backups of chats and implementing a chat bot for WhatsApp
MIT License
26 stars 15 forks source link

chrome web driver issue #7

Closed fadifubbu closed 7 years ago

fadifubbu commented 7 years ago

from: too many arguments from: too many arguments from: too many arguments ./wa.py: line 10: syntax error near unexpected token (' ./wa.py: line 10:d = webdriver.Chrome('home/Whatsapp-Web/chromedriver')

sbshah97 commented 7 years ago

Hi, yeah need to change that line from Absolute Path to relative Path! Do you mind forking and opening up a PR while referencing this Issue?

fadifubbu commented 7 years ago

I did provide relative path but getting same error I can provide you screen shot you if you want

sbshah97 commented 7 years ago

Yes please attach a screenshot. Helps better!

fadifubbu commented 7 years ago

salman

sbshah97 commented 7 years ago

Also try removing that space in the line, between Chrome and the bracket.

sbshah97 commented 7 years ago

That's possibly where the error is coming from!

fadifubbu commented 7 years ago

previous error is resolved lib was missing web.whatsapp.com is open in back ground my account already scanned to it when I execute it opens up separate window where it goes on web.whatsapp.com should I scan on new opened tab ?

fadifubbu commented 7 years ago

/usr/bin/python2.7 /opt/pycharm-community-2017.1.2/helpers/pydev/pydevd.py --multiproc --qt-support --client 127.0.0.1 --port 45907 --file /home/grandpa/Downloads/WhatsApp-Web-master/wa.py warning: Debugger speedups using cython not found. Run '"/usr/bin/python2.7" "/opt/pycharm-community-2017.1.2/helpers/pydev/setup_cython.py" build_ext --inplace' to build. Connected to pydev debugger (build 171.4249.47) pydev debugger: process 6021 is connecting

#

sbshah97 commented 7 years ago

Hi, check out #8 Try going through those instructions and let me know if you face any problem even after that?