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
0 answers
121 views

/me/associated doesn't return meta sites anymore

The documentation of /me/associated says: You can filter the network_users returned by this method with the types parameter. Specify, semicolon delimited, main_site or meta_site to filter by site. ...
Glorfindel's user avatar
  • 6,792
3 votes
0 answers
57 views

Pluralisation bugs in /apps/oauth

In the Manage your applications page, if 1 user has authorized and has been given an access token, the site shows 1 users instead of user: In addition, if you have one application, it shows 1 ...
double-beep's user avatar
1 vote
1 answer
78 views

Wrong sorting parameter in documentation for question/{ids}/answers

It looks like that in the question/{ids}/answers documentation, there is a mistake: votes – score Shouldn't this be votes – votes
Luca Bartoletti's user avatar
3 votes
1 answer
133 views

Permission request form is broken, approve button is hidden, css variables are missing

You can check that form doesn't work with this link https://stackoverflow.com/oauth?client_id=17581&scope=no_expiry&redirect_uri=http://functional.localdomain:3449/login/github
Yanis Urbis's user avatar
2 votes
0 answers
46 views

Wrong error message when attempting to edit a locked answer

When attempting to edit a locked answer like this one via the /answers/{id}/edit API method, I get an error message: Account is not allowed to suggest edits I have the privilege to edit the post, ...
Glorfindel's user avatar
  • 6,792
2 votes
0 answers
313 views

window.opener is null in Stack Exchange login_success page

I am using the JavaScript SDK to authenticate Stack Exchange users in our application. But the dialog stays in "Authorizing Application" page, as I found there is a error thrown in this page:...
Gary Liu's user avatar
  • 121
5 votes
1 answer
449 views

API stopped allowing CORS requests

I'm currently using the API via JavaScript AJAX calls and it all of a sudden stopped allowing CORS requests. I'm on localhost and I tried uploading my code to live and am still getting: Access to ...
zigaio's user avatar
  • 51
0 votes
0 answers
78 views

Error invalid_request "OAuth request must be over HTTPS" when starting oauth flow

I'm building an application on top of StackExchange's API for a month now. While I was building the OAuth flow to allow users to authenticate using their StackExchange account, everything was working ...
Vinicius Andrade's user avatar
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 ...
gion_13's user avatar
  • 161
2 votes
0 answers
47 views

Stack Exchange search API not returning results with min, max vote count

Query to search for all question with perl6 tag created between Oct 1 - Oct 5 2019. I'm sorting the results by votes. /2.2/search?fromdate=1569888000&todate=1570233600&order=desc&sort=...
Thiyagu's user avatar
  • 121
3 votes
1 answer
78 views

503 errors on batch get questions endpoint

I receive a lot of "socket hung up" and 503 Service Unavailable on the /questions/{ids} endpoint. I make requests in batches: 10 parallel requests with 15 question ids, interval between each 10-size ...
Vladyslav Usenko's user avatar
2 votes
1 answer
83 views

What happened to the links to a Stack App mentioned in the documentation about write access?

The documentation about write access states: The application responsible for creating content via the API may be indicated with a link to an app's Stack Apps post. The exact manner of display is ...
Glorfindel's user avatar
  • 6,792
2 votes
1 answer
131 views

Misaligned label "Stack Apps Post (optional)" on app information page

When editing the application information (from https://stackapps.com/apps/oauth/), the label for the optional Stack Apps Post is misaligned: It should be left-aligned like the other labels; the only ...
Glorfindel's user avatar
  • 6,792
2 votes
1 answer
58 views

Timeline activities appear to be missing (because creation_date has wrong and useless values)

When I'm looking at my Stack Overflow timeline according to the API, It's missing a lot of events. According to the API, the last thing I did was posting this answer, five days ago, and you can see ...
Glorfindel's user avatar
  • 6,792
2 votes
0 answers
56 views

List /network-activity methods under Network Methods in the documentation

The API methods /users/{id}/network-activity and /me/network-activity, both return a summary of a user's activity across the Stack Exchange network and do not take a site parameter. They are ...
Glorfindel's user avatar
  • 6,792

15 30 50 per page
1 2
3
4 5
31