Hi all,
I am quite sure I have already posted about this issue though I don’t seem to be abe to find that thread anymore. So just in case, sorry for dups.
I get this error when connecting to streaming API at /2b/site.json?with=followings&follow=20937471
The response I receive is:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Error 401 Unauthorized</title>
</head>
<body>
<h2>HTTP ERROR: 401</h2>
<p>Problem accessing \'/2b/site.json?with=followings&follow=20937471\'. Reason:
<pre> Unauthorized</pre>
[...lots of newlines...]
</body>
</html>
And the headers are:
{ 'content-type': 'text/html',
'www-authenticate': 'Basic realm="Firehose"',
'cache-control': 'must-revalidate,no-cache,no-store',
'content-length': '1267',
connection: 'close' }
It was working for ages but then suddenly stopped out of the blue. I can still use my oAuth credentials for normal API calls, which work fine.
Any idea what could be causing it?
My API key is rjfl7zomtBvH4kQgyd3knw
Thanks!