Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Nagrywanie/Pobieranie z archiwum IPTV z m-TVGuide Beta
#61
(18-08-2020, 05:01 AM)Mariusz89B napisał(a): Hej,

Pracuje nad tym musialem poprawic troszke kod aby mozna bylo ustawic offset czasu, mysle ze na dniach bede mial gotowa wersje v9.1.7.

P.S
@Zyziu195 wyslalem tobie PW na mods-kodi, poprawilem wtyczke i juz szybko pobiera material na ustawieniach domyslnych timeshift.
Witaj. problem z v9.1.7. na win64  7 KodiSetup-20201008-7cb0e644-master-x64 Kodi 19.0 Alpha2 (18.9.702)


2020-10-11 13:42:11.395 T:4152    ERROR <general>: Exception in thread 
2020-10-11 13:42:11.395 T:4152    ERROR <general>: Thread-1
2020-10-11 13:42:11.395 T:4152    ERROR <general>: :
                                                   
2020-10-11 13:42:11.395 T:4152    ERROR <general>: Traceback (most recent call last):
                                                   
2020-10-11 13:42:11.395 T:4152    ERROR <general>:   File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\strings.py", line 187, in deb
                                                   
2020-10-11 13:42:11.398 T:4152    ERROR <general>:     
2020-10-11 13:42:11.398 T:4152    ERROR <general>: xbmc.log("MTVGUIDE @ " + str(s), xbmc.LOGNOTICE)
2020-10-11 13:42:11.398 T:4152    ERROR <general>: 
                                                   
2020-10-11 13:42:11.398 T:4152    ERROR <general>: AttributeError
2020-10-11 13:42:11.398 T:4152    ERROR <general>: : 
2020-10-11 13:42:11.398 T:4152    ERROR <general>: module 'xbmc' has no attribute 'LOGNOTICE'
2020-10-11 13:42:11.398 T:4152    ERROR <general>: 
                                                   
2020-10-11 13:42:11.398 T:4152    ERROR <general>: 
                                                   During handling of the above exception, another exception occurred:
                                                   
                                                   
2020-10-11 13:42:11.398 T:4152    ERROR <general>: Traceback (most recent call last):
                                                   
2020-10-11 13:42:11.398 T:4152    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\threading.py", line 932, in _bootstrap_inner
                                                   
2020-10-11 13:42:11.400 T:4152    ERROR <general>:     
2020-10-11 13:42:11.400 T:4152    ERROR <general>: self.run()
2020-10-11 13:42:11.400 T:4152    ERROR <general>: 
                                                   
2020-10-11 13:42:11.400 T:4152    ERROR <general>:   File "C:\Program Files\Kodi\system\python\Lib\threading.py", line 1254, in run
                                                   
2020-10-11 13:42:11.402 T:4152    ERROR <general>:     
2020-10-11 13:42:11.402 T:4152    ERROR <general>: self.function(*self.args, **self.kwargs)
2020-10-11 13:42:11.402 T:4152    ERROR <general>: 
                                                   
2020-10-11 13:42:11.402 T:4152    ERROR <general>:   File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\skins.py", line 313, in _checkForUpdates
                                                   
2020-10-11 13:42:11.403 T:4152    ERROR <general>:     
2020-10-11 13:42:11.403 T:4152    ERROR <general>: deb('_checkForUpdates')
2020-10-11 13:42:11.404 T:4152    ERROR <general>: 
                                                   
2020-10-11 13:42:11.404 T:4152    ERROR <general>:   File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\strings.py", line 189, in deb
                                                   
2020-10-11 13:42:11.405 T:4152    ERROR <general>:     
2020-10-11 13:42:11.405 T:4152    ERROR <general>: xbmc.log("MTVGUIDE @ " + str(s.encode('ascii', 'ignore')), xbmc.LOGNOTICE)
2020-10-11 13:42:11.405 T:4152    ERROR <general>: 
                                                   
2020-10-11 13:42:11.405 T:4152    ERROR <general>: AttributeError
2020-10-11 13:42:11.405 T:4152    ERROR <general>: : 
2020-10-11 13:42:11.405 T:4152    ERROR <general>: module 'xbmc' has no attribute 'LOGNOTICE'
2020-10-11 13:42:11.405 T:4152    ERROR <general>: 
                                                   
2020-10-11 13:42:11.409 T:4180    ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'AttributeError'>
                                                   Error Contents: module 'xbmc' has no attribute 'LOGNOTICE'
                                                   Traceback (most recent call last):
                                                     File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\strings.py", line 187, in deb
                                                       xbmc.log("MTVGUIDE @ " + str(s), xbmc.LOGNOTICE)
                                                   AttributeError: module 'xbmc' has no attribute 'LOGNOTICE'
                                                   
                                                   During handling of the above exception, another exception occurred:
                                                   
                                                   Traceback (most recent call last):
                                                     File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\addon.py", line 88, in Run
                                                       w = gui.mTVGuide()
                                                     File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\gui.py", line 449, in __init__
                                                       deb('')
                                                     File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\strings.py", line 189, in deb
                                                       xbmc.log("MTVGUIDE @ " + str(s.encode('ascii', 'ignore')), xbmc.LOGNOTICE)
                                                   AttributeError: module 'xbmc' has no attribute 'LOGNOTICE'
                                                   
                                                   During handling of the above exception, another exception occurred:
                                                   
                                                   Traceback (most recent call last):
                                                     File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\strings.py", line 187, in deb
                                                       xbmc.log("MTVGUIDE @ " + str(s), xbmc.LOGNOTICE)
                                                   AttributeError: module 'xbmc' has no attribute 'LOGNOTICE'
                                                   
                                                   During handling of the above exception, another exception occurred:
                                                   
                                                   Traceback (most recent call last):
                                                     File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\addon.py", line 103, in <module>
                                                       init = Start()
                                                     File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\addon.py", line 56, in __init__
                                                       self.Run()
                                                     File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\addon.py", line 101, in Run
                                                       deb('addon.py exception: {}'.format(getExceptionString()))
                                                     File "C:\Users\WIN7\AppData\Roaming\Kodi\addons\script.mtvguide\strings.py", line 189, in deb
                                                       xbmc.log("MTVGUIDE @ " + str(s.encode('ascii', 'ignore')), xbmc.LOGNOTICE)
                                                   AttributeError: module 'xbmc' has no attribute 'LOGNOTICE'
                                                   -->End of Python script error report<--
                                                   
Odpowiedz
REKLAMA:





Wiadomości w tym wątku
RE: Nagrywanie/Pobieranie z archiwum IPTV z m-TVGuide Beta - przez sky02 - 11-10-2020, 12:03 PM

Skocz do:


Użytkownicy przeglądający ten wątek: 1 gości