No data on transponder error for IPTV

xseekx

Newbie
I am able to view freesat channels no problem on my single tuner running openvix.
Last night I did a software update. When I try to view IPTV I get an error "no data on transponder timeout reading pat". I'm unsure if I changed a setting which would cause this, as IPTV was working fine prior to this. Any suggestions?
 
I am able to view freesat channels no problem on my single tuner running openvix.
Last night I did a software update. When I try to view IPTV I get an error "no data on transponder timeout reading pat". I'm unsure if I changed a setting which would cause this, as IPTV was working fine prior to this. Any suggestions?

What plugins u using to run it on vix. If on xtream u may want to check your still synced up as sometimes you may need to relink it.
 
I should also add that I enabled logging for a period last night to try and resolve a separate issue. I have removed the log files now. However when I SSH to the box, the session is extremely slow.
 
I should also add that I enabled logging for a period last night to try and resolve a separate issue. I have removed the log files now. However when I SSH to the box, the session is extremely slow.

Has the transponder been changed since u updated? Maybe go back and check it on the correct one. I've never used a script on my enigma box. I'm also running vix.
 
I


I got same problem after doing this so its definetly related.

Did you manage to resolve this?

Ya. After performing a factory reset of my box, it fixed the slow SSH session. However if you are getting error "no data on transponder timeout reading pat", then your IPTV providers streams might be down.
You could try this: SSH to your box, and uninstall the bouquets.
./e2m3u2bouquet.py -U
Then reinstall bouquets.
./e2m3u2bouquet.py -n IPTVPROVIDER -u USERNAME -p PASSWORD
Then reboot your box.
reboot
 
Ya. After performing a factory reset of my box, it fixed the slow SSH session. However if you are getting error "no data on transponder timeout reading pat", then your IPTV providers streams might be down.
You could try this: SSH to your box, and uninstall the bouquets.
./e2m3u2bouquet.py -U
Then reinstall bouquets.
./e2m3u2bouquet.py -n IPTVPROVIDER -u USERNAME -p PASSWORD
Then reboot your box.
reboot
Hi the stream is definetly not down because it works prior to me restarting GUI.

The script youve given me will apparently only work with supported iptv providers. Mine is not in the list.

I am stuck loll
 
Hi the stream is definetly not down because it works prior to me restarting GUI.

The script youve given me will apparently only work with supported iptv providers. Mine is not in the list.

I am stuck loll

Okay. Well u might be able to use you providers URL with the script like this.
./e2m3u2bouquet.py -m "http://PROVIDER/get.php?username=YOURUSERNAME&password=YOURPASSWORD&type=m3u_plus&output=ts" -e "http://PROVIDER/xmltv.php?username=YOURUSERNAME&password=YOURPASSWORD"

If that dont work you could try this.
wget -O /etc/enigma2/iptv.sh 'http://PROVIDER/get.php?username=YOURUSERNAME&password=YOURPASSWORD&type=enigma216_script&output=ts' && chmod 777 /etc/enigma2/iptv.sh && /etc/enigma2/iptv.sh
 
I
Okay. Well u might be able to use you providers URL with the script like this.
./e2m3u2bouquet.py -m "http://PROVIDER/get.php?username=YOURUSERNAME&password=YOURPASSWORD&type=m3u_plus&output=ts" -e "http://PROVIDER/xmltv.php?username=YOURUSERNAME&password=YOURPASSWORD"

If that dont work you could try this.
wget -O /etc/enigma2/iptv.sh 'http://PROVIDER/get.php?username=YOURUSERNAME&password=YOURPASSWORD&type=enigma216_script&output=ts' && chmod 777 /etc/enigma2/iptv.sh && /etc/enigma2/iptv.sh

I was using the top one which worked but its stopped working now. I have a feeling that i have some files missing on my set up. I have tried factory reset nothing changed, tried flashing new openvix and bootloader and nothing.

I will just add the channels i want on favourites and go with that
 
Back
Top