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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: