Skip to content

Fresh install from official repository on Kodi 21.2 / Android Shield is missing resources/lib/vpn.py #1740

@ThomasBertois

Description

@ThomasBertois

kodi.log

Image

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

  1. Uninstall Catch-up TV & More.
  2. Manually remove both addon and addon_data directories.
  3. Reinstall the addon from the official Catch-up TV & More repository.
  4. Open the addon or start TV/IPTV integration.
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions