Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sky.com epg channel list refresh error #2352

Open
purplescorpion1 opened this issue Apr 8, 2024 · 1 comment
Open

sky.com epg channel list refresh error #2352

purplescorpion1 opened this issue Apr 8, 2024 · 1 comment
Labels
broken guide Error in the EPG

Comments

@purplescorpion1
Copy link

purplescorpion1 commented Apr 8, 2024

Site

sky.com

Description

When trying to update channel list from sky.com (https://github.com/iptv-org/epg/tree/master/sites/sky.com) I get the following error

A number of channels either don't exist (404) or have been renamed so a new channel list is required

npm run channels:parse -- --config=./sites/sky.com/sky.com.config.js --output=./sites/sky.com/sky.com.channels.xml

> channels:parse
> npx tsx scripts/commands/channels/parse.ts --config=./sites/sky.com/sky.com.config.js --output=./sites/sky.com/sky.com.channels.xml

(node:26828) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("file%3A///C%3A/AI/epg/node_modules/tsx/dist/loader.mjs", pathToFileURL("./"));'
(Use `node --trace-warnings ...` to show where the warning was created)
(node:26828) UnsupportedWarning: `globalPreload` has been removed; use `initialize` instead.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:26828) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

C:\***\sites\sky.com\sky.com.config.js:42
    initialData.state.epgData.channelsForRegion.forEach(item => {
                                                ^
TypeError: Cannot read properties of undefined (reading 'forEach')
    at Object.channels (C:\***\sites\sky.com\sky.com.config.js:42:49)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at main (C:\***\scripts\commands\channels\parse.ts:50:22)
@purplescorpion1 purplescorpion1 added the broken guide Error in the EPG label Apr 8, 2024
@purplescorpion1
Copy link
Author

just noticed also mentioned
#2325

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broken guide Error in the EPG
Development

No branches or pull requests

1 participant