Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] /usr/share/kodi/addons/service.libreelec.settings/oe.py/oe.py raise exception #4563

Closed
tantra35 opened this issue Sep 26, 2020 · 4 comments
Assignees
Labels

Comments

@tantra35
Copy link

tantra35 commented Sep 26, 2020

Describe the bugremote

In our logs we found folow

2020-09-27 01:58:15.151 T:3023    FATAL <general>: Traceback (most recent call last):
                                                     File "/usr/share/kodi/addons/service.libreelec.settings/oe.py/oe.py", line 828, in load_modules
                                                     File "/usr/share/kodi/addons/service.libreelec.settings/resources/lib/modules/xdbus.py", line 7, in <module>
                                                     File "/usr/lib/python3.8/site-packages/gobject/__init__.py", line 26, in <module>
                                                     File "/usr/lib/python3.8/site-packages/glib/__init__.py", line 22, in <module>
                                                   SystemError: initialization of _glib raised unreported exception

And not any upnp features, working after that(not upnp discovery, not search from libreelec)
Seems this is know issue https://bugs.busybox.net/show_bug.cgi?id=12286, which is appearing after python > 3.7

@tantra35 tantra35 changed the title [BUG] /usr/share/kodi/addons/service.libreelec.settings/oe.py/oe.py raise exception [BUG] /usr/share/kodi/addons/service.libreelec.settings/oe.py/oe.py raise exception on libreelec master Sep 26, 2020
@tantra35 tantra35 changed the title [BUG] /usr/share/kodi/addons/service.libreelec.settings/oe.py/oe.py raise exception on libreelec master [BUG] /usr/share/kodi/addons/service.libreelec.settings/oe.py/oe.py raise exception on master Sep 26, 2020
@CvH CvH added the LE 10.0 label Sep 27, 2020
@CvH CvH changed the title [BUG] /usr/share/kodi/addons/service.libreelec.settings/oe.py/oe.py raise exception on master [BUG] /usr/share/kodi/addons/service.libreelec.settings/oe.py/oe.py raise exception Sep 27, 2020
@heitbaum
Copy link
Contributor

Still erroring on latest master - devel-20201030100043-7f3b20d (Generic.x86_64)

2020-10-31 15:56:57.556 T:1570 FATAL : ## LibreELEC Addon ## oe::MAIN(loadingModules)(strModule) ## ERROR: (SystemError('initialization of _glib raised unreported exception'))
2020-10-31 15:56:57.556 T:1570 FATAL : Traceback (most recent call last):
File "/usr/share/kodi/addons/service.libreelec.settings/oe.py/oe.py", line 828, in load_modules
File "/usr/share/kodi/addons/service.libreelec.settings/resources/lib/modules/xdbus.py", line 7, in
File "/usr/lib/python3.8/site-packages/gobject/init.py", line 26, in
File "/usr/lib/python3.8/site-packages/glib/init.py", line 22, in
SystemError: initialization of _glib raised unreported exception

@jernejsk
Copy link
Member

We know, no need to bump this, it won't be solved any faster.

@CvH
Copy link
Member

CvH commented Nov 21, 2020

needs settings addon updates #4669

@heitbaum
Copy link
Contributor

heitbaum commented Nov 26, 2020

Cross reference to LibreELEC/service.libreelec.settings#188

This particular patch fixes the traceback - but will be bundled as a larger PR for the full fix. LibreELEC/service.libreelec.settings@7e5e83b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants