PDA

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



Tuppe
18-02-21, 12:30
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

Huevos
18-02-21, 22:29
No clue without seeing a debug log.

abu baniaz
18-02-21, 22:43
The error shows on latest Dev image too.



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: ''

simonc
18-02-21, 23:20
I can't see how this can ever have worked:


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


config.hrtunerproxy.slotsinuse = NoSave(ConfigNumber(default = 0))

abu baniaz
18-02-21, 23:42
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

Huevos
18-02-21, 23:59
https://github.com/OpenViX/HRTunerProxy/commit/9659b0ee52e9b10eedf462d1d54d68eb84274848

Tuppe
19-02-21, 15:51
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.

SimonF
21-02-21, 10:52
I had the same issue, but download fixed.

smikloz
25-02-21, 13:20
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.

ccs
25-02-21, 13:22
Have you tried the advice in post #5 ?

smikloz
25-02-21, 13:31
link not working.

Can you please leave a new.

thanks

ccs
25-02-21, 13:32
....works ok for me.

smikloz
25-02-21, 13:38
61591

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.

smikloz
25-02-21, 13:45
....works ok for me.

Sorry also works now for me. initially i got a page 404
61592

ccs
25-02-21, 14:07
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.

smikloz
25-02-21, 14:25
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.

Thank you for so switft response. highly appreciated.

It looks like I got the plugin running, but still cant map the homerun to the Plex server.

Please see these images for further info.
I hope you have an idea, it has been working for the last year

61593
61594
61595
61596
61597

smikloz
01-03-21, 11:55
Seems like the last problem was due to PLEX, when the latest update rolled on the DVR function worked flawlessly again. Just a damn coincidence that the plugin started and when it was solved the Plex DVR functionality had a problem