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

Error on 5.1.3 #12

Open
Megachip opened this issue Mar 25, 2019 · 2 comments
Open

Error on 5.1.3 #12

Megachip opened this issue Mar 25, 2019 · 2 comments

Comments

@Megachip
Copy link

2019-03-25 22:36:19.050 T:1698481008 WARNING: Previous line repeats 6 times.                                                                                                                                
2019-03-25 22:36:19.051 T:1698481008   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: 'Release' object has no attribute '_version'                                                                                                    
                                            Traceback (most recent call last):                                                                                                                              
                                              File "/storage/.kodi/addons/script.libreelec.devupdater/default.py", line 392, in <module>                                                                    
                                                utils.maybe_confirm_installation(selected, installed_build)                                                                                                 
                                              File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/utils.py", line 190, in maybe_confirm_installation                                      
                                                log.log("Installed build: {}".format(installed_build))                                                                                                      
                                              File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/builds.py", line 56, in __str__                                                         
                                                return '{} ({})'.format(self.version, self.date)                                                                                                            
                                              File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/builds.py", line 69, in version                                                         
                                                return self._version                                                                                                                                        
                                            AttributeError: 'Release' object has no attribute '_version'                                                                                                    
                                            -->End of Python script error report<--                                                                                                                         
2019-03-25 22:36:24.754 T:1414271856   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: 'Release' object has no attribute '_datetime'                                                                                                   
                                            Traceback (most recent call last):                                                                                                                              
                                              File "/storage/.kodi/addons/script.libreelec.devupdater/default.py", line 386, in <module>                                                                    
                                                new_build_check()                                                                                                                                           
                                              File "/storage/.kodi/addons/script.libreelec.devupdater/default.py", line 350, in new_build_check                                                             
                                                if latest and latest > installed_build:                                                                                                                     
                                              File "/storage/.kodi/addons/script.libreelec.devupdater/resources/lib/builds.py", line 53, in __gt__                                                          
                                                return self._datetime > other._datetime                                                                                                                     
                                            AttributeError: 'Release' object has no attribute '_datetime'                                                                                                   
                                            -->End of Python script error report<--  
@LS80
Copy link
Owner

LS80 commented Apr 14, 2019

Could you attach the full log file please.

@Megachip
Copy link
Author

@LS80 that was all in this timespan ... but will recheck

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

No branches or pull requests

2 participants