Search results

  1. Dorik1972

    Request.

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

    Request.

    from Components.Renderer import Renderer
  3. Dorik1972

    Request.

    NO ! It's not correct
  4. 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
  5. Dorik1972

    Request.

    Fixed
  6. 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 ...
  7. Dorik1972

    Request.

    Check with the option in the post above
  8. 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...
  9. Dorik1972

    Request.

    WTF?
  10. 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...
  11. Dorik1972

    Request.

    I simulated the given line from your skin... this is what the converter code returns
  12. 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...
  13. 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...
  14. Dorik1972

    Request.

    On the screenshot is the result of the API request and the response that the function get_myipdata() returns ... Python3
  15. 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
  16. Dorik1972

    Request.

    In theory, It should work on both Py2 and Py3 ... Your problem was with incorrect import of the urlopen module and errors in handling the ip-aip.com API response... but the text of the converter code is far away from «pithonical» ... the nonsense in code with popen and wget - I left it as it is...
  17. Dorik1972

    Crash historyzap by Dorik

    Because the EPGTranslator plugin, with all due respect to its author, has incorrectly implemented code for overriding standard Enigma2 classes ... HZS has nothing to do with it. I can even show you where the EPGTranslator code is wrong and how to fix it to work everywhere and with any other...
  18. Dorik1972

    Crash historyzap by Dorik

    < 285.5308> File "/usr/lib/enigma2/python/StartEnigma.py", line 128, in doInstantiateDialog < 285.5313> dialog.applySkin() < 285.5314> File "/usr/lib/enigma2/python/Screens/Screen.py", line 247, in applySkin < 285.5317> File "/usr/lib/enigma2/python/Screens/Screen.py", line...
  19. Dorik1972

    BBC iPlayer

    Easy ... Install my StreamLinkProxy plugin and create a bouquet of broadcasts on bbc.co.uk/iplayer ... The only limitation is geolocation. You must have a GB IP https://www.linuxsat-support.com/thread/155780-streamlinkproxy-python3-only/
  20. Dorik1972

    E2m3u2bouquet Dorik1972 MOD

    My plugin and project from Suls are completely different... they are completely different code ... The only thing that matches is the name of the plugin https://www.linuxsat-support.com/thread/152998-e2m3u2bouquet-discussion-support/?postID=744406#post744406...
Top