• Vítejte na XBMC-Kodi.cz
  • Česko-slovenská komunita fanoušků XBMC/Kodi
Vítejte návštevníku! Přihlášení Registrace


Hodnocení tématu:
  • 0 Hlas(ů) - 0 Průměr
  • 1
  • 2
  • 3
  • 4
  • 5
CE - postupné sežrání veškeré RAM
#16
Ahoj,
mě to také mrzlo, nicméně pár posledních dní mi SCC jen točí kolečkem a ani po reinstalaci nenaskočí seznam (LibreELEC Matrix 10.0.3 na Intelu). Respektove po jedné reinstalaci SCC to naskočilo, ale pak už nepomohla ani SCC reinstalace.
Diky za radu
Petr

   

   
 
Kód:
ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'RecursionError'>
                                                   Error Contents: maximum recursion depth exceeded while calling a Python object
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.stream-cinema-2-release/service.py", line 76, in <module>
                                                       watch_history_service.sync()
                                                     File "/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/services/watch_history_service.py", line 152, in sync
                                                       self.start(WATCH_HISTORY.SYNC_INTERVAL, self.sync_db)
                                                     File "/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/services/__init__.py", line 48, in start
                                                       fn()
                                                     File "/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/services/watch_history_service.py", line 99, in sync_db
                                                       api_res = self.api.get_all_pages(self.api.FILTER.ids(ids.keys(), False))
                                                     File "/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/api/api.py", line 147, in get_all_pages
                                                       self.get_all_pages(next_page, data)
                                                     File "/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/api/api.py", line 147, in get_all_pages
                                                       self.get_all_pages(next_page, data)
                                                     File "/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/api/api.py", line 147, in get_all_pages
                                                       self.get_all_pages(next_page, data)
                                                     [Previous line repeated 963 more times]
                                                     File "/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/api/api.py", line 142, in get_all_pages
                                                       res_data, res = self.search_api_request(url)
                                                     File "/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/api/api.py", line 162, in search_api_request
                                                       data, res = API.api_response_handler(self.request(HTTP_METHOD.GET, url))
                                                     File "/storage/.kodi/addons/plugin.video.stream-cinema-2-release/resources/lib/api/api.py", line 108, in api_response_handler
                                                       return response.json(), response
                                                     File "/storage/.kodi/addons/script.module.requests/lib/requests/models.py", line 910, in json
                                                       return complexjson.loads(self.text, **kwargs)
                                                     File "/usr/lib/python3.8/site-packages/simplejson/__init__.py", line 525, in loads
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 370, in decode
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 400, in raw_decode
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 79, in scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 44, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 194, in JSONObject
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 44, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 194, in JSONObject
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 47, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 250, in JSONArray
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 44, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 194, in JSONObject
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 44, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 194, in JSONObject
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 44, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 194, in JSONObject
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 44, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 194, in JSONObject
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 44, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 194, in JSONObject
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 47, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 250, in JSONArray
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 44, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 194, in JSONObject
                                                     File "/usr/lib/python3.8/site-packages/simplejson/scanner.py", line 42, in _scan_once
                                                     File "/usr/lib/python3.8/site-packages/simplejson/decoder.py", line 66, in py_scanstring
                                                   RecursionError: maximum recursion depth exceeded while calling a Python object
                                                   -->End of Python script error report<--

Ještě po instalaci SCC jsem objevil v kodi.logu tohle:
 
Kód:
2022-11-06 22:29:15.322 T:742   WARNING <general>: Repository add-on repository.saros uses plain HTTP for add-on downloads in path http://saros.wz.cz/repo/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2022-11-06 22:29:15.546 T:852     ERROR <general>: CCurlFile::Open failed with code 404 for https://raw.githubusercontent.com/kodi-community-addons/repository.marcelveldt/master/addons.xml.md5:
                                                  
2022-11-06 22:29:15.546 T:852     ERROR <general>: CFileCache::Open - <https://raw.githubusercontent.com/kodi-community-addons/repository.marcelveldt/master/addons.xml.md5> failed to open
2022-11-06 22:29:15.546 T:852     ERROR <general>: CRepository: failed read 'https://raw.githubusercontent.com/kodi-community-addons/repository.marcelveldt/master/addons.xml.md5'
2022-11-06 22:29:16.357 T:856   WARNING <general>: Repository add-on repository.saros uses plain HTTP for add-on downloads in path http://saros.wz.cz/repo/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
2022-11-06 22:29:16.798 T:856      INFO <general>: Skipped 1 duplicate messages..
2022-11-06 22:29:16.798 T:856     ERROR <general>: CCurlFile::Open failed with code 404 for https://raw.githubusercontent.com/kodi-community-addons/repository.marcelveldt/master/script.module.cherrypy/script.module.cherrypy-12.0.2.zip:
                                                  
2022-11-06 22:29:16.799 T:856     ERROR <general>: CAddonInstallJob[script.module.cherrypy]: failed to download special://home/addons/packages/script.module.cherrypy-12.0.2.zip
2022-11-06 22:29:16.840 T:856     ERROR <general>: CCurlFile::Open failed with code 404 for https://raw.githubusercontent.com/kodi-community-addons/repository.marcelveldt/master/script.module.thetvdb/script.module.thetvdb-1.0.29.zip:
                                                  
2022-11-06 22:29:16.840 T:856     ERROR <general>: CAddonInstallJob[script.module.thetvdb]: failed to download special://home/addons/packages/script.module.thetvdb-1.0.29.zip
2022-11-06 22:29:16.847 T:856     ERROR <general>: Add-on 'script.module.thetvdb' is not compatible with Kodi
2022-11-06 22:29:16.849 T:856     ERROR <general>: Add-on 'script.module.musicbrainz' is not compatible with Kodi
2022-11-06 22:29:16.886 T:856     ERROR <general>: CCurlFile::Open failed with code 404 for https://raw.githubusercontent.com/kodi-community-addons/repository.marcelveldt/master/script.module.metadatautils/script.module.metadatautils-1.0.38.zip:
 
Citovat
  


Příspěvků v tématu
RE: CE - postupné sežrání veškeré RAM - od P_Cherry - 07.11.2022, 0:23

Přejít na fórum:


Prochází: 1 host(ů)