Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPTV simple : connection lost #1179

Closed
6 tasks
Jaunattend opened this issue Jul 21, 2023 · 7 comments
Closed
6 tasks

IPTV simple : connection lost #1179

Jaunattend opened this issue Jul 21, 2023 · 7 comments

Comments

@Jaunattend
Copy link

Jaunattend commented Jul 21, 2023

⚠️ Please try the last beta version and check existing issues before issuing a bug. ⚠️

Describe the bug

A clear and concise description of what the bug is:

Hello,
After a fresh install of catchup on Shield TV pro from repository, unable to have TV integration.

Thank you for any help.

To Reproduce

Steps to reproduce the behaviour:

  1. Open kodi
  2. Pop UP : IPTV simple connection lost
  3. No Channel or TV guide

Expected behaviour

A clear and concise description of what you expected to happen:

Channel and guide in live tv

Actual behaviour

Tell us what happens instead:

Nothing appear

Screenshots

If applicable, add screenshots to help explain your problem:

Your environment

  • [x ] Android

  • iOS

  • Linux

  • OSX

  • Raspberry-Pi

  • Windows

  • Other

  • Operating system version/name:

  • Kodi version: 20.2

  • Catch-up TV & More version: 0.2.39-beta28

  • Installation method: from repository

Additional context

Add any other context about the problem here:

Debug log

If you can, please add your debug log information (Tutorial available here: https://kodi.wiki/view/Log_file/Easy):

@calvin4242
Copy link

calvin4242 commented Nov 14, 2023

Connection lost=
Need to edit "addon.py" in kodi path: "addons/service.iptv.manager/resources/lib/modules/addon.py"
FIND:
Ligne 254

CHANGE:
def _wait_for_data(self, sock, timeout=10):

TO:
def _wait_for_data(self, sock, timeout=None):

No EPG=

  1. Activate hiden folders/files in kodi:
    Kodi > Settings > Media > General > View hiden folders/files.

  2. Manualy define location of m3u8 and EPG xml files.
    Kodi > Settings > Addons > My addons > PVR Client > IPTV Simple client > Settings > Edit "Migrated Addons"
    M3U file: Browse local > "Personal folder > .kodi\userdata\addon_data\service.iptv.manager\playlist.m3u8"
    Fichier EPG: Browse local > "Personal folder > .kodi\userdata\addon_data\service.iptv.manager\epg.xml"

@Jaunattend
Copy link
Author

Thanks for reply. I change path directory as indicated, still nothing on epg. For information on Shield : path IS special://profile/addon_data\service.iptv.manager\playlist.m3u8

@calvin4242
Copy link

calvin4242 commented Nov 16, 2023

Ok no problem

For information on Shield : path IS special://profile/addon_data\service.iptv.manager\playlist.m3u8

make sure you don't have another "addon_data\service.iptv.manager" folder before your "profile" folder.

  1. Go to
    \Userdata\addon_data\pvr.iptvsimple
    You should have 1 file named "settings.xml". If you already have another file "instance-settings-1.xml" everything is ok. Nothing more to do.
    If there is no "instance-settings-1.xml" you have to copy-paste "settings.xml" TO "instance-settings-1.xml". (Keep a copy of "settings.xml" side by side in case of).
    After renaming this file i think you should reset IPTV simple client settings:

  2. make sure "IPTV simple client" has good settings:
    Kodi > Settings > Addons > My addons > PVR Client > IPTV Simple client > Settings > Edit "Migrated Addons" > General
    Check that Tick the box is "Activated". This is the place where i asked youy before to enter manualy LOCAL path for epg.xml file.

Go to Addond programs > IPTV manager > Settings > IPTV simple
-configure iptv simple automatically
-Tick "automatically restart IPTV simple.."
IPTV manager > Settings > Channels > refresh channels & guide now

@Jaunattend
Copy link
Author

Wahou thanks a lot !!!! Perfect and clear indication.

@Jaunattend
Copy link
Author

Thanks 😊

@calvin4242
Copy link

does it works for you?

@Jaunattend
Copy link
Author

Jaunattend commented Nov 17, 2023

Yes ! For information, on Shield no file before /profile.

I check, everything were ok on point 1 and 2. The point 3 make the difference.

Thx again for helping me !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants