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.
438 questions
1
vote
1
answer
71
views
Question templates don't fill the question body anymore
When asking a question, there are links in the sidebar widget to help you draft your question. Currently, they only fill the correct tag; they used to fill the body of the question as well, with ...
4
votes
1
answer
102
views
Apps page blank not showing
Can anyone help me, I've tried on a new browser, turned off all extensions and even tried opening it on another device but it still doesn't work.
0
votes
1
answer
71
views
Broken code block in new Help Center page
Relating to the changes Berthold (CM) announced, the Help Center page at /help/api-authentication contains a code block with some issues:
It has two scroll bars in it, and the inner one curiously ...
7
votes
1
answer
374
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,...
5
votes
1
answer
479
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.
{
...
2
votes
1
answer
179
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. ...
2
votes
0
answers
112
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
87
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 ...
2
votes
1
answer
116
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 ...
4
votes
0
answers
93
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 ...
5
votes
1
answer
761
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 ...
4
votes
1
answer
133
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?
3
votes
0
answers
75
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:
4
votes
1
answer
218
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":[],...
0
votes
1
answer
125
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": [
{
"...