Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error NoneType #3

Open
AZFARHAD24511 opened this issue Apr 1, 2024 · 0 comments
Open

error NoneType #3

AZFARHAD24511 opened this issue Apr 1, 2024 · 0 comments

Comments

@AZFARHAD24511
Copy link


AttributeError Traceback (most recent call last)
in <cell line: 1>()
20
21 #1- save the urls of advertisements in a file
---> 22 save_urls(500)
23
24 # 2- read links from file and scrap all links

5 frames
/usr/local/lib/python3.10/dist-packages/webdriver_manager/drivers/chrome.py in get_latest_release_version(self)
62 return determined_browser_version
63 # Remove the build version (the last segment) from determined_browser_version for version < 113
---> 64 determined_browser_version = ".".join(determined_browser_version.split(".")[:3])
65 latest_release_url = (
66 self._latest_release_url

AttributeError: 'NoneType' object has no attribute 'split'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant