【ERROR】の検索結果
なんかおかしいと思って過去のgui-logs見たらやっぱり2025-05-19T09:06:29.381725+09:00 [DEBUG] vrc_get_vpm:
Upgrading package com.poiyomi.toon to version 9.2.35
v9.2.35で一度upgradeしてたっぽくて、その後2025-05-19T09:18:11.362730+09:00 [ERROR] vrc_get_vpm:
Package hash mismatched! This will be hard error in the future!: com.poiyomi.toon v9.2.35
が出てて、明らかにこれが原因な感じがする
むむむ、Poiyomi Toon Shader を v9.2.36 にしたらエラーがでるように
とりあえずALCOMのログ見たら Info: Package com.poiyomi.toon is installed with version 9.2.36 but locked to 9.2.35
Error: Following dependencies are not found: com.poiyomi.toon
が出ており


[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: d522d1bf to 32d22068
fix(frontend): handle error in user popup (#15948)
#みーくりあ!UpdateLog
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 01230f69 to aaa31c9d
fix(backend): correct response schema of chat endpoints (#15904)
chore(ci): change the Test step to terminate with error in the federation test (#15903)
#みーくりあ!UpdateLog
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: de19d9a4 to c5f1ce60
fix(sw): type error in sw (#15844)
fix: improve flaky federation test (#15845)
#みーくりあ!UpdateLog
あああAn error occurred (AccessDenied) when calling the PutObject operation: Access Denied
ってエラー出てるわ
これってR2の公開URLアクセス許可しないといけないやつ?
@mai_llj@shahu.ski Dockerで起動するとdatabase.dbという空のディレクトリが作成されていますtouch database.db
で空のファイルを作成すると以下のようにdatabase.dbはディレクトリではないという旨のエラーが出ます
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/home/jj1guj/Federation-Delay-Metrics-Aggregator/data/database.db" to rootfs at "/app/database.db": mount src=/home/jj1guj/Federation-Delay-Metrics-Aggregator/data/database.db, dst=/app/database.db, dstFd=/proc/thread-self/fd/9, flags=0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 9ffe504c to 93e7aad4
tweak error log
#みーくりあ!UpdateLog
/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:21535
if (key == null || signature == null) throw new Error(Cannot find matching keyid: ${JSON.stringify({ signatures, keys })}
);
うーわん
藍ちゃんから出てるエラー
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 | },
なんじゃこれ?
app-1 | 19:24:41 [AiOS]: [aichat]: Error By Call Gemini
app-1 | 19:24:41 [AiOS]: [aichat]: ReferenceError
app-1 | json is not defined
app-1 | ReferenceError: json is not defined
app-1 | at default_1.genTextByGemini (file:///ai/built/modules/aichat/index.js:95:13)
app-1 | at process.processTicksAndRejections (node:internal/process/task_queues
5)
app-1 | at async default_1.handleAiChat (file:///ai/built/modules/aichat/index.js
24)
app-1 | at async default_1.mentionHook (file:///ai/built/modules/aichat/index.js
24)
app-1 | at async invokeMentionHooks (file:///ai/built/ai.js
23)
app-1 | at async 藍.onReceiveMessage (file:///ai/built/ai.js
13)
app-1 | 19:24:41 [AiOS]: [aichat]: The result is invalid. It seems that tokens and other items need to be reviewed.
app-1 | 19:24:41 [AiOS]: >>> Sending reply to a2n15qwtago407yh
app-1 | 19:24:42 [AiOS]: API: notes/reactions/create
app-1 | 19:24:43 [AiOS]: API: notes/create
(1/2)
yarn の1系から4.5へのアップデートできたっぽい(テスト環境です)
npmで現行バージョン削除
# npm uninstall -g yarn
>up to date in 881ms
npmで V2インストール
# npm install -g yarn@berry
>npm error code EEXIST
>npm error path /usr/bin/yarn
>npm error EEXIST: file already exists
(以下略)
ダメだったので強制インストール
# npm install -g yarn@berry --force
>npm warn using --force Recommended protections disabled.
>added 1 package in 706ms
V2になった
# yarn -v
>2.4.3
/usr/local/bin/vips: symbol lookup error: /usr/local/bin/vips: undefined symbol: vips_vector_target_name
うーん、どう解決すればいいのか
[Auto Note]:Updated
Fetch URL: https://github.com/misskey-dev/misskey
Commit: 0f59adc4 to 3a6c2aa8
fix(backend): fix type error(s) in security fixes (#15009)
fix(backend): fix security patches (#15008)
#みーくりあ!UpdateLog
VRChatのyt-dlpをリプレースするバッチファイルのようなもの,これで動くはずなのに,何かがおかしい
cd %AppData%\..\LocalLow\VRChat\VRChat\tools
curl https://github.com/yt-dlp/yt-dlp/releases/download/2024.10.22/yt-dlp.exe -L -o yt-dlp.exe
attrib +r yt-dlp.exe
pause
>yt-dlp.exe
[PYI-33168:ERROR] Could not create temporary directory!