【AbortError】の検索結果
:io:でもエラーになる
jj1guj@yuuki ~/misskey (master)> curl -X POST https://misskey.io/api/fetch-rss \
-H 'Content-Type: application/json' \
-d '{"url":"https://www.nhk.or.jp/rss/news/cat0.xml"}'
{"error":{"message":"Internal error occurred. Please contact us if the error persists.","code":"INTERNAL_ERROR","id":"5d37dbcb-891e-41ca-a3d6-e690c97775ac","kind":"server","info":{"message":"The operation was aborted.","code":"AbortError","id":"5dede850-7a65-4fe0-bca5-2cf6f2772219"}}}
のRSSリーダー、NHKニュースのRSSのfetchにコケてるのでログ見てみたらこんなログ出てきたんだけどひょっとして
のバグ?
web-1 | ERR * [api] Internal error occurred in fetch-rss: The operation was aborted. {
web-1 | ep: 'fetch-rss',
web-1 | ps: Empty <[Object: null prototype] {}> {
web-1 | url: 'https://www.nhk.or.jp/rss/news/cat0.xml'
web-1 | },
web-1 | e: {
web-1 | message: 'The operation was aborted.',
web-1 | code: 'AbortError',
web-1 | stack: 'AbortError: The operation was aborted.\n' +
web-1 | ' at abort (file:///misskey/node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js:70:18)\n' +
web-1 | ' at AbortSignal.abortAndFinalize (file:///misskey/node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js:89:4)\n' +
web-1 | ' at [nodejs.internal.kHybridDispatch] (node:internal/event_target
20)\n' +
web-1 | ' at AbortSignal.dispatchEvent (node:internal/event_target
26)\n' +
web-1 | ' at runAbort (node:internal/abort_controller
10)\n' +
web-1 | ' at abortSignal (node:internal/abort_controller
3)\n' +
web-1 | ' at AbortController.abort (node:internal/abort_controller
5)\n' +
web-1 | ' at Timeout._onTimeout (file:///misskey/packages/backend/built/core/HttpRequestService.js
24)\n' +
web-1 | ' at listOnTimeout (node:internal/timers
17)\n' +
web-1 | ' at process.processTimers (node:internal/timers
7)',
web-1 | id: 'f64d39d8-820a-4c8f-8d8e-cae95370b371'
web-1 | }
web-1 | }