su1s / e2m3u2bouquet

Enigma2 IPTV m3u parser and bouquet creator
GNU General Public License v3.0
68 stars 50 forks source link

TypeError: 'NoneType' is not iterable #83

Closed OnkelM closed 5 years ago

OnkelM commented 5 years ago
root@vuduo2:~# /etc/enigma2/e2m3u2bouquet.py -m "http://freeiptv.io/m3u/r2g6e_normal.php?c=AL"

********************************
Starting Enigma2 IPTV bouquets v0.8.2
2018-12-28 14:27:27.011860
********************************

**************************************
E2m3u2bouquet - Command line based setup
**************************************

e2m3u2bouquet.py: TypeError("argument of type 'NoneType' is not iterable",)
                  for help use --helproot@vuduo2:~#
root@vuduo2:~#
DougMac commented 5 years ago

That's not a playlist format that we support.

The initial error is that there is no username / password in the url or supplied separately using -u & -p.

However even if dummy values are supplied it will still fail as we expect an extended m3u playlist with tvg-id & tvg-name values.