Search results

  1. Dorik1972

    EPGImport Dorik1972 MOD

    Can you describe in more detail what is not working for you? I don't see any problems on OBH 5.4.1
  2. Dorik1972

    EPGImport Dorik1972 MOD

    If I understand you correctly, you do not see the plugin in the “plugin browser” on OBH 5.4.1... I'll check and correct it now if I have the same "symptoms".
  3. Dorik1972

    Vu+ Real Multiboot Now Available

    That's exactly what I did... it's not a problem =)... The question was why this situation occurred... I simply updated one of the images installed in Multiboot..
  4. Dorik1972

    Vu+ Real Multiboot Now Available

    Yes ... Any "machinations" with replacing STARTUP do not help... it always starts from Slot0
  5. Dorik1972

    Vu+ Real Multiboot Now Available

    After updating one of the images (OpenPli 9) installed in Multiboot (USB slot), I get an error after rebooting < 753.193665> 05:12:16.4815 Traceback (most recent call last): < 753.193917> 05:12:16.4817 File "/usr/lib/enigma2/python/StartEnigma.py", line 439, in <module> < 753.194870>...
  6. Dorik1972

    Request.

    My fault -) ... that's how it should be from Components.Renderer.Renderer import Renderer
  7. Dorik1972

    Request.

    from Components.Renderer import Renderer
  8. Dorik1972

    Request.

    NO ! It's not correct
  9. Dorik1972

    Request.

    You need to look at how the output of this “picture” is implemented in your skin... The converter downloads it and returns it to you pixmap... so most likely the error is not in it
  10. Dorik1972

    Request.

    Fixed
  11. Dorik1972

    Request.

    That's the problem why it doesn't work for you...This part of the code can be rewritten using eTimer ... I need to see if there is a Poll classin OBH ...
  12. Dorik1972

    Request.

    Check with the option in the post above
  13. Dorik1972

    Request.

    Without the process module and the logic to determine whether samba or openvpn is being used... This piece of code was returning True or False.. now it is gone In this variant converter code supports only what you have in your skin <convert type="GREG_converter">flag</convert> <convert...
  14. Dorik1972

    Request.

    WTF?
  15. Dorik1972

    Request.

    WTF! Now I understand the problem =) ... What are these lines in the code? import process p = process.ProcessList() There is no such module in python3. And I'm not sure that such a module exists in Py2 =) ... Do you have a process.py file? Judging by the logic of the converter code, this...
  16. Dorik1972

    Request.

    I simulated the given line from your skin... this is what the converter code returns
  17. Dorik1972

    Request.

    Do you understand what “add print” means in different places in your converter code? Do you understand how to look at the system operation log to see the output of information output by adding “print”? If the answer is no, then what should we talk about next? Why and for what purpose are you...
  18. Dorik1972

    Request.

    Therefore, it is not in the converter, perhaps not in the function of determining the IP address... add print to different places in this converter to determine where exactly and what does not work. It's not difficult. You use it in the skin. I just edit the code I see. But it’s not a fact that...
  19. Dorik1972

    Request.

    On the screenshot is the result of the API request and the response that the function get_myipdata() returns ... Python3
  20. Dorik1972

    Request.

    Not sure. The fact is that I modified the get_myipdata() function so that it would return data received from the ip-api.com API ... Just a minute, I'll add debugging information to the code and show you the output in py3
Back
Top