mathsgrinds / ustvnow-iptv-m3u-playlist

Using your login details this script can grab the m3u8 links from the USTVNOW website
29 stars 26 forks source link

Getting Errors #13

Closed jctennis closed 6 years ago

jctennis commented 6 years ago

This was working fantastically this morning for my paid USTVnow subscription. Now when I run it I am getting the following errors:

Traceback (most recent call last): File "C:\Users\kodi\Downloads\ustvm3u.py", line 150, in result = Ustvnow(username, password) File "C:\Users\kodi\Downloads\ustvm3u.py", line 123, in Ustvnow result += "#EXTINF:-1,"+stream_code+" - "+title+"\n" UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 12: ordinal not in range(128)

I have my credentials entered directly into the script, but if I try and call them from outside the script the output is "False".

Any Ideas?

mathsgrinds commented 6 years ago

Update is on its way in the next few minutes.

AgileHumor commented 6 years ago

You rock MathGrinds! Thank you for sharing this project.

mathsgrinds commented 6 years ago

Great, I assume the update worked :)