Jefferson-Henrique / Jefferson-Henrique/GetOldTweets-python
urlopen error [Errno 11001] getaddrinfo failed
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 790
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm trying the following:
`import GetOldTweets3 as got`
`tweetCriteria = got.manager.TweetCriteria().setQuerySearch("Trump").setMaxTweets(200)`
`got.manager.TweetManager.getTweets(tweetCriteria)`
However I get the following error:
`An error occured during an HTTP request:
Try to open in browser: https://twitter.com/search?q=Trump&src=typd
An exception has occurred, use %tb to see the full traceback.`
This error is noticed only on a Windows 10 machine. When I run the same code on my Ubuntu machine, it works fine.
The Windows 10 machine is a work machine, however, I am connected to the internet from my home (where the Ubuntu machine is as well). So I'm trying to understand why I would still get this error message.
Thanks in advance for any help on this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.