Jump to content

Kodi 18.2 - AttributeError: 'module' object has no attribute 'version'


João PC Costa

Recommended Posts

João PC Costa

Hi,

 

Can you help me.

 

kodi.log

 

===

2020-04-10 20:31:40.758 T:1656726240  NOTICE: EMBY.patch -> --->[ patch ]
 
2020-04-10 20:31:40.959 T:1656726240   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'version'
                                            Traceback (most recent call last):
                                              File "/home/pi/.kodi/addons/plugin.video.emby/service.py", line 39, in <module>
                                                import entrypoint
                                              File "/home/pi/.kodi/addons/plugin.video.emby/resources/lib/entrypoint/__init__.py", line 24, in <module>
                                                from service import Service
                                              File "/home/pi/.kodi/addons/plugin.video.emby/resources/lib/entrypoint/service.py", line 16, in <module>
                                                PATCH.check_update()
                                              File "/home/pi/.kodi/addons/plugin.video.emby/resources/lib/patch.py", line 131, in check_update
                                                current_version = objects.version
                                            AttributeError: 'module' object has no attribute 'version'
                                            -->End of Python script error report<--
===
 
Thanks.

kodi.log

Link to comment
Share on other sites

João PC Costa

patch.py

 

...

 

   },
                "18.*": {
                    "desc": "Leia objects",
                    "objects": [
                        "181167211-3.1.38-https://github.com/MediaBrowser/plugin.video.emby.objects/archive/leia.zip"
                    ]
                },
 
...
 
it have version field in __init__
 
 
i have emby version 4.3.1.0
 
 
it doesn't have this version
 
last is 
Edited by João PC Costa
Link to comment
Share on other sites

João PC Costa

I saw that the emby for kodi is at 4.1.19

 

And the last in objects.json is 4.1.15

 

Don't know if could be that the problem.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...