twitterstream icon indicating copy to clipboard operation
twitterstream copied to clipboard

filter.json error

Open geraldstanje opened this issue 10 years ago • 6 comments

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?

geraldstanje avatar Apr 01 '15 18:04 geraldstanje

Is this consistent? A dial timeout means it's not even connecting, so maybe they had a hiccup?

darkhelmet avatar Apr 01 '15 18:04 darkhelmet

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?

geraldstanje avatar Apr 05 '15 18:04 geraldstanje

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.

darkhelmet avatar Apr 06 '15 22:04 darkhelmet

yes, i tried to get the hashtag of a tweet...

2015/05/01 18:32:15 twitterstream: filter failed (401): \n

\n\nError 401 Unauthorized

HTTP ERROR: 401

Problem accessing '/1.1/statuses/filter.json'. Reason:

    Unauthorized
2015/05/01 18:32:15 waiting for 4 seconds before reconnect

geraldstanje avatar May 01 '15 23:05 geraldstanje

That looks like your auth information is wrong.

darkhelmet avatar May 03 '15 23:05 darkhelmet

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>

bulkan avatar Nov 16 '19 01:11 bulkan