diff --git a/README.md b/README.md index ab21ae2a..6a3b78b2 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,10 @@ US VISA (ais.usvisa-info.com) appointment re-scheduler - Colombian adaptation ## Acknowledgement Thanks to @yaojialyu for creating the initial script and to @cejaramillof for adapting it to Colombia! + +## Troubleshooting +> Getting "ValueError: There is no such driver by url ..." when executing the script + +The format of the urls seem to have changed, so depending on your device you might find this issue. This can be fixed by executing: +`python3 -m pip install webdriver-manager --upgrade` +`python3 -m pip install packaging` \ No newline at end of file