DawnbrandBots / bastion-bot

A Discord bot for displaying information about Yu-Gi-Oh! cards in all official languages.
https://discord.com/application-directory/383854640694820865
GNU Affero General Public License v3.0
10 stars 11 forks source link

/yugipedia: MediaWiki API does not use HTTP status codes to convey errors #533

Open kevinlul opened 2 weeks ago

kevinlul commented 2 weeks ago

Sample error from the opensearch API that is still a 200:

{"error":{"code":"internal_api_error_DBConnectionError","info":"[bee51337ab5b6e7971373893] Exception caught: A database query error has occurred. This may indicate a bug in the software."}}

The API response structure should actually be an array.