iptv-org / iptv-org.github.io

https://iptv-org.github.io
The Unlicense
360 stars 103 forks source link

EPG Fetch Quits / Exits Without Error or Warning #1666

Closed nomaam closed 4 months ago

nomaam commented 4 months ago

Discussed in https://github.com/orgs/iptv-org/discussions/1647

Originally posted by **nomaam** February 19, 2024 I have tried running the following command through cron and watching it execute through a command prompt, and for some reason it just quits without error npm run grab -- --channels=../gen/channels.xml --maxConnections=10 --output ../gen/epg.xml I have tried absolute and relative paths without any change. config: output: ../gen/epg.xml maxConnections: 10 gzip: false channels: ../gen/channels.xml loading channels... found 10933 channels creating queue... added 22459 items run #1: (node:19357) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification. (Use `node --trace-warnings ...` to show where the warning was created) [1/22459] Then at around 5500/22459 the script just exits. sometimes it gets a bit higher in the count or lower, different each time. No error or warning shown. The script also doesn't generate any output file with the epg data. Thoughts? I am at a loss as to what the issues could be. I am running on Debian. Thanks