You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
epgstation | Debugger listening on ws://0.0.0.0:9229/4ab9e134-82a8-4f71-a56e-c4507d50a8a3epgstation | For help, see: https://nodejs.org/en/docs/inspectorepgstation | [2019-06-17T11:24:59.016] [WARN] system - reserves.json is not found.epgstation | [2019-06-17T11:24:59.045] [WARN] system - dbinfo.json is not found.epgstation | [2019-06-17T11:24:59.053] [INFO] system - create dbinfo.jsonepgstation | [2019-06-17T11:24:59.061] [INFO] system - ServicesDB createdepgstation | [2019-06-17T11:24:59.066] [INFO] system - ProgramsDB createdepgstation | [2019-06-17T11:24:59.071] [INFO] system - RulesDB createdepgstation | [2019-06-17T11:24:59.076] [INFO] system - RecordedDB createdepgstation | [2019-06-17T11:24:59.081] [INFO] system - EncodedDB createdepgstation | [2019-06-17T11:24:59.086] [INFO] system - RecordedHistoryDB createdepgstation | [2019-06-17T11:24:59.097] [INFO] system - start Updater pid: 18epgstation | [2019-06-17T11:24:59.102] [ERROR] system - Starting inspector on 0.0.0.0:9229 failed: address already in useepgstation | [2019-06-17T11:24:59.104] [ERROR] system - MirakurunUpdater abortepgstation | [2019-06-17T11:24:59.107] [FATAL] system - service process is downepgstation | [2019-06-17T11:24:59.107] [FATAL] system - restart serviceepgstation | [2019-06-17T11:24:59.117] [FATAL] system - service process is downepgstation | [2019-06-17T11:24:59.117] [FATAL] system - restart service[以下,最後の2行の繰り返し]
環境
1.5.3
2.11.0
v10.16.0
6.9.0
Issue
サーバーのデバッグのため,
node --inspect=0.0.0.0:9229 dist/server/index.js
としたところ,以下のようなエラーが発生しました.--inspect=localhost:9229
でも同じです.多分,以下と同じ問題です.
src/server/Model/Operator/EPGUpdate/MirakurunManageModel.ts#L47が原因です.
コマンドラインオプションを引き継がない
spawn
やexecFile
などに置き換えることで問題を回避できると思われます.The text was updated successfully, but these errors were encountered: