-
Here's the full traceback, has anyone gotten these?
No handlers could be found for logger "GoogleScraper"
Traceback (most recent call last):
File "/usr/local/bin/GoogleScraper", line 9, in
loa…
-
`from urllib.parse import urlparse
import GoogleScraper
results = GoogleScraper.scrape('HOly shit', number_pages=1)
Traceback (most recent call last):
File "", line 1, in
AttributeError: modul…
-
```
File "C:\Python34\lib\site-packages\GoogleScraper\core.py", line 358, in main
scrape_jobs = parse_all_cached_files(scrape_jobs, session, scraper_search)
File "C:\Python34\lib\site-packages\G…
-
After re-installing GoogleScraper, this time in virtualenv, now the error message is changed, and it seems to be related to googlescraper itself.
I run the following script:
# !/usr/bin/python3.4
# -…
-
All classes / modules In `models/concerns` do not qualify as concerns. Some of them should be placed either in the `models` root directory e.g. `ResultNullObject` and `Query`. `GoogleScraper` would ei…
-
When trying to run GoogleScraper I get this attributeerror: `File "/usr/local/lib/python2.7/site-packages/GoogleScraper/config.py", line 70, in parse_config
cfg_parser.read_dict(Config)
Attribut…
-
(env) [root@b19s04 ~]# GoogleScraper -m http --keyword "apple" -v2
Traceback (most recent call last):
File "/usr/src/env/bin/GoogleScraper", line 11, in
sys.exit(main())
File "/usr/src/en…
-
Hi, I really want to thank you for your module, it's very nice.
I'm trying to scrape bing using asynchronous mode but unfortunately I got this error:
`GoogleScraper -s "bing" --keyword-file keywords …
-
Great tool!
I have noticed that the tool does not return results for multiple keywords - "filetype:pdf site:microsoft.com". This is the same for selenium and the http methods.
1. GoogleScraper -m htt…
-
I had the same issue as the one described in https://github.com/NikolaiT/GoogleScraper/issues/86.
Basically, Chromedriver failed to start and threw this:
2015-02-24 07:40:07,684 - GoogleScraper - E…