josepablocam / AL-public

Public repository for AL pipeline generation
MIT License
2 stars 3 forks source link

crawler code not working #3

Open ksrinivs64 opened 4 years ago

ksrinivs64 commented 4 years ago

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?

josepablocam commented 4 years ago

I'm out on holiday, but can take a look when back. I recently noticed latest meta kaggle removed the table that contained actual user code (ScriptVersions) so perhaps that is raising the error?

On Fri, Jan 3, 2020, 11:09 AM ksrinivs64 notifications@github.com wrote:

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?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/josepablocam/AL-public/issues/3?email_source=notifications&email_token=ABG4NFAJSHM3EP7DCQDTMQLQ35PMLA5CNFSM4KCPEDOKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ID44NLA, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABG4NFEFFFDM3UO74PU4HIDQ35PMLANCNFSM4KCPEDOA .

ksrinivs64 commented 4 years ago

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