Giter Site home page Giter Site logo

Comments (5)

tobbenb avatar tobbenb commented on August 11, 2024

Please test if it works using this as the repository lspipepr/tvheadend:amd64-221c29b4-pkg-17369640-pr-157
That is for x86, if you are running arm, substitute amd64 with arm32v7 or arm64v8

from docker-tvheadend.

dlenz avatar dlenz commented on August 11, 2024

Same problem with that image:

> docker ps | grep tvh 00a6ec7be4da lspipepr/tvheadend:amd64-221c29b4-pkg-17369640-pr-157 "/init" 21 minutes ago Up 21 minutes 0.0.0.0:9981-9982->9981-9982/tcp tvh

2020-02-13 20:32:47.997 dvr: entry c0254a7d72492db818bbed4a6aa132f2 "The Rifleman" on "MeTV " starting at 2020-02-13 20:29:30, with broadcast id "ddprogid:///usr/bin/tv_grab_zz_sdjson_sqlite/EP00018627.0149", scheduled for recording by "admin" 2020-02-13 20:32:47.997 dvr: "The Rifleman" on "MeTV " recorder starting 2020-02-13 20:32:48.042 spawn: Executing "/usr/bin/tvhmeta" 2020-02-13 20:32:48.045 mpegts: 207.028MHz in OTA - tuning on LG Electronics LGDT3306A VSB/QAM Frontend #1 : ATSC-T #0 2020-02-13 20:32:48.046 subscription: 0001: "DVR: The Rifleman" subscribing on channel "MeTV ", weight: 500, adapter: "LG Electronics LGDT3306A VSB/QAM Frontend #1 : ATSC-T #0", network: "OTA", mux: "207.028MHz", service: "MeTV ", profile="pass", username="admin" 2020-02-13 20:32:48.578 spawn: 2020-02-13 20:32:48,577:ERROR:tvhmeta:100:Could not import module tv_meta_tmdb when searching for supports_movie: No module named requests 2020-02-13 20:32:48.578 spawn: Traceback (most recent call last): 2020-02-13 20:32:48.578 spawn: File "/usr/bin/tvhmeta", line 89, in _get_meta_grabbers_for_capability_common 2020-02-13 20:32:48.578 spawn: mod = __import__(module_name) 2020-02-13 20:32:48.578 spawn: File "/usr/bin/./tv_meta_tmdb.py", line 22, in 2020-02-13 20:32:48.578 spawn: import requests 2020-02-13 20:32:48.578 spawn: ImportError: No module named requests 2020-02-13 20:32:48.579 spawn: 2020-02-13 20:32:48,579:ERROR:tvhmeta:100:Could not import module tv_meta_tvdb when searching for supports_movie: No module named requests 2020-02-13 20:32:48.579 spawn: Traceback (most recent call last): 2020-02-13 20:32:48.579 spawn: File "/usr/bin/tvhmeta", line 89, in _get_meta_grabbers_for_capability_common 2020-02-13 20:32:48.579 spawn: mod = __import__(module_name) 2020-02-13 20:32:48.579 spawn: File "/usr/bin/./tv_meta_tvdb.py", line 29, in 2020-02-13 20:32:48.579 spawn: import requests 2020-02-13 20:32:48.579 spawn: ImportError: No module named requests 2020-02-13 20:32:48.582 spawn: 2020-02-13 20:32:48,582:ERROR:tvhmeta:100:Could not import module tv_meta_tmdb when searching for supports_tv: No module named requests 2020-02-13 20:32:48.582 spawn: Traceback (most recent call last): 2020-02-13 20:32:48.582 spawn: File "/usr/bin/tvhmeta", line 89, in _get_meta_grabbers_for_capability_common 2020-02-13 20:32:48.582 spawn: mod = __import__(module_name) 2020-02-13 20:32:48.582 spawn: File "/usr/bin/./tv_meta_tmdb.py", line 22, in 2020-02-13 20:32:48.582 spawn: import requests 2020-02-13 20:32:48.582 spawn: ImportError: No module named requests 2020-02-13 20:32:48.584 spawn: 2020-02-13 20:32:48,583:ERROR:tvhmeta:100:Could not import module tv_meta_tvdb when searching for supports_tv: No module named requests 2020-02-13 20:32:48.584 spawn: Traceback (most recent call last): 2020-02-13 20:32:48.584 spawn: File "/usr/bin/tvhmeta", line 89, in _get_meta_grabbers_for_capability_common 2020-02-13 20:32:48.584 spawn: mod = __import__(module_name) 2020-02-13 20:32:48.584 spawn: File "/usr/bin/./tv_meta_tvdb.py", line 29, in 2020-02-13 20:32:48.584 spawn: import requests 2020-02-13 20:32:48.584 spawn: ImportError: No module named requests

from docker-tvheadend.

tobbenb avatar tobbenb commented on August 11, 2024

Probably due to being python 3 and python 2 is used by tvheadend i would guess.
It's py2-requests that gets installed by pip?
I installed the available package in the alpine repo.

from docker-tvheadend.

dlenz avatar dlenz commented on August 11, 2024

Yep, using python v2.7

root@4b0cfeb0135c:/# python --version
Python 2.7.16
root@4b0cfeb0135c:/# pip --version
pip 18.1 from /usr/lib/python2.7/site-packages/pip (python 2.7)

from docker-tvheadend.

github-actions avatar github-actions commented on August 11, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from docker-tvheadend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.