kodi.log
Hello,
I have a reproducible issue with Catch-up TV & More after a clean installation from the official repository.
Environment
- Kodi 21.2
- NVIDIA Shield Android TV
- Android TV 11
- Installed addon: plugin.video.catchuptvandmore v0.2.41+matrix.1
Problem
After a full uninstall and reinstall from the official Catch-up TV & More repository, the addon crashes on startup and also during IPTV integration.
Error seen in log
ModuleNotFoundError: No module named resources.lib.vpn
Observed behavior
- The file
resources/lib/vpn.py is missing from the installed addon directory.
- The
resources/lib/ folder does contain files such as main.py, menu_utils.py, iptvmanager.py, web_utils.py, etc.
- But
vpn.py is physically not present.
- The error then occurs when opening the addon and also through TV/IPTV integration.
Steps to reproduce
- Uninstall Catch-up TV & More.
- Manually remove both addon and addon_data directories.
- Reinstall the addon from the official Catch-up TV & More repository.
- Open the addon or start TV/IPTV integration.
- The addon fails with
ModuleNotFoundError: No module named resources.lib.vpn.
Expected behavior
The addon should start normally, and resources/lib/vpn.py should be present after installation.
Actual behavior
vpn.py is missing after a fresh install, which breaks the internal import chain and makes the addon unusable.
Additional notes
- IPTV Merge, IPTV Manager, and IPTV Simple start correctly.
- The failure seems specific to Catch-up TV & More.
- I already performed a full reinstall from the official repository and got the same result.
I can provide the full Kodi log and a screenshot of the resources/lib folder showing that vpn.py is missing.
Thank you.
kodi.log
Hello,
I have a reproducible issue with Catch-up TV & More after a clean installation from the official repository.
Environment
Problem
After a full uninstall and reinstall from the official Catch-up TV & More repository, the addon crashes on startup and also during IPTV integration.
Error seen in log
ModuleNotFoundError: No module named resources.lib.vpnObserved behavior
resources/lib/vpn.pyis missing from the installed addon directory.resources/lib/folder does contain files such asmain.py,menu_utils.py,iptvmanager.py,web_utils.py, etc.vpn.pyis physically not present.Steps to reproduce
ModuleNotFoundError: No module named resources.lib.vpn.Expected behavior
The addon should start normally, and
resources/lib/vpn.pyshould be present after installation.Actual behavior
vpn.pyis missing after a fresh install, which breaks the internal import chain and makes the addon unusable.Additional notes
I can provide the full Kodi log and a screenshot of the
resources/libfolder showing thatvpn.pyis missing.Thank you.