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.

7 votes
1 answer
262 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,...
Leart Beqiraj's user avatar
5 votes
1 answer
306 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. { ...
Ryan's user avatar
  • 151
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. ...
cocomac's user avatar
  • 478
2 votes
0 answers
59 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 ...
mason-lancaster's user avatar
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 ...
mariomolinam's user avatar
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 ...
micpob's user avatar
  • 85
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. ...
Lakshya Raj's user avatar
1 vote
0 answers
37 views

Typo in API docs /numbers)

https://api.stackexchange.com/docs/numbers The motivation for this is to prevent any unpleasant floating point confusion, especially across technologies that offering different floating point ...
Lakshya Raj's user avatar
4 votes
0 answers
65 views

/articles api filtering on tag does not return any results

I am attempting to pull the articles from my company's collective. They are all returned when no tagged filter is used. This should return results for the articles tagged wso2 or is there a different ...
A.J.'s user avatar
  • 141
5 votes
1 answer
560 views

Issue with JavaScript SDK

When using the JavaScript SDK to enable client side OAuth flow, I'm running into this issue: Uncaught TypeError: Cannot read properties of null (reading 'postMessage') And the page gets stuck with the ...
Sourabh Choraria's user avatar
4 votes
1 answer
86 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?
Glorfindel's user avatar
  • 6,782
3 votes
0 answers
46 views

Alignment issue in the Apps, Scripts tabs

There is an alignment issue in the Apps and Scripts tabs. The user name and the tag are not aligned right indent. Screenshot for reference:
Arulkumar's user avatar
  • 578
4 votes
1 answer
158 views

Items response empty after article POST request

I'm trying to post an article using StackExchange's Teams API then try to pull that new article's id from the API response. The article gets posted but the items field is empty : {"items":[],...
GrassWarlock's user avatar
0 votes
1 answer
73 views

Multiple tags come back unordered

I am using https://api.stackexchange.com/docs/wikis-by-tags#tags=c%23%3Bsql%3Bexcel%3Bphp&filter=default&site=stackoverflow and the response is "items": [ { "...
JMP's user avatar
  • 345
3 votes
1 answer
123 views

What's the relation between access_token, key, quota_max, and throttling?

From How API Keys Work (FAQ) I read that the limit of requests per day per IP is 300 without a registered key, or 10000 with it. And this is what I see by experimenting myself: since I've not ...
Enlico's user avatar
  • 197

15 30 50 per page
1
2 3 4 5
31