pemre / iptv-cli

iptv-cli is a command line tool to parse, filter iptv lists (m3u/m3u8 files).
GNU General Public License v3.0
10 stars 4 forks source link

TypeError: Cannot read property 'trim' of undefined #5

Open same7n opened 1 year ago

same7n commented 1 year ago

when i use the tool i get this error with large list more than 160M

TypeError: Cannot read property 'trim' of undefined at channels.map (/usr/local/lib/node_modules/iptv-cli/src/commands/get-categories.js:13:74) at Array.map () at getCategories (/usr/local/lib/node_modules/iptv-cli/src/commands/get-categories.js:13:34) at Proxy.cli (/usr/local/lib/node_modules/iptv-cli/src/cli.js:31:7) at Object. (/usr/local/lib/node_modules/iptv-cli/index.js:3:25) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3)

could you help to solve this issue plz

thanx