Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 1 of 2 12 LastLast
Results 1 to 15 of 17

Thread: Plugin not available SystemPlugins/HRTunerProxy (invalid literal for int () with base 10:")

  1. #1

    Title
    Junior Member
    Join Date
    Mar 2017
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Plugin not available SystemPlugins/HRTunerProxy (invalid literal for int () with base 10:")

    Hi,

    Plugin has been running fine for ages but now Plex can't see tuner.

    Have upgraded box, rolled back, uninstalled and re-installed plugin but still getting error below.

    SystemPlugins/HRTunerProxy (invalid literal for int () with base 10:")

    Firmware version: OpenViX 5.4.006 (2021-02-08)

    Any help appreciated

    Thanks
    Last edited by Tuppe; 18-02-21 at 12:31. Reason: Added firmware version

  2. #2
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,607
    Thanks
    2,005
    Thanked 4,941 Times in 3,265 Posts
    No clue without seeing a debug log.
    Help keep OpenViX servers online.Please donate!

  3. #3
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,358
    Thanks
    6,439
    Thanked 9,160 Times in 6,235 Posts
    The error shows on latest Dev image too.

    Code:
    21:40:57.1716 [PluginComponent] Plugin  SystemPlugins/HRTunerProxy failed to load: invalid literal for int() with base 10: ''
    21:40:57.1720 Traceback (most recent call last):
    21:40:57.1721   File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 53, in readPluginList
    21:40:57.1722   File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import
    21:40:57.1723   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/HRTunerProxy/__init__.py", line 69, in <module>
    21:40:57.1724   File "/usr/lib/enigma2/python/Components/config.py", line 1452, in __init__
    21:40:57.1725   File "/usr/lib/enigma2/python/Components/config.py", line 1187, in __init__
    21:40:57.1726   File "/usr/lib/enigma2/python/Components/config.py", line 1455, in getValue
    21:40:57.1727 ValueError: invalid literal for int() with base 10: ''

  4. #4

    Title
    ViX Beta Tester
    Join Date
    Nov 2017
    Posts
    888
    Thanks
    103
    Thanked 480 Times in 285 Posts
    I can't see how this can ever have worked:
    Code:
    config.hrtunerproxy.slotsinuse = NoSave(ConfigNumber(default = ""))
    "" isn't a number. If you do int("") you get exactly the same error

    Try changing this line to
    Code:
    config.hrtunerproxy.slotsinuse = NoSave(ConfigNumber(default = 0))

  5. The Following User Says Thank You to simonc For This Useful Post:

    abu baniaz (18-02-21)

  6. #5
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,358
    Thanks
    6,439
    Thanked 9,160 Times in 6,235 Posts
    That fixes the problem of plugin not loading. I cant test it

    @tuppe
    Please place the attached file in /usr/lib/enigma2/python/Plugins/SystemPlugins/HRTunerProxy
    Backup the original __init__.pyo first and then restart
    Delete the .py file after you restart
    Attached Files Attached Files

  7. The Following 2 Users Say Thank You to abu baniaz For This Useful Post:

    ppppdddd (21-02-21),Tuppe (19-02-21)

  8. #6
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,607
    Thanks
    2,005
    Thanked 4,941 Times in 3,265 Posts
    Help keep OpenViX servers online.Please donate!

  9. #7

    Title
    Junior Member
    Join Date
    Mar 2017
    Posts
    2
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by abu baniaz View Post
    That fixes the problem of plugin not loading. I cant test it

    @tuppe
    Please place the attached file in /usr/lib/enigma2/python/Plugins/SystemPlugins/HRTunerProxy
    Backup the original __init__.pyo first and then restart
    Delete the .py file after you restart
    That's done the trick, thanks.

  10. #8

    Title
    Junior Member
    Join Date
    Apr 2020
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I had the same issue, but download fixed.

  11. #9

    Title
    Junior Member
    Join Date
    Jan 2017
    Posts
    6
    Thanks
    0
    Thanked 1 Time in 1 Post
    I have exactly the same problem. Hope someone has an idea.

    Also fully updated sat box, but also tried to move back to earlier backups but with no lluck.

  12. #10
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Have you tried the advice in post #5 ?

  13. #11

    Title
    Junior Member
    Join Date
    Jan 2017
    Posts
    6
    Thanks
    0
    Thanked 1 Time in 1 Post
    link not working.

    Can you please leave a new.

    thanks

  14. #12
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    ....works ok for me.

  15. #13

    Title
    Junior Member
    Join Date
    Jan 2017
    Posts
    6
    Thanks
    0
    Thanked 1 Time in 1 Post
    error.png

    I did try to download the _init_.py and add it to the /usr/lib/enigma2/python/Plugins/SystemPlugins/HRTunerProxy
    the restart the box and delete the "_init_.py" file again.

    I still get same issue as seen in the attached image.

  16. #14

    Title
    Junior Member
    Join Date
    Jan 2017
    Posts
    6
    Thanks
    0
    Thanked 1 Time in 1 Post
    Quote Originally Posted by ccs View Post
    ....works ok for me.
    Sorry also works now for me. initially i got a page 404
    404.png

  17. #15
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Transfer the file __init__.py again, then try renaming the original __init__.pyo as __init__.pyo.orig

    and restart.

    There should be a new file __init__.pyo created today.
    Last edited by ccs; 25-02-21 at 14:09.

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.