Stock-Predictor icon indicating copy to clipboard operation
Stock-Predictor copied to clipboard

problem with a URL

Open postgresql007 opened this issue 9 years ago • 0 comments

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

postgresql007 avatar Mar 12 '17 20:03 postgresql007