Skip to main content

Questions tagged [bug]

Indicates you've found an erroneous or unexpected behavior in the Stack Exchange API, or the Stack Exchange HTML or CSS, that needs to be fixed.

4 votes
1 answer
114 views

Unable to sort /search results by creation_date

I think I may have stumbled upon a bug in /search and I'll try to describe it as best as I can. What works: Create a /search query with the following parameters: fromdate: 2012-01-24 order: desc ...
5 votes
1 answer
312 views

Suddenly getting "Couldn't parse `client_id`"

For years, I've run a local PHP app using GuzzleHttp\Client to download my StackExchange posts. Today, I'm suddenly getting this problem when posting my client_id, client_secret, code, redirect_uri. { ...
7 votes
1 answer
264 views

Stackexchange oauth2.0 is suddenly failing

No changes in stack apps or my code, it was working fine for a while, suddenly it stopped working now. I get "InternalOAuthError: Failed to obtain access token" After more details inspection,...
4 votes
1 answer
88 views

Padding missing between thumbnails and other app/script information

On the Apps and Scripts tabs, the thumbnails and the rest of the information touch each other: This didn't use to be the case, could you please re-add some padding?
13 votes
2 answers
584 views

Why is my API quota not resetting after UTC reset?

According to How API Keys Work, the default daily API limit -- which is per site, per day -- is 300. I started with 300, as expected, but over a period of days, I've noticed that the remaining quota ...
2 votes
1 answer
114 views

Collectives Articles endpoint broken

I would like to access a list of all Collective Articles on SO. I tried https://api.stackexchange.com/2.3/articles?order=desc&sort=activity&site=stackoverflow which is the sample from here. ...
5 votes
1 answer
276 views

Cannot authenticate with OAuth2

I was testing an app and suddenly I can't login any more. Neither my app or the Stack App configuration hasn't changed, so I'm thinking this might be a bug on the API side. The OAuth error seems a ...
2 votes
0 answers
60 views

Randomly getting an 404 no method error when calling the question endpoint

When calling the question endpoint for a given number of communities, I have been randomly getting the following error: {"error_id":404,"error_message":"no method found with ...
2 votes
1 answer
37 views

Why are these answers dated before the question was asked?

Does anyone know why some answers are shown with a date before the question was asked? Here are a couple of examples: Why doesn't Java have compound assignment versions of the conditional-and and ...
3 votes
0 answers
132 views

SSL handshake error after Stack Overflow back on - anything related to SSL certification changed?

I'm building a Stack Overflow app for BlackBerry10. Earlier today (Feb 16, 2014), Stack Overflow was down and after it came back up my app starts to have this issue. My app works fine when it's in LTE,...
1 vote
0 answers
241 views

/oauth/access_token not redirecting back to my redirect_uri

I am trying to implement Stack Exchange using oAuth 2.0. I am able to get CODE but, when I try to get access_token through this code: <?php if(isset($_GET['code'])) { ?> <form method="...
7 votes
2 answers
513 views

After successfully retrieving 180 pages, the API gracelessly, semi-silently, fails

I'm trying to synchronize tags using the Stack Exchange API and this works for about 180 pages, but around 180 pages it always ends with an exception that seems to indicate that there is no HTTP ...
2 votes
1 answer
59 views

Tagged parameter not working as described in documentation

In the documentation it is reported that the tagged parameter in the request URL should work like this: tagged - a semicolon delimited list of tags, of which at least one will be present on all ...
1 vote
1 answer
102 views

fromdate is ignored for /posts/{id}/comments requests

The api docs: http://api.stackoverflow.com/1.0/help/method?method=posts/{id}/comments The test request. You can see comment itself here, it's four months old, while cutoff date in request is less than ...
1 vote
0 answers
39 views

Accessibility issue on app registration page

Page containing bug https://stackapps.com/apps/oauth/register Reproduce the issue Go to the page above. Whether you click on Application Website or Application Icon, it focuses the OAuth domain input. ...

15 30 50 per page
1
2 3 4 5
31