josepablocam/AL-public

crawler code not working

Opened this issue · 2 comments

Hello, I followed the instructions to create an environment on OSX- Catalina for Python3 as per your general README instructions. The crawler and add_db code seem to be relying on python2 rather than python3. But when I switched to Python2 I had issues installing some of the libraries. So I switched back to 3, fixed prints, changed some imports such as urlparse, etc as well as a reference in the create_db script that pointed to an undefined variable, but now I am getting sqlite3.OperationalError: no such table: ScriptVersions and selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities. Any ideas what might be wrong?

Hi maybe you can update your instructions on how to use the crawler?