Git Product home page Git Product logo

Comments (2)

hikavdh avatar hikavdh commented on September 24, 2024

Using config file: /etc/tvgrabpyAPI/tv_grab_nl3_py.conf

This is because you are running as root (sudo python ./tv_grab_nl3.py --configure)
Which is ok for configure, but is disallowed for the actual fetch. The configuration will now be stored in a common place to be used by any user whenever he/she does not have it's own configuration in ~/.xmltv. The database however will not be shared and will be stored in ~/.xmltv for every separate user. Unless of cause you specify a different location. If you want the configuration to be user specific don't use sudo

File: "/etc/tvgrabpyAPI/tv_grab_nl3_py.conf" not found or could not be accessed.

This is because it obviously is your first time, so it could not jet exist! ;-)

I just now checked the channels url for primo and it seems some things have changed there I'll checkk further and will update the source-file. If you for now add --disable-source 9 your configure will succeed but without the primo.eu source. You can once I have fixed this run configure again without --disable-source 9 and the data will get added to your configuration.

from tvgrabpyapi.

hikavdh avatar hikavdh commented on September 24, 2024

Ok, I found it and fixed it. Primo.eu had added a weird tag somewhere: <!--Nitin's code : drop down for responsiveness --!> which broke the parsing. It now gets removed before starting parsing. If you try again in a few minutes, the new source-file will get downloaded.

from tvgrabpyapi.

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.