filter.json error
2015/04/01 18:00:17 twitterstream: making filter request failed: Post https://stream.twitter.com/1.1/statuses/filter.json: dial tcp: i/o timeout 2015/04/01 18:00:17 waiting for 16 seconds before reconnect
did twitter change the api?
Is this consistent? A dial timeout means it's not even connecting, so maybe they had a hiccup?
no, i try to figure out/debug more...
another question i have: is it possible to scrap Vine Videos (https://vine.co/) from the Twitter Streaming API?
Like as media? I just decode the JSON, so if they aren't parsing it out, then you can do it yourself, but it's not really the place of the library to do that I don't think.
yes, i tried to get the hashtag of a tweet...
2015/05/01 18:32:15 twitterstream: filter failed (401): \n
\n\nHTTP ERROR: 401
Problem accessing '/1.1/statuses/filter.json'. Reason:
Unauthorized2015/05/01 18:32:15 waiting for 4 seconds before reconnect
That looks like your auth information is wrong.
I've started receiving this error too. My auth info is correct I even regenerated them.
2019/11/16 01:20:47 tracking failed: twitterstream: filter failed (401): <html>\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>\n<title>Error 401 Unauthorized</title>
</head>
<body>
<h2>HTTP ERROR: 401</h2>
<p>Problem accessing '/1.1/statuses/filter.json'. Reason:
<pre> Unauthorized</pre>
</body>
</html>