First off, love your tool. Really appreciate your work on this!
Is this app supported this year? I continue to get errors after rebuilding cache or creating a new build using docker/windows. I don't really know what I am doing, so if you need any more specifics let me know. Tried on multiple win11 machines, but could be doing something wrong.
yarn run v1.22.22
$ ./node_modules/.bin/ts-node src/index.ts
/app/src/nhltvCleengProvider.ts:211
eventsResponse.data.data.forEach(game => {
^
TypeError: Cannot read properties of undefined (reading 'forEach')
at getNhltvCleengGameList (/app/src/nhltvCleengProvider.ts:211:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at async getGameList (/app/src/index.ts:175:28)
at async main (/app/src/index.ts:81:22)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Thank you!
First off, love your tool. Really appreciate your work on this!
Is this app supported this year? I continue to get errors after rebuilding cache or creating a new build using docker/windows. I don't really know what I am doing, so if you need any more specifics let me know. Tried on multiple win11 machines, but could be doing something wrong.
yarn run v1.22.22
$ ./node_modules/.bin/ts-node src/index.ts
/app/src/nhltvCleengProvider.ts:211
eventsResponse.data.data.forEach(game => {
^
TypeError: Cannot read properties of undefined (reading 'forEach')
at getNhltvCleengGameList (/app/src/nhltvCleengProvider.ts:211:28)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
at async getGameList (/app/src/index.ts:175:28)
at async main (/app/src/index.ts:81:22)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Thank you!