tp223 / Driving-Test-Cancellations

A python bot which searched for driving test cancellations and reserves them for you. You can then either book the test or keep searching.

Home Page:https://www.copadrivingtest.co.uk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with undetected_chromedrivert

mandy132 opened this issue · comments

I am getting the following error when trying to run this

Traceback (most recent call last):
  File "/Users/andrewphillips/Documents/GitHub/Driving-Test-Cancellations/main.py", line 9, in <module>
    uc.install()
AttributeError: module 'undetected_chromedriver' has no attribute 'install'

I was wondering if you had any ideas as to what I'm doing wrong

thank you!

You can to roll back to an older (v1 methods) version of the undetected-chromedriver PIP package since the newer versions use a different v2 methods system to fix the issue. Although this will likely lead to the bot being detected on the DVLA website.

https://github.com/ultrafunkamsterdam/undetected-chromedriver

P.S. I think this project has been abandoned, when you go to copadrivingtest.co.uk you can't even pay to have the project hosted online.