【Object】の検索結果
の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 | }
こっちのほうが読みやすい? (やってることは一緒)
// Scalaで階乗
object Main extends App{
def factorial(x: Int, buffer: BigInt): BigInt = {
if(x <= 1) {
buffer
} else {
factorial(x-1, x*buffer)
}
}
println(factorial(100, 1))
}
RE: https://mi.tsujigoya.net/notes/a9gn66p46r
のえるさんが言ってたnavbar周りの設定が消えるのも、IndexedDBに保管されてた設定ObjectがLocal Storageにうまくマイグレされてないのかなあと
藍ちゃんから出てるエラー
app-1 | Uncaught exception:
app-1 | RequestError
app-1 | at ClientRequest.<anonymous> (file:///ai/node_modules/got/dist/source/core/index.js
107)
app-1 | at Object.onceWrapper (node
639:26)
app-1 | at ClientRequest.emit (node
536:35)
app-1 | at emitErrorEvent (node
104:11)
app-1 | at TLSSocket.socketErrorListener (node
512:5)
app-1 | at TLSSocket.emit (node
524:28)
app-1 | at emitErrorNT (node:internal/streams/destroy
8)
app-1 | at emitErrorCloseNT (node:internal/streams/destroy
3)
app-1 | at process.processTicksAndRejections (node:internal/process/task_queues:90:21)AggregateError [ETIMEDOUT]:
app-1 | at internalConnectMultiple (node
1128:18)
app-1 | at afterConnectMultiple (node
1693:7) {
app-1 | input: undefined,
app-1 | code: 'ETIMEDOUT',
app-1 | timings: {
app-1 | start: 1736517638497,
app-1 | socket: 1736517638497,
app-1 | lookup: 1736517638504,
app-1 | connect: undefined,
app-1 | secureConnect: undefined,
app-1 | upload: undefined,
app-1 | response: undefined,
app-1 | end: undefined,
app-1 | error: 1736517775311,
app-1 | abort: undefined,
app-1 | phases: {
app-1 | wait: 0,
app-1 | dns: 7,
app-1 | tcp: undefined,
app-1 | tls: undefined,
app-1 | request: undefined,
app-1 | firstByte: undefined,
app-1 | download: undefined,
app-1 | total: 136814
app-1 | }
app-1 | },
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: eddf6a23 to dd56623c
fix: unable to upload to local object storage (#15040)
fix(backend): 起動前の疎通チェックが機能しなくなっていた問題を修正 (#15043)
#みーくりあ!UpdateLog
2024.11.0から、Object StorageのEndpointにはPrivate Addressを指定できなくなった。
https://github.com/misskey-dev/misskey/commit/090e9392cdb1f584af94a6fb727fba95de3b8504
paru -Syu
paru: error while loading shared libraries: libalpm.so.14: cannot open shared object file: No such file or directory
これのせいかなんかparuが古いバージョンとしてマークされてたの