Code Monkey home page Code Monkey logo

Comments (10)

wastez avatar wastez commented on June 12, 2024

I saw in Issue #8 that this is a error from crossepg_setup.py
And that there should a fix for it, but i found this (the old code) in it:

def isMountedInRW(self, path):
    testfile = path + "/tmp-rw-test"
    os.system("touch " + testfile)
    if os.path.exists(testfile):
        os.system("rm -f " + testfile)
        return True
    return False

Would that be a solution for BH too?

from e2openplugin-crossepg.

wastez avatar wastez commented on June 12, 2024

OK, edited the code of crossepg_setup.py and crossepg_auto.py (from IAmATeaf) by myself.
Will post if it worked after testing it.

from e2openplugin-crossepg.

wastez avatar wastez commented on June 12, 2024

Until now the problem doesn´t appear anymore, so i think the problem should be solved.

from e2openplugin-crossepg.

IAmATeaf avatar IAmATeaf commented on June 12, 2024

The newest version of CrossEPG should include the changes I made to solve the reverting to flash problem.

I've also made some changes to another module where the load of the epg data randomly fails, I submitted this change some 3 months ago but to date nothing has happened in terms of either accepting or rejecting the change.

from e2openplugin-crossepg.

wastez avatar wastez commented on June 12, 2024

I tried to install the ipk from your version (git282).
But i got evertime a error during installation.

  • ERROR: Cannot satisfy the following dependencies for enigma2-plugin-systemplugins-crossepg:
    • libxml2 (>= 2.7.8) * libc6 (>= 2.12) * libstdc++6 (>= 4.4.4) * libgcc1 (>= 4.4.4) *
  • Cannot find package enigma2-plugin-systemplugins-crossepg.

So i downloaded the last source in the download section (git272) and replaced all source files from your version.

from e2openplugin-crossepg.

wastez avatar wastez commented on June 12, 2024

@IAmATeaf
Would it be possible to send me the changes of the modules you did?
Because the load of the epg fails sometimes and the fix would be fine.

from e2openplugin-crossepg.

wastez avatar wastez commented on June 12, 2024

@IAmATeaf
Using you crossepg_load.py since 2 days and until now it works fine.
Will keep you up-to-date if it work or not.

Thanks for your improvements....

from e2openplugin-crossepg.

IAmATeaf avatar IAmATeaf commented on June 12, 2024

What box do you have? I now have a Vu Duo running Vix2.4-151 which seems to have some of my revised files but not the revised crossepg_loader.py file so for me after a month the loading of the EPG fails. A reboot of the box sorts this out, on my dm800se the loading would fail after around 10 days or so, guess this is due to the difference in the resources available on each box.

from e2openplugin-crossepg.

wastez avatar wastez commented on June 12, 2024

My Box is a dm800se which runs BlackHole 1.7.4 in the moment.
If i use the not revised version of crossepg_loader.py it fails to load after a few days.
Right now i´m testing your version. Until now the problem seems to be solved but can´t say it for sure cause i´m working on several projects at the same time, so my box will be restarted sometimes.
Will let you know if the status will change in next time.

from e2openplugin-crossepg.

amir931 avatar amir931 commented on June 12, 2024

Hi thanks for your work
Please add Chromiumos plugins and AnimationSetup to the beautiful openpli7 image for vuplus. In the image plugin panel
vu+ ultimo4k 🙏🙏🙏👌

from e2openplugin-crossepg.

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.