You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Think both these issues have been resolved by installing to tweepy 1.9. Now takes 3 arguments and console outputs the timeline for queries as expected.
HI
when I try to run the above code exactly as in this example I get two errors:
File "C:\Python27\Lib\site-packages\xy\out\GeoSpatial\Streamings.py", line 73, in
streaming_api = tweepy.streaming.Stream(auth, CustomStreamListener(), timeout=60)
TypeError: init() takes at least 4 arguments (4 given)
When I try pass just the 'auth' parameter the above error comes. I've upgraded tweepy to 1.7.1 and still the same error.
The code is exactly as yours and the argv i'm passing is something like JustinBieber and other high volume queriies.
Thanks
The text was updated successfully, but these errors were encountered: