omkarcloud / google-maps-scraper

šŸ‘‹ HOLA šŸ‘‹ HOLA šŸ‘‹ HOLA ! ENJOY OUR GOOGLE MAPS SCRAPER šŸš€ TO EFFORTLESSLY EXTRACT DATA SUCH AS NAMES, ADDRESSES, PHONE NUMBERS, REVIEWS, WEBSITES, AND RATINGS FROM GOOGLE MAPS WITH EASE! šŸ¤–
https://www.omkar.cloud/
MIT License
863 stars 211 forks source link

Bugs #163

Closed BinTran07 closed 1 month ago

BinTran07 commented 2 months ago

macbook@MacBook-Pro-cua-macbook code AI % /usr/bin/env /usr/local/bin/python3 /Users/macbook/.vscode/extensions/ms-python.debugpy-2024.4.0-darwin-x64/bundled/libs/debugpy/adapter/../../debugpy/launcher 49396 -

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/keras/src/utils/file_utils.py", line 291, in get_file urlretrieve(origin, fpath, DLProgbar()) File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 240, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 215, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 515, in open response = self._open(req, data) ^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 532, in _open result = self._call_chain(self.handle_open, protocol, protocol + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 492, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 1392, in https_open return self.do_open(http.client.HTTPSConnection, req, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 1347, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)>

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/macbook/hi.py/AI generation/code AI/main.py", line 49, in X_train, y_train, X_test, y_test = new_func(mnist) ^^^^^^^^^^^^^^^ File "/Users/macbook/hi.py/AI generation/code AI/main.py", line 46, in new_func (X_train, y_train), (X_test, y_test) = mnist.load_data() ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/keras/src/datasets/mnist.py", line 60, in load_data path = get_file( ^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/keras/src/utils/file_utils.py", line 295, in get_file raise Exception(error_msg.format(origin, e.errno, e.reason)) Exception: URL fetch failure on https://storage.googleapis.com/tensorflow/tf-keras-datasets/mnist.npz: None -- [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000) macbook@MacBook-Pro-cua-macbook code AI %

Chetan11-dev commented 1 month ago

Does it occurs it nee version, To try new version Kindly run

python -m pip install bota botasaurus_api botasaurus_driver bota botasaurus-proxy-authentication botasaurus_server --upgrade

And reclone the repository.

Let me know if it reoccurs