-
Notifications
You must be signed in to change notification settings - Fork 93
Description
C:\Users\Amr Mohamed\Downloads\instagram-follower-scraper-master\instagram-follower-scraper-master\run.py:32: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
bot = webdriver.Chrome(executable_path=CM().install(), options=options)
DevTools listening on ws://127.0.0.1:62036/devtools/browser/d22bd391-890c-437f-8f2b-9be905be57dc
[Info] - Instagram did not require to accept cookies this time.
[Info] - Logging in...
Traceback (most recent call last):
File "C:\Users\Amr Mohamed\Downloads\instagram-follower-scraper-master\instagram-follower-scraper-master\run.py", line 111, in
scrape()
File "C:\Users\Amr Mohamed\Downloads\instagram-follower-scraper-master\instagram-follower-scraper-master\run.py", line 62, in scrape
username.send_keys(USERNAME)
File "C:\Users\Amr Mohamed\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\remote\webelement.py", line 232, in send_keys
Command.SEND_KEYS_TO_ELEMENT, {"text": "".join(keys_to_typing(value)), "value": keys_to_typing(value)}
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Amr Mohamed\AppData\Local\Programs\Python\Python311\Lib\site-packages\selenium\webdriver\common\utils.py", line 140, in keys_to_typing
for i in range(len(val)):
^^^^^^^^
TypeError: object of type 'NoneType' has no len()