-
Notifications
You must be signed in to change notification settings - Fork 16
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
I get an error message when trying to run this script!! #1
Comments
Please elaborate on the issue... |
Ok will elaborate, and try to post a screenshot of the message if that helps...(give me a couple of hours). |
I decided the best way to explain is to say Bs4 isn't working and I will upload a video here of me trying to run the script ( as I am a bit of a noob). Here is the link to the video screenshot of me trying to operate it, |
Actually I got selenium running Now: I get Traceback (most recent call last): as an error message. I will upload the second video of my correction ( i was making a mistake when running the file initially as shown in the first video... ( This is the actual error i had yesterday). |
here is the video of me attempting it, as we can see selenium loads but some error occurs. |
Costco most likely changed the format of their website since I last wrote the code. This completely breaks the script. |
When exactly did you write this script and what is the logic behind it so I can rewrite it and get a scraper , ideally for me I want to know how to rewrite it so it’s workable as I want to know how to build a similar scraper for different website ( the overall logic is what I am interested in).
Emmanuel
…Sent from my iPhone
On 6 Mar 2019, at 01:44, Jacob Chudnovsky <[email protected]<mailto:[email protected]>> wrote:
Costco most likely changed the format of their website since I last wrote the code. This completely breaks the script.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AkzYAodygDro2W3h_KPmBhAahglnCwxDks5vTx19gaJpZM4bdQ2->.
|
I finished writing it Jul 16, 2018. The logic is simply to use Selenium as a webdriver, and then use beautifulsoup to access the html tags of the page for the exact values that you want (will differ for every page). Thats it! |
U made it sound so simple to make!
…________________________________
From: Jacob Chudnovsky <[email protected]>
Sent: Wednesday, 6 March 2019 05:27
To: odysseyjacob/costco-scrape
Cc: ebamgithub; Author
Subject: Re: [odysseyjacob/costco-scrape] I get an error message when trying to run this script!! (#1)
I finished writing it Jul 16, 2018. The logic is simply to use Selenium as a webdriver, and then use beautifulsoup to access the html tags of the page for the exact values that you want (will differ for every page). Thats it!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AkzYAuPkiyZ3Jzkp_E5ijRTOpvkyzBOcks5vT1HDgaJpZM4bdQ2->.
|
Hmmn I am struggling with this, do you use skype or discord or telegram and you could give me some hints about how to update the code coming from the perspective that I am a bit of a noob. |
I get an error message when trying to run this script!!
The text was updated successfully, but these errors were encountered: