Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unhandled exc #23

Open
sarisia opened this issue Dec 31, 2022 · 0 comments
Open

unhandled exc #23

sarisia opened this issue Dec 31, 2022 · 0 comments
Labels
bug Something isn't working high priority

Comments

@sarisia
Copy link
Member

sarisia commented Dec 31, 2022

[11:45:31.985] ERROR (713): error while handling audio queue: AxiosError: Request failed with status code 500
    module: "zundacord/player"
    err: {
      "message": "Request failed with status code 500",
      "name": "AxiosError",
      "stack":
          
      "config": {
        "transitional": {
          "silentJSONParsing": true,
          "forcedJSONParsing": true,
          "clarifyTimeoutError": false
        },
        "transformRequest": [
          null
        ],
        "transformResponse": [
          null
        ],
        "timeout": 120000,
        "xsrfCookieName": "XSRF-TOKEN",
        "xsrfHeaderName": "X-XSRF-TOKEN",
        "maxContentLength": -1,
        "maxBodyLength": -1,
        "env": {},
        "headers": {
          "Accept": "application/json, text/plain, */*",
          "Content-Type": "application/x-www-form-urlencoded",
          "User-Agent": "sarisia/zundacord"
        },
        "params": {
          "speaker": 20,
          "text": "テスト"
        },
        "method": "post",
        "url": "http://localhost:50021/audio_query",
        "data": null
      },
      "code": "ERR_BAD_RESPONSE",
      "status": 500
    }
node:internal/process/promises:288
            triggerUncaughtException(err, true /* fromPromise */);
            ^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "AxiosError: Request failed with status code 500".] {
  code: 'ERR_UNHANDLED_REJECTION'
}

Node.js v18.9.0
@sarisia sarisia added bug Something isn't working high priority labels May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority
Projects
None yet
Development

No branches or pull requests

1 participant