cannawen / dota-gsi-discord-bot

Use Dota 2's Game State Integration API to make helpful announcements in a discord voice channel
MIT License
5 stars 2 forks source link

[bug] crash when askign what to buy #118

Closed cannawen closed 1 year ago

cannawen commented 1 year ago

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] /app/build/assistants/helpers/time.js:5

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] return new Date(totalMs).toISOString().slice(11, 19);

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] ^

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] RangeError: Invalid time value

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] at Date.toISOString ()

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] at isoTimeString (/app/build/assistants/helpers/time.js:5:30)

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] at Object.secondsToTimeString (/app/build/assistants/helpers/time.js:8:24)

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] at Object.trackAudio (/app/build/analytics/analytics.js:34:34)

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] at Rule.then (/app/build/discord/rules/playAudioQueue.js:29:33)

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] at Rule.thenArray (/app/build/engine/Rule.js:28:26)

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] at Rule.apply (/app/build/engine/Rule.js:18:25)

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] at /app/build/engine/Engine.js:46:33

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] at Array.reduce ()

2023-07-08T14:00:58.113 app[e2865644f6e686] yyz [info] at applyRules (/app/build/engine/Engine.js:43:10)