Michael Pagan

Results 4 comments of Michael Pagan

@amitupreti any insight on what's going on here? I've run [this issue](https://github.com/amitupreti/Hands-on-WebScraping/issues/11), resolved by pip installing ipdb, and [this issue](https://github.com/amitupreti/Hands-on-WebScraping/issues/12), resolved by updating the `USER_AGENT` to[ 'User-Agent': 'Mozilla/5.0 (X11; Linux...

Couldn’t get it working. Wound up creating my own wrapper around tweepy.

I was able to semi-fix this by updating the `USER_AGENT` to on line 17 in [hashtag.py](https://github.com/amitupreti/Hands-on-WebScraping/blob/master/project1_twitter_hashtag_crawler/TwitterHashTagCrawler/spiders/hashtag.py) to 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0', as suggested by [this StackOverflow...

I ran into the same issue - when I re-did the tutorial using the conda command line AND pip installed ipdb there this worked. I am on Windows running CMD.exe...