-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Looks like we cannot locate the path the 'chromedriver' if limit is included #73
Comments
@kevng9 the limit is set to 100 if you do not specify the Do let me know if that works for you. |
Closing this issue for now. If you are still experiencing this issue, feel free to reply back here. |
@hardikvasa I'm having this error happen in this following environment: Command: |
The precise error is Item no.: 1 --> Item name = vespa gtv |
@boxabirds i am guessing based on your PR #98 , this issue is now resolved for you. sorry for the late reply. Let me know if you have any other questions. |
Hi no I'm not having any more luck, the exception doesn't take me any further. Nowhere can I find simple examples of where the chromedriver binary should be and the path that I included isn't working. |
|
@boxabirds yes it is either the path issue as Kevin suggested or it could be with the google chrome browser itself. can you follow this guide to fresh install google-chrome-stable? do let me know if that works. |
Chrome's working fine -- I was able to run it directly ok. I'll have a look at it another time. BTW it'd be nice if you had an option to exclude the number prefixes. I've done a local build with a new flag that excludes it as an option |
Hi, google_images_download.py file's path is: ~/Documents/google-images-download/google_images_download And the same error appears when I run the code: Any solution? |
Exactly the same issue on my side... |
OK, I was able to make it work like this:
|
@omrysendik thanks a lot for sharing your knowledge. It worked for me perfectly as well 👍 |
chromdriver ==2.40 fail ,but re-roll to 2.37 ,all confused resolved ,see more detail in |
I was having the same problem, turns out you have to provide the path to the executable itself, not just the path. For example: /usr/bin/chromedriver , not just /usr/bin/ |
same error Item no.: 1 --> Item name = car |
I had my chromedriver in this location - "/usr/lib/chromium-browser/chromedriver" Hope it helps. |
Thank You ! This works perfectly fine. |
While using arguments, First Then, Keep it inside |
could also be you rights on the chromdriver are not the appropriate one (let's chromedriver is root root and you are trying to run the script as ubuntu ubuntu) |
Here is the solution that work for me. Step 2 change it to Here chromedriver is not the name of folder, but its the exe file Note: This (D:/chromedriver_win32/) should be your path to chrome file |
I use the same method as you, but I still get wrong. |
actually you have made indentation error. can you post the screen shot |
sorry,
|
|
apparently it seems you have some issue with indentations, can you undo all changes, you have made. |
Thankyou @talhaanwarch It works as charm ! |
I had this issue too, the issue is that all command line arguments are ignored when the config file argument is present. |
Use chormedriver 80 so will solved this problem eg. When i extract chormedriver exe to chromedriver_win32-80
|
Failing, but in a new way for me
|
Solved by matching the version of
After downloading the correct version
|
OS: osx 10.12.6
Python version: 3.6.5
Issue steps:
When running CLI with -l or --limit option specified, the following error is returned.
Looks like we cannot locate the path the 'chromedriver' (use the '--chromedriver' argument to specify the path to the executable.) or google chrome browser is not installed on your machine
executing without -l works fine.
Attempted to use json input but still returning same error. json file contents below:
{ "Records": [ {"keywords": "tops","limit": 1000}, {"keywords": "jacket","limit": 1000} ] }
The text was updated successfully, but these errors were encountered: