You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.
Hello, I got this error while calling driver.get(bicak_link) which is set to 'NoneType'.
Traceback (most recent call last):
File "c:\Users\shrey\Desktop\Steam-Market-Scraper-master\Main.py", line 11, in
Sticker.run()
File "c:\Users\shrey\Desktop\Steam-Market-Scraper-master\Sticker.py", line 18, in run
driver.get(bicak_link)
AttributeError: 'NoneType' object has no attribute 'get'
I applied everything that needs to be run the script smoothly like, discord webhookURL, fixer.io API Key, and all.
Can you please elaborate this script more or atleast upload tutorial video of it, so I can understand the working of this script.
The text was updated successfully, but these errors were encountered:
shreyashchhatbar
changed the title
Facing error in while calling driver.get(bicak
Facing error in while calling driver.get(bicak_link)
Sep 28, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I got this error while calling driver.get(bicak_link) which is set to 'NoneType'.
Traceback (most recent call last):
File "c:\Users\shrey\Desktop\Steam-Market-Scraper-master\Main.py", line 11, in
Sticker.run()
File "c:\Users\shrey\Desktop\Steam-Market-Scraper-master\Sticker.py", line 18, in run
driver.get(bicak_link)
AttributeError: 'NoneType' object has no attribute 'get'
I applied everything that needs to be run the script smoothly like, discord webhookURL, fixer.io API Key, and all.
Can you please elaborate this script more or atleast upload tutorial video of it, so I can understand the working of this script.
The text was updated successfully, but these errors were encountered: