peterpt / IPTV-CHECK

A script to check if the links in an iptv list file (m3u) are online or offline , and will create an output m3u file with valid urls only .
GNU General Public License v3.0
117 stars 67 forks source link

Linux Output Messages MalConfigured #1

Closed HeIp closed 1 year ago

HeIp commented 6 years ago

image

peterpt commented 6 years ago

where are you running the script , witch OS and witch architecture ? From what i see , that is an issue with your terminal emulator and not the script itself .

HeIp commented 6 years ago

it's MacOS Terminal

peterpt commented 6 years ago

The script was build to run in a normal linux environment and was not build to run in MacOS . Is is almost the same thing as an user asking support to microsoft ro run a linux script n Windows . Microsoft just dont even reply to that question or support because the OS work differently . However , Mac also have some of the tools that linux have , like the basic tools , and this is why the script is working in your image , but those numbers are the color codes witch since you are using a MAC terminal and not gnome , xterm or any other base linux terminal , they dont display the colours because your terminal do not understand the code .

There is nothing to fix here in the script , create a Virtual Machine with linux in it and run the script there and your problem will be solved .