hello ...
thank you for your module.
i think there is a mini problem somewhere:
[hs@zenbook src]$ python main.py
2017-03-12 21:30:19,720 DEBUG Connected to Reuters twitter stream and listening..
Traceback (most recent call last):
File "main.py", line 140, in
for tweet in stream:
File "/home/hs/src/Stock-Predictor/src/tweetstream/streamclasses.py", line 165, in iter
self._init_conn()
File "/home/hs/src/Stock-Predictor/src/tweetstream/streamclasses.py", line 105, in _init_conn
raise ConnectionError("URL not found: %s" % self.url)
tweetstream.ConnectionError: <ConnectionError URL not found: https://stream.twitter.com/1/statuses/filter.json>
many thanks,
hans
hello ...
thank you for your module.
i think there is a mini problem somewhere:
[hs@zenbook src]$ python main.py
2017-03-12 21:30:19,720 DEBUG Connected to Reuters twitter stream and listening..
Traceback (most recent call last):
File "main.py", line 140, in
for tweet in stream:
File "/home/hs/src/Stock-Predictor/src/tweetstream/streamclasses.py", line 165, in iter
self._init_conn()
File "/home/hs/src/Stock-Predictor/src/tweetstream/streamclasses.py", line 105, in _init_conn
raise ConnectionError("URL not found: %s" % self.url)
tweetstream.ConnectionError: <ConnectionError URL not found: https://stream.twitter.com/1/statuses/filter.json>
many thanks,
hans