anxdpanic / plugin.video.youtube

Watch your favorite YouTube content on Kodi
https://ytaddon.panicked.xyz/forum
675 stars 111 forks source link

Videos don't play with strange FFMPEG error #632

Closed bartosz-antosik closed 5 months ago

bartosz-antosik commented 5 months ago

Context


Expected Behavior

Video should play.


Current Behavior

It does not.

In the debug level log there are two strange lines which preceded the failure, first line is:

error : ffmpeg[0x55bab801b0]: [dash] Filename extension of '' is not a common multimedia extension, blocked for security reasons.

Also I would love to understand the nature of the failed request (Status: 400 - Bad Request) above the critical situation. I guess that there are multiple attempts to play, some may fail, but is there a way to disable/configure something to avoid this failed request?


Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. Start video from e.g. My Subscriptions

Log

I have reduced the log. If anything else is required please let me know.

2024-03-13 11:54:53.581 T:4083    debug <general>: initializing python engine.
2024-03-13 11:54:53.581 T:4083    debug <general>: CPythonInvoker(16, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): start processing
2024-03-13 11:54:53.581 T:4083    debug <general>: CPythonInvoker(16): adding args:
2024-03-13 11:54:53.581 T:4083    debug <general>: CPythonInvoker(16):  plugin://plugin.video.youtube/play/
2024-03-13 11:54:53.581 T:4083    debug <general>: CPythonInvoker(16):  5
2024-03-13 11:54:53.581 T:4083    debug <general>: CPythonInvoker(16):  ?video_id=4RAOCRZv55M
2024-03-13 11:54:53.581 T:4083    debug <general>: CPythonInvoker(16):  resume:false
2024-03-13 11:54:53.581 T:4083    debug <general>: CPythonInvoker(16, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): entering source directory
2024-03-13 11:54:53.581 T:4083    debug <general>: CPythonInvoker(16, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): instantiating addon using
2024-03-13 11:54:53.587 T:4083    debug <general>: [plugin.video.youtube] Starting Kodion framework by bromix...
2024-03-13 11:54:53.588 T:4083     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /play/
                                                   Params: {'video_id': '4RAOCRZv55M'}
2024-03-13 11:54:53.595 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.setup_wizard|: False (bool, success)
2024-03-13 11:54:53.597 T:4083    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:54:53.598 T:4083    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:54:53.598 T:4103    debug <general>: Thread ScriptObs start, auto delete: false
2024-03-13 11:54:53.606 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.content.max_per_page|: 50 (int, success)
2024-03-13 11:54:53.615 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.language|: "en" (str, success)
2024-03-13 11:54:53.622 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.region|: "PL" (str, success)
2024-03-13 11:54:53.623 T:4083    debug <general>: [plugin.video.youtube] Selecting YouTube config "All"
2024-03-13 11:54:53.623 T:4083    debug <general>: [plugin.video.youtube] Access token count: |2| Refresh token count: |2|
2024-03-13 11:54:53.630 T:4083    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:54:53.638 T:4083    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:54:53.646 T:4083    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:54:53.646 T:4083    debug <general>: [plugin.video.youtube] User is logged in
2024-03-13 11:54:53.654 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.cache.size|: 20 (int, success)
2024-03-13 11:54:53.662 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.client.selection|: 0 (int, success)
2024-03-13 11:54:53.798 T:1145    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-03-13 11:54:53.859 T:4083    error <general>: [plugin.video.youtube] Request failed
                                                   Status: 400 - Bad Request
                                                   Stack trace (most recent call last):
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py", line 17, in <module>
                                                       plugin_runner.run(youtube.Provider())
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/plugin_runner.py", line 60,  in run
                                                       __PLUGIN__.run(provider, context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/plugin/xbmc/xbmc_plugin.py" , line 63, in run
                                                       results = provider.navigate(context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line  113, in navigate
                                                       result = method(context, re_match)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line  290, in wrapper
                                                       return func(*args, **kwargs)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/provider.py", line 656, in  on_play
                                                       return yt_play.play_video(self, context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/yt_play.py", line 4 8, in play_video
                                                       video_streams = client.get_video_streams(context, video_id)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 2 13, in get_video_streams
                                                       video_streams = video_info.load_stream_infos(video_id)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", lin e 656, in load_stream_infos
                                                       return self._get_video_info()
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", lin e 1029, in _get_video_info
                                                       result = self.request(
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/network/requests.py", line 118, in request
                                                       stack_trace = format_stack()
2024-03-13 11:54:53.931 T:4083    debug <general>: [plugin.video.youtube] Retrieved video info for video_id: 4RAOCRZv55M, using android_youtube_tv client (logged in)
2024-03-13 11:54:54.014 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.history.remote|: False (bool, success)
2024-03-13 11:54:54.021 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.isa|: True (bool, success)
2024-03-13 11:54:54.030 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.http.port|: 50152 (int, success)
2024-03-13 11:54:54.038 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.http.listen|: "0.0.0.0" (str, success)
2024-03-13 11:54:54.052 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.live_stream.selection.1|: 2 (int, success)
2024-03-13 11:54:54.060 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.mpd.videos|: True (bool, success)
2024-03-13 11:54:54.069 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.mpd.quality.selection|: 4 (int, success)
2024-03-13 11:54:54.077 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.mpd.stream.features|: "['avc1', 'vp9', 'av01', 'hdr', 'hfr', 'vorbis', 'opus', 'mp4a', 'ssa', 'ac-3', 'ec-3', 'dts', 'filter']" (str list, success)
2024-03-13 11:54:54.084 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.mpd.stream.select|: 1 (int, success)
2024-03-13 11:54:54.109 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.ask|: False (bool, success)
2024-03-13 11:54:54.116 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.video.quality|: 4 (int, success)
2024-03-13 11:54:54.123 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.audio_only|: False (bool, success)
2024-03-13 11:54:54.125 T:4083    debug <general>: [plugin.video.youtube] selectable streams: 6

[...]

2024-03-13 11:54:54.286 T:4082    debug <general>: Loading settings for plugin://plugin.video.youtube/play/?video_id=4RAOCRZv55M
2024-03-13 11:54:54.289 T:4104    debug <general>: CFileCache::Open - <http://127.0.0.1:50152/youtube/manifest/dash/4RAOCRZv55M.mpd> source chunk size is 0, setting cache chunk size to 131072
2024-03-13 11:54:54.289 T:4104    debug <general>: CFileCache::Open - <http://127.0.0.1:50152/youtube/manifest/dash/4RAOCRZv55M.mpd> using single memory cache sized 20971520 bytes
2024-03-13 11:54:54.289 T:4106    debug <general>: Thread FileCache start, auto delete: false
2024-03-13 11:54:54.290 T:4104     info <general>: Creating Demuxer
2024-03-13 11:54:54.290 T:4106    debug <general>: CFileCache::Process - <http://127.0.0.1:50152/youtube/manifest/dash/4RAOCRZv55M.mpd> source read hit eof
2024-03-13 11:54:54.290 T:4104    debug <general>: Open - probing detected format [dash]
2024-03-13 11:54:54.292 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET uri path |/youtube/manifest/dash/4RAOCRZv55M.mpd|
2024-03-13 11:54:54.292 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: Connection from |127.0.0.1| Local range: |True|
2024-03-13 11:54:54.292 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET filepath |/home/kodi/.kodi/temp/plugin.video.youtube/4RAOCRZv55M.mpd|
2024-03-13 11:54:54.293 T:4105    debug <general>: Thread BackgroundLoader 545821221888 terminating
2024-03-13 11:54:54.294 T:4104    error <general>: ffmpeg[0x55bab801b0]: [dash] Filename extension of '' is not a common multimedia extension, blocked for security reasons.
2024-03-13 11:54:54.294 T:4104    error <general>: ffmpeg[0x55bab801b0]: [dash] If you wish to override this adjust allowed_extensions, you can set it to 'ALL' to allow all
2024-03-13 11:54:54.294 T:4104    debug <general>: ffmpeg[0x55bab801b0]: [dash] Failed to open fragment of playlist
2024-03-13 11:54:54.294 T:1145    debug <general>: CVideoGUIInfo::InitCurrentItem(plugin://plugin.video.youtube/play/?video_id=4RAOCRZv55M)
2024-03-13 11:54:54.295 T:1145    debug <general>: CPlayerGUIInfo::InitCurrentItem(plugin://plugin.video.youtube/play/?video_id=4RAOCRZv55M)
2024-03-13 11:54:54.295 T:4104    error <general>: ffmpeg[0x55bab801b0]: [dash] Error when loading first fragment of playlist
2024-03-13 11:54:54.295 T:4104    error <general>: Open - Error, could not open file http://127.0.0.1:50152/youtube/manifest/dash/4RAOCRZv55M.mpd
2024-03-13 11:54:54.295 T:4104    error <general>: OpenDemuxStream - Error creating demuxer
2024-03-13 11:54:54.295 T:4104     info <general>: CVideoPlayer::OnExit()
2024-03-13 11:54:54.296 T:4106    debug <general>: Thread FileCache 547119490048 terminating
2024-03-13 11:54:54.296 T:4104    debug <general>: Thread VideoPlayer 544926528512 terminating
2024-03-13 11:54:54.299 T:1249    debug <general>: [plugin.video.youtube] onNotification: |unhandled method| -> |Other.PlaybackInit|
2024-03-13 11:54:54.302 T:4082    debug <general>: OnPlayBackStopped: CApplication::OnPlayBackStopped
MoojMidge commented 5 months ago

A full log is required.

Your system is trying to load the MPEG-DASH manifest using FFmpeg rather than using InputStream.Adaptive. The reason why would be in the sections of the log you removed.

The FFmpeg error occurs because the urls in the manifest don't point to a specific video file on a server, with a known video file extension, and that is something that FFmpeg requires for "security" reasons (as silly as that may seem, since simply using a known file extension is no guarantee that what is being served is actually that type of file).

The request error can be resolved by using this https://github.com/anxdpanic/plugin.video.youtube/commit/203e02dccfc6da5056b6898e756f8d10734d8b7a

bartosz-antosik commented 5 months ago

Gosh! It's a gigantic log wit all the debug info!

Part one:

2024-03-13 11:37:41.640 T:3842    debug <general>: [plugin.video.youtube] selected stream: {'url': 'http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=com.google.android.apps.youtube.unplugged/6.36%20%28Linux%3B%20U%3B%20Android%2010%3B%20US%29%20gzip&X-YouTube-Client-Name=29&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&X-YouTube-Client-Version=6.36&Referer=https%3A//www.youtube.com/watch%3Fv%3Db7l9u3H8H8A&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'license_info': {'url': None, 'proxy': None, 'token': None}, 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mpd', 'sort': [-1080, -1], 'title': '[B]1080p (FHD)[/B] (mpd; avc1 / mp4a@132)', 'dash/audio': True, 'dash/video': True, 'audio': {'bitrate': 132, 'encoding': 'mp4a'}, 'video': {'height': 1080, 'encoding': 'avc1'}}
2024-03-13 11:37:41.648 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.suggested_videos|: False (bool, success)
2024-03-13 11:37:41.655 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.history.local|: True (bool, success)
2024-03-13 11:37:41.663 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.channel.fanart.show|: True (bool, success)
2024-03-13 11:37:41.689 T:3842    debug <general>: [plugin.video.youtube] Found cached data for videos:
                                                   |['b7l9u3H8H8A']|
2024-03-13 11:37:41.708 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.playlist|: "" (str, success)
2024-03-13 11:37:41.715 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.hide_shorts|: False (bool, success)
2024-03-13 11:37:41.723 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.support.alternative_player|: True (bool, success)
2024-03-13 11:37:41.730 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.view.description.details|: True (bool, success)
2024-03-13 11:37:41.738 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.thumbnail.size|: 1 (int, success)
2024-03-13 11:37:41.745 T:3842    debug <general>: [plugin.video.youtube] send_notification: |PlaybackInit| -> |{"video_id": "b7l9u3H8H8A", "channel_id": "UCqXzykyeNdMNwiXTvfUOSNQ", "status": {"unlisted": false, "private": false, "crawlable": true, "family_safe": false, "live": false}}|
2024-03-13 11:37:41.753 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.fanart.show|: True (bool, success)
2024-03-13 11:37:41.768 T:3842    debug <general>: [plugin.video.youtube] Converting VideoItem |http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd|
2024-03-13 11:37:41.776 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.alternative_player.web.urls|: True (bool, success)
2024-03-13 11:37:41.778 T:3842    debug <general>: [plugin.video.youtube] Shutdown of Kodion after |0.8634| seconds
2024-03-13 11:37:41.778 T:3842    debug <general>: CPythonInvoker(14, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): script successfully run
2024-03-13 11:37:41.797 T:1145    debug <general>: ------ Window Deinit (DialogBusy.xml) ------
2024-03-13 11:37:41.797 T:3846    debug <general>: Thread ScriptObs 544918074368 terminating
2024-03-13 11:37:41.802 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers(http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd)
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: system rules
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: matches rule: system rules
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: streams
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: matches rule: streams
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: aacp/sdp
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: mp2
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: dvd
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: discimage
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: nsv
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: radio
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers: for video=true, audio=false
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers: for video=true, audio=true
2024-03-13 11:37:41.803 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers: added 1 players
2024-03-13 11:37:41.810 T:1145    debug <general>: Radio UECP (RDS) Processor - new CDVDRadioRDSData
2024-03-13 11:37:41.810 T:1145    debug <general>: Audio ID3 tag processor - new CVideoPlayerAudioID3
2024-03-13 11:37:41.810 T:1145     info <general>: VideoPlayer::OpenFile: plugin://plugin.video.youtube/play/?video_id=b7l9u3H8H8A&incognito=false
2024-03-13 11:37:41.810 T:3847    debug <general>: Thread VideoPlayer start, auto delete: false
2024-03-13 11:37:41.810 T:1145    debug <general>: OnPlayBackStarted: CApplication::OnPlayBackStarted
2024-03-13 11:37:41.811 T:3847    debug <general>: easy_acquire - Created session to http://127.0.0.1
2024-03-13 11:37:41.813 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: HEAD uri path |/youtube/manifest/dash/b7l9u3H8H8A.mpd|
2024-03-13 11:37:41.813 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: Connection from |127.0.0.1| Local range: |True|
2024-03-13 11:37:41.814 T:3847    debug <general>: CCurlFile::GetMimeType - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd> -> application/dash+xml
2024-03-13 11:37:41.816 T:3847     info <general>: Creating InputStream
2024-03-13 11:37:41.816 T:3847    debug <general>: CurlFile::Open - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd>
2024-03-13 11:37:41.818 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET uri path |/youtube/manifest/dash/b7l9u3H8H8A.mpd|
2024-03-13 11:37:41.818 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: Connection from |127.0.0.1| Local range: |True|
2024-03-13 11:37:41.818 T:3839    debug <general>: Loading settings for plugin://plugin.video.youtube/play/?video_id=b7l9u3H8H8A&incognito=false
2024-03-13 11:37:41.818 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET filepath |/home/kodi/.kodi/temp/plugin.video.youtube/b7l9u3H8H8A.mpd|
2024-03-13 11:37:41.819 T:3847    debug <general>: CFileCache::Open - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd> opening
2024-03-13 11:37:41.820 T:3847    debug <general>: CurlFile::Open - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd>
2024-03-13 11:37:41.821 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET uri path |/youtube/manifest/dash/b7l9u3H8H8A.mpd|
2024-03-13 11:37:41.821 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: Connection from |127.0.0.1| Local range: |True|
2024-03-13 11:37:41.822 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET filepath |/home/kodi/.kodi/temp/plugin.video.youtube/b7l9u3H8H8A.mpd|
2024-03-13 11:37:41.822 T:3847    debug <general>: CFileCache::Open - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd> source chunk size is 0, setting cache chunk size to 131072
2024-03-13 11:37:41.822 T:3847    debug <general>: CFileCache::Open - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd> using single memory cache sized 20971520 bytes
2024-03-13 11:37:41.822 T:3848    debug <general>: Thread FileCache start, auto delete: false
2024-03-13 11:37:41.823 T:3847     info <general>: Creating Demuxer
2024-03-13 11:37:41.823 T:3848    debug <general>: CFileCache::Process - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd> source read hit eof
2024-03-13 11:37:41.823 T:3847    debug <general>: Open - probing detected format [dash]
2024-03-13 11:37:41.825 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET uri path |/youtube/manifest/dash/b7l9u3H8H8A.mpd|
2024-03-13 11:37:41.825 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: Connection from |127.0.0.1| Local range: |True|
2024-03-13 11:37:41.825 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET filepath |/home/kodi/.kodi/temp/plugin.video.youtube/b7l9u3H8H8A.mpd|
2024-03-13 11:37:41.828 T:3847    error <general>: ffmpeg[0x55bac3ac80]: [dash] Filename extension of '' is not a common multimedia extension, blocked for security reasons.
2024-03-13 11:37:41.828 T:3847    error <general>: ffmpeg[0x55bac3ac80]: [dash] If you wish to override this adjust allowed_extensions, you can set it to 'ALL' to allow all
2024-03-13 11:37:41.828 T:3847    debug <general>: ffmpeg[0x55bac3ac80]: [dash] Failed to open fragment of playlist
2024-03-13 11:37:41.828 T:3847    error <general>: ffmpeg[0x55bac3ac80]: [dash] Error when loading first fragment of playlist
2024-03-13 11:37:41.828 T:3847    error <general>: Open - Error, could not open file http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd
2024-03-13 11:37:41.828 T:3847    error <general>: OpenDemuxStream - Error creating demuxer
2024-03-13 11:37:41.828 T:3847     info <general>: CVideoPlayer::OnExit()
2024-03-13 11:37:41.829 T:3848    debug <general>: Thread FileCache 547119490048 terminating
2024-03-13 11:37:41.829 T:3847    debug <general>: Thread VideoPlayer 544918074368 terminating
2024-03-13 11:37:41.830 T:1145    debug <general>: CVideoGUIInfo::InitCurrentItem(plugin://plugin.video.youtube/play/?video_id=b7l9u3H8H8A&incognito=false)
2024-03-13 11:37:41.836 T:3841    debug <general>: OnPlayBackStopped: CApplication::OnPlayBackStopped
2024-03-13 11:37:41.864 T:1249    debug <general>: [plugin.video.youtube] onNotification: |unhandled method| -> |Other.PlaybackInit|
2024-03-13 11:37:41.930 T:1145    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-03-13 11:37:41.931 T:1145    debug <general>: ------ Window Init (DialogConfirm.xml) ------
2024-03-13 11:37:41.933 T:1145     info <general>: CVideoPlayer::CloseFile()
2024-03-13 11:37:41.933 T:1145    debug <general>: DeleteRenderer - deleting renderer
2024-03-13 11:37:41.933 T:1145    debug <general>: LinuxRendererGLES: Cleaning up GLES resources
2024-03-13 11:37:41.933 T:1145     info <general>: VideoPlayer: waiting for threads to exit
2024-03-13 11:37:41.933 T:1145     info <general>: VideoPlayer: finished waiting
2024-03-13 11:37:41.935 T:1145    debug <general>: Radio UECP (RDS) Processor - delete ~CDVDRadioRDSData
2024-03-13 11:37:41.935 T:1145    debug <general>: Audio ID3 tag processor - delete ~CVideoPlayerAudioID3
2024-03-13 11:37:41.964 T:1249    debug <general>: [plugin.video.youtube] PlayerMonitor active threads: ||
2024-03-13 11:37:45.285 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:37:45.310 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 12002, action is Select
2024-03-13 11:37:45.545 T:1145    debug <general>: ------ Window Deinit (DialogConfirm.xml) ------
2024-03-13 11:37:45.597 T:1145    debug <general>: ------ Window Deinit (DialogBusy.xml) ------
2024-03-13 11:38:10.247 T:1259     info <general>: WebSocket: connection closed by client
2024-03-13 11:38:10.247 T:1259     info <general>: JSONRPC Server: Disconnection detected
2024-03-13 11:38:11.916 T:1145    debug <general>: CheckIdle - Closing session to http://127.0.0.1 (easy=0x7f583f00f0, multi=0x7f580052a0)
2024-03-13 11:38:11.933 T:3839    debug <general>: Thread JobWorker 544909620224 terminating (autodelete)
2024-03-13 11:38:11.933 T:3841    debug <general>: Thread JobWorker 544901166080 terminating (autodelete)
2024-03-13 11:51:49.599 T:4031    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:51:49.599 T:4031     info <general>: WEATHER: Downloading weather
2024-03-13 11:51:49.600 T:4032    debug <general>: Thread LanguageInvoker start, auto delete: false
2024-03-13 11:51:49.600 T:4032    debug <general>: initializing python engine.
2024-03-13 11:51:49.600 T:4032    debug <general>: CPythonInvoker(15, /home/kodi/.kodi/addons/weather.gismeteo/default.py): start processing
2024-03-13 11:51:49.601 T:3842    debug <general>: onExecutionDone(14, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py)
2024-03-13 11:51:49.664 T:3842    debug <general>: .
2024-03-13 11:51:49.836 T:3842     info <general>: Skipped 1 duplicate messages..
2024-03-13 11:51:49.836 T:3842    debug <general>: Python interpreter stopped
2024-03-13 11:51:49.836 T:3842     info <general>: Skipped 1 duplicate messages..
2024-03-13 11:51:49.836 T:3842    debug <general>: Thread LanguageInvoker 544926528512 terminating
2024-03-13 11:51:49.874 T:4032    debug <general>: -->Python Interpreter Initialized<--
2024-03-13 11:51:49.874 T:4032    debug <general>: 

2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15, /home/kodi/.kodi/addons/weather.gismeteo/default.py): the source file to load is "/home/kodi/.kodi/addons/weather.gismeteo/default.py"
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15): full python path:
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):   custom python path:
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /home/kodi/.kodi/addons/script.module.certifi/lib
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /home/kodi/.kodi/addons/script.module.chardet/lib
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /home/kodi/.kodi/addons/script.module.future/lib
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /home/kodi/.kodi/addons/script.module.idna/lib
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /home/kodi/.kodi/addons/script.module.requests/lib
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /home/kodi/.kodi/addons/script.module.simpleplugin3/libs
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /home/kodi/.kodi/addons/script.module.urllib3/lib
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /home/kodi/.kodi/addons/weather.gismeteo
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):   default python path:
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /usr/lib/python311.zip
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /usr/lib/python3.11
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /usr/lib/python3.11/lib-dynload
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /usr/local/lib/python3.11/dist-packages
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /usr/lib/python3/dist-packages
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):     /usr/lib/python3.11/dist-packages
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15): adding args:
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):  /home/kodi/.kodi/addons/weather.gismeteo/default.py
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15):  1
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15, /home/kodi/.kodi/addons/weather.gismeteo/default.py): entering source directory /home/kodi/.kodi/addons/weather.gismeteo
2024-03-13 11:51:49.875 T:4032    debug <general>: CPythonInvoker(15, /home/kodi/.kodi/addons/weather.gismeteo/default.py): instantiating addon using automatically obtained id of "weather.gismeteo" dependent on version 3.0.0 of the xbmc.python api
2024-03-13 11:51:50.586 T:4032    debug <CAddonSettings[0@weather.gismeteo]>: trying to load setting definitions from old format...
2024-03-13 11:51:50.587 T:4032    debug <CSettingsManager>: requested setting (label3) was not found.
2024-03-13 11:51:50.587 T:4032    debug <CSettingsManager>: requested setting (label5) was not found.
2024-03-13 11:51:50.588 T:4032    debug <CSettingsManager>: requested setting (label7) was not found.
2024-03-13 11:51:50.588 T:4032    debug <CSettingsManager>: requested setting (label9) was not found.
2024-03-13 11:51:50.598 T:4032    debug <general>: weather.gismeteo [v.0.6.4+matrix.1]: <Weather ['/home/kodi/.kodi/addons/weather.gismeteo/default.py', '1']>
2024-03-13 11:51:50.598 T:4032    debug <general>: weather.gismeteo [v.0.6.4+matrix.1]: Actions: ['root', 'location']
2024-03-13 11:51:50.598 T:4032    debug <general>: weather.gismeteo [v.0.6.4+matrix.1]: Called action root with params <Params {'id': '1'}>
2024-03-13 11:51:50.599 T:4032    debug <general>: weather.gismeteo [v.0.6.4+matrix.1]: Cache miss: _ip_locations('pl',){}
2024-03-13 11:51:51.455 T:4032    debug <general>: weather.gismeteo [v.0.6.4+matrix.1]: Request info
                                                   Method: GET
                                                   URL: https://services.gismeteo.net/inform-service/inf_chrome/cities/?mode=ip&count=1&nocache=1&lang=pl
                                                   Headers: {'User-Agent': 'Kodi/20.3 (X11; Linux aarch64) Debian GNU/Linux/12 App_Bitness/64 Version/20.3-(20.3.0)-Git:20240110-b3205c8196', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}
                                                   Response info
                                                   Status code: 200
                                                   Reason: OK
                                                   Elapsed: 0.8469 sec
                                                   URL: https://services.gismeteo.net/inform-service/inf_chrome/cities/?mode=ip&count=1&nocache=1&lang=pl
                                                   Headers: {'Date': 'Wed, 13 Mar 2024 10:51:51 GMT', 'Content-Type': 'text/xml; charset=utf-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Accept-Encoding, Accept-Encoding', 'X-Gismeteo-Timestamp': '1710327111', 'X-Gismeteo-TimestampStr': '2024/03/13 10:51:51', 'Access-Control-Expose-Headers': 'X-Gismeteo-TimestampStr, X-Gismeteo-Timestamp', 'X-DC': 'ost.ngx-services-ost02, ost.ngx-services-ost02', 'Server': 'gis', 'X-XSS-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'Content-Encoding': 'gzip'}
                                                   Content: <?xml version="1.0" encoding="utf-8"?><document><item id="3196" lat="52.229401" lng="21.012199" tzone="60" n="Warszawa" country_id="152" distance="0.00" country_name="Polska" district_id="545" district_name="Województwo mazowieckie"  kind="M"/></document>

2024-03-13 11:51:52.465 T:4032    debug <general>: weather.gismeteo [v.0.6.4+matrix.1]: Cache miss: _location_forecast('pl', '3196'){}
2024-03-13 11:51:52.802 T:4032    debug <general>: weather.gismeteo [v.0.6.4+matrix.1]: Request info
                                                   Method: GET
                                                   URL: https://services.gismeteo.net/inform-service/inf_chrome/forecast/?city=3196&lang=pl
                                                   Headers: {'User-Agent': 'Kodi/20.3 (X11; Linux aarch64) Debian GNU/Linux/12 App_Bitness/64 Version/20.3-(20.3.0)-Git:20240110-b3205c8196', 'Accept-Encoding': 'gzip, deflate', 'Accept': '*/*', 'Connection': 'keep-alive'}
                                                   Response info
                                                   Status code: 200
                                                   Reason: OK
                                                   Elapsed: 0.3311 sec
                                                   URL: https://services.gismeteo.net/inform-service/inf_chrome/forecast/?city=3196&lang=pl
                                                   Headers: {'Date': 'Wed, 13 Mar 2024 10:51:52 GMT', 'Content-Type': 'text/xml; charset=utf-8', 'Transfer-Encoding': 'chunked', 'Connection': 'keep-alive', 'Vary': 'Accept-Encoding, Accept-Encoding', 'X-Gismeteo-Timestamp': '1710327112', 'X-Gismeteo-TimestampStr': '2024/03/13 10:51:52', 'Access-Control-Expose-Headers': 'X-Gismeteo-TimestampStr, X-Gismeteo-Timestamp', 'X-DC': 'nord.ngx-services-nord02, nord.ngx-services-nord02', 'Server': 'gis', 'X-XSS-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'Content-Encoding': 'gzip'}
                                                   Content: <?xml version="1.0" encoding="utf-8"?><weather><location id="3196" name="Warszawa" name_r="w Warszawie" country_id="152" 
                                                                 country_name="Polska" district_id="545" district_name="Województwo mazowieckie" kind="M" lat="52.23" lng="21.01"  tzone="60" cur_time="2024-03-12T15:43:00" nowcast_url="/nowcast-warsaw-3196/" nowcast_teaser="false"><fact valid="2024-03-13T11:30:00" tod="1" risem="354" setm="1057" durm="703" sunrise="1710309240" sunset="1710351420"><values t="5" tflt="5" tcflt="3.6"  p="752" ws="2" wd="3" hum="93" hi="4" cl="3" pt="0" pr="0" prflt="0" ts="0" water_t="3" icon="c4" descr="Pochmurnie" grade="1" ph="0"  /></fact><day date="2024-03-12" risem="356" setm="1055" durm="699" sunrise="1710222960" sunset="1710264900"></day><day date="2024-03-13" risem="354" setm="1057" durm="703" sunrise="1710309240" sunset="1710351420" tmin="4" tmax="6" pmin="750"
                                                                    pmax="752" wsmin="1" wsmax="2" hummin="87" hummax="93" cl="3" pt="1" pr="1" ts="0" icon="c4.r1" descr="Pochmurnie, trochę deszcz" p="751"
                                                                    ws="2" wd="3" hum="91" grademax="1" prflt="0.2"  gust_speed="4"><forecast valid="2024-03-13T01:00:00" tod="0"><values t="5" p="750" ws="2" wd="3" hum="93" hi="3" cl="3" pt="1" pr="1" ts="0"
                                                                                   icon="c4.r1" descr="Pochmurnie, trochę deszcz" 
                                                                                   grade="1"  /></forecast><forecast valid="2024-03-13T04:00:00" tod="-1"><values t="5" p="750" ws="2" wd="3" hum="87" hi="3" cl="3" pt="1" pr="1" ts="0"
                                                                                   icon="c4.r1" descr="Pochmurnie, trochę deszcz" 
                                                                                   grade="1"  /></forecast><forecast valid="2024-03-13T07:00:00" tod="1"><values t="4" p="751" ws="2" wd="3" hum="93" hi="2" cl="3" pt="0" pr="0" prflt="0" ts="0"
                                                                                   icon="c4" descr="Pochmurnie, mgiełka" 
                                                                                   grade="1"  /></forecast><forecast valid="2024-03-13T10:00:00" tod="-1"><values t="5" p="752" ws="2" wd="4" hum="87" hi="3" cl="3" pt="0" pr="0" prflt="0" ts="0"
                                                                                   icon="c4" descr="Pochmurnie" 
                                                                                   grade="1"  /></forecast><forecast valid="2024-03-13T13:00:00" tod="2"><values t="6" p="751" ws="2" wd="3" hum="93" hi="4" cl="3" pt="1" pr="1" prflt="0.1" ts="0"
                                                                                   icon="c4.r1" descr="Pochmurnie, trochę deszcz" 
                                                                                   grade="1"  gust_speed="3.7" /></forecast><forecast valid="2024-03-13T16:00:00" tod="-1"><values t="6" p="751" ws="2" wd="3" hum="88" hi="5" cl="3" pt="1" pr="1" prflt="0.1" ts="0"
                                                                                   icon="c4.r1" descr="Pochmurnie, trochę deszcz" 
                                                                                   grade="1"  gust_speed="4" /></forecast><forecast valid="2024-03-13T19:00:00" tod="3"><values t="6" p="752" ws="2" wd="3" hum="91" hi="4" cl="3" pt="1" pr="0" prflt="0" ts="0"
                                                                                   icon="c4" descr="Pochmurnie" 
                                                                                   grade="1"  gust_speed="3.5" /></forecast><forecast valid="2024-03-13T22:00:00" tod="-1"><values t="5" p="752" ws="1" wd="3" hum="92" hi="4" cl="3" pt="1" pr="0" prflt="0" ts="0"
                                                                                   icon="c4" descr="Pochmurnie" 
                                                                                   grade="1"  gust_speed="3.2" /></forecast></day><day date="2024-03-14" risem="351" setm="1059" durm="708" sunrise="1710395460" sunset="1710437940" tmin="4" tmax="10" pmin="751"
                                                                    pmax="752" wsmin="2" wsmax="3" hummin="69" hummax="95" cl="101" pt="0" pr="0" ts="0" icon="d.c3" descr="Zmienne zachmurzenie" p="752"
                                                                    ws="3" wd="4" hum="84" grademax="2" prflt="0"  gust_speed="7.1"><forecast valid="2024-03-14T01:00:00" tod="0"><values t="5" p="752" ws="2" wd="4" hum="91" hi="4" cl="3" pt="0" pr="0" prflt="0" ts="0"
                                                                                   icon="c4" descr="Pochmurnie" 
                                                                                   grade="2"  gust_speed="2.8" /></forecast><forecast valid="2024-03-14T04:00:00" tod="-1"><values t="4" p="752" ws="2" wd="3" hum="93" hi="3" cl="3" pt="0" pr="0" prflt="0" ts="0"
                                                                                   icon="c4" descr="Pochmurnie" 
                                                                                   grade="1"  gust_speed="2.8" /></forecast><forecast valid="2024-03-14T07:00:00" tod="1"><values t="4" p="752" ws="2" wd="4" hum="95" hi="2" cl="0" pt="0" pr="0" prflt="0" ts="0"
                                                                                   icon="d" descr="Bezchmurnie" 
                                                                                   grade="2"  gust_speed="3.4" /></forecast><forecast valid="2024-03-14T10:00:00" tod="-1"><values t="7" p="752" ws="3" wd="4" hum="82" hi="5" cl="0" pt="0" pr="0" prflt="0" ts="0"
                                                                                   icon="d" descr="Bezchmurnie" 
                                                                                   grade="2"  gust_speed="5.9" /></forecast><forecast valid="2024-03-14T13:00:00" tod="2"><values t="9" p="752" ws="3" wd="4" hum="73" hi="7" cl="2" pt="0" pr="0" prflt="0" ts="0"
                                                                                   icon="d.c3" descr="Chmurnie" 
                                                                                   grade="2"  gust_speed="7.1" /></forecast><forecast valid="2024-03-14T16:00:00" tod="-1"><values t="10" p="751" ws="3" wd="4" hum="69" hi="8" cl="3" pt="0" pr="0" prflt="0" ts="0"
                                                                                   icon="c4" descr="Pochmurnie" 
                                                                                   grade="2"  gust_speed="6.2" /></forecast><forecast valid="2024-03-14T19:00:00" tod="3"><values t="7" p="751" ws="2" wd="4" hum="80" hi="5" cl="0" pt="0" pr="0" prflt="0" ts="0"
                                                                                   icon="n" descr="Bezchmurnie" 
                                                                                   grade="2"  gust_speed="5.4" /></forecast><forecast valid="2024-03-14T22:00:00" tod="-1"><values t="5" p="751" ws="2" wd="4" hum="86" hi="3" cl="0" pt="0" pr="0" prflt="0" ts="0"
                                                                                   icon="n" descr="Bezchmurnie" 
                                                                                   grade="2"  gust_speed="4.7" /></forecast></day><day date="2024-03-15" risem="349" setm="1061" durm="712" sunrise="1710481740" sunset="1710524460" tmin="3" tmax="11" pmin="749"
                                                                    pmax="751" wsmin="3" wsmax="4" hummin="57" hummax="92" cl="101" pt="0" pr="0" ts="0" icon="d.c3" descr="Zmienne zachmurzenie" p="0"
                                                                    ws="4" wd="4" hum="77" grademax="3" prflt="0"  gust_speed="9.4"></day><day date="2024-03-16" risem="347" setm="1062" durm="715" sunrise="1710568020" sunset="1710610920" tmin="5" tmax="13" pmin="747"
                                                                    pmax="749" wsmin="2" wsmax="4" hummin="73" hummax="88" cl="3" pt="1" pr="2" ts="0" icon="c4.r2" descr="Pochmurnie, deszcz" p="0"
                                                                    ws="4" wd="5" hum="81" grademax="3" prflt="3"  gust_speed="8.4"></day><day date="2024-03-17" risem="344" setm="1064" durm="720" sunrise="1710654240" sunset="1710697440" tmin="4" tmax="8" pmin="749"
                                                                    pmax="751" wsmin="1" wsmax="5" hummin="58" hummax="89" cl="1" pt="1" pr="1" ts="0" icon="d.c2.r1" descr="Prawie bezchmurnie, trochę deszcz" p="0"
                                                                    ws="5" wd="7" hum="75" grademax="2" prflt="0.2"  gust_speed="12.3"></day><day date="2024-03-18" risem="342" setm="1066" durm="724" sunrise="1710740520" sunset="1710783960" tmin="2" tmax="6" pmin="746"
                                                                    pmax="749" wsmin="1" wsmax="3" hummin="70" hummax="90" cl="101" pt="0" pr="0" ts="0" icon="d.c3" descr="Zmienne zachmurzenie" p="0"
                                                                    ws="3" wd="7" hum="79" grademax="2" prflt="0"  gust_speed="8.6"></day><day date="2024-03-19" risem="340" setm="1068" durm="728" sunrise="1710826800" sunset="1710870480" tmin="2" tmax="9" pmin="745"
                                                                    pmax="747" wsmin="2" wsmax="3" hummin="75" hummax="91" cl="2" pt="0" pr="0" ts="0" icon="d.c3" descr="Chmurnie" p="0"
                                                                    ws="3" wd="3" hum="83" grademax="2" prflt="0"  gust_speed="7.2"></day></location></weather>

2024-03-13 11:51:53.833 T:4032    debug <general>: weather.gismeteo [v.0.6.4+matrix.1]: Cache hit: _ip_locations('pl',){}
2024-03-13 11:51:53.839 T:4032    debug <CAddonSettings[0@weather.gismeteo]>: trying to load setting definitions from old format...
2024-03-13 11:51:53.840 T:4032    debug <CSettingsManager>: requested setting (label1) was not found.
2024-03-13 11:51:53.840 T:4032    debug <CSettingsManager>: requested setting (label5) was not found.
2024-03-13 11:51:53.840 T:4032    debug <CSettingsManager>: requested setting (label7) was not found.
2024-03-13 11:51:53.840 T:4032    debug <CSettingsManager>: requested setting (label9) was not found.
2024-03-13 11:51:53.843 T:4032    debug <CAddonSettings[0@weather.gismeteo]>: trying to load setting definitions from old format...
2024-03-13 11:51:53.844 T:4032    debug <CSettingsManager>: requested setting (label1) was not found.
2024-03-13 11:51:53.845 T:4032    debug <CSettingsManager>: requested setting (label3) was not found.
2024-03-13 11:51:53.845 T:4032    debug <CSettingsManager>: requested setting (label7) was not found.
2024-03-13 11:51:53.845 T:4032    debug <CSettingsManager>: requested setting (label9) was not found.
2024-03-13 11:51:53.849 T:4032    debug <CAddonSettings[0@weather.gismeteo]>: trying to load setting definitions from old format...
2024-03-13 11:51:53.851 T:4032    debug <CSettingsManager>: requested setting (label1) was not found.
2024-03-13 11:51:53.851 T:4032    debug <CSettingsManager>: requested setting (label3) was not found.
2024-03-13 11:51:53.851 T:4032    debug <CSettingsManager>: requested setting (label5) was not found.
2024-03-13 11:51:53.851 T:4032    debug <CSettingsManager>: requested setting (label9) was not found.
2024-03-13 11:51:53.853 T:4032    debug <CAddonSettings[0@weather.gismeteo]>: trying to load setting definitions from old format...
2024-03-13 11:51:53.855 T:4032    debug <CSettingsManager>: requested setting (label1) was not found.
2024-03-13 11:51:53.855 T:4032    debug <CSettingsManager>: requested setting (label3) was not found.
2024-03-13 11:51:53.855 T:4032    debug <CSettingsManager>: requested setting (label5) was not found.
2024-03-13 11:51:53.855 T:4032    debug <CSettingsManager>: requested setting (label7) was not found.
2024-03-13 11:51:53.858 T:4032    debug <CAddonSettings[0@weather.gismeteo]>: trying to load setting definitions from old format...
2024-03-13 11:51:53.859 T:4032    debug <CSettingsManager>: requested setting (label1) was not found.
2024-03-13 11:51:53.859 T:4032    debug <CSettingsManager>: requested setting (label3) was not found.
2024-03-13 11:51:53.859 T:4032    debug <CSettingsManager>: requested setting (label5) was not found.
2024-03-13 11:51:53.859 T:4032    debug <CSettingsManager>: requested setting (label7) was not found.
2024-03-13 11:51:53.859 T:4032    debug <CSettingsManager>: requested setting (label9) was not found.
2024-03-13 11:51:53.860 T:4032    debug <general>: CPythonInvoker(15, /home/kodi/.kodi/addons/weather.gismeteo/default.py): script successfully run
2024-03-13 11:51:53.860 T:4032    debug <general>: onExecutionDone(15, /home/kodi/.kodi/addons/weather.gismeteo/default.py)
2024-03-13 11:51:53.899 T:4032    debug <general>: .
2024-03-13 11:51:54.049 T:4032     info <general>: Skipped 1 duplicate messages..
2024-03-13 11:51:54.049 T:4032    debug <general>: Python interpreter stopped
2024-03-13 11:51:54.049 T:4032    debug <general>: Thread LanguageInvoker 544909620224 terminating
2024-03-13 11:51:54.130 T:4031    debug <general>: POParser: loaded 131 weather tokens
2024-03-13 11:52:24.131 T:4031    debug <general>: Thread JobWorker 544901166080 terminating (autodelete)
2024-03-13 11:54:48.045 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:54:48.085 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10025, action is Up
2024-03-13 11:54:48.521 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:54:48.540 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10025, action is Up
2024-03-13 11:54:49.409 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:54:49.419 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10025, action is Up
2024-03-13 11:54:49.837 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:54:49.843 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10025, action is Up
2024-03-13 11:54:50.321 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:54:50.339 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10025, action is Select
2024-03-13 11:54:50.340 T:1145    debug <general>: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/special/new_uploaded_videos_tv/?category_label=Moje%20subskrypcje)
2024-03-13 11:54:50.340 T:1145    debug <general>:   ParentPath = [plugin://plugin.video.youtube/]
2024-03-13 11:54:50.340 T:4080    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:54:50.340 T:4081    debug <general>: Thread waiting start, auto delete: false
2024-03-13 11:54:50.347 T:4080    debug <general>: CAddonDatabase::SetLastUsed[plugin.video.youtube] took 6 ms
2024-03-13 11:54:50.347 T:4082    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:54:50.347 T:4081    debug <general>: CScriptRunner: running add-on script YouTube('plugin://plugin.video.youtube/special/new_uploaded_videos_tv/', '5', '?category_label=Moje%20subskrypcje')
2024-03-13 11:54:50.347 T:4083    debug <general>: Thread LanguageInvoker start, auto delete: false
2024-03-13 11:54:50.347 T:4083    debug <general>: initializing python engine.
2024-03-13 11:54:50.347 T:4083    debug <general>: CPythonInvoker(16, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): start processing
2024-03-13 11:54:50.376 T:4083    debug <general>: -->Python Interpreter Initialized<--
2024-03-13 11:54:50.376 T:4083    debug <general>: 

2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): the source file to load is "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py"
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16): full python path:
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):   custom python path:
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /home/kodi/.kodi/addons/script.module.certifi/lib
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /home/kodi/.kodi/addons/script.module.chardet/lib
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /home/kodi/.kodi/addons/script.module.idna/lib
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /home/kodi/.kodi/addons/script.module.infotagger/resources/modules
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /home/kodi/.kodi/addons/script.module.inputstreamhelper/lib
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /home/kodi/.kodi/addons/script.module.requests/lib
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /home/kodi/.kodi/addons/script.module.urllib3/lib
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):   default python path:
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /usr/lib/python311.zip
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /usr/lib/python3.11
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /usr/lib/python3.11/lib-dynload
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /usr/local/lib/python3.11/dist-packages
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /usr/lib/python3/dist-packages
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):     /usr/lib/python3.11/dist-packages
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16): adding args:
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):  plugin://plugin.video.youtube/special/new_uploaded_videos_tv/
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):  5
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):  ?category_label=Moje%20subskrypcje
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16):  resume:false
2024-03-13 11:54:50.376 T:4083    debug <general>: CPythonInvoker(16, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:54:50.377 T:4083    debug <general>: CPythonInvoker(16, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:54:50.441 T:1145    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-03-13 11:54:50.978 T:4083    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:54:50.986 T:4083    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:54:50.995 T:4083    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:54:51.061 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.isa|: True (bool, success)
2024-03-13 11:54:51.069 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.mpd.videos|: True (bool, success)
2024-03-13 11:54:51.077 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.http.port|: 50152 (int, success)
2024-03-13 11:54:51.086 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.http.ip.whitelist|: "" (str, success)
2024-03-13 11:54:51.095 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.http.listen|: "0.0.0.0" (str, success)
2024-03-13 11:54:51.095 T:4083    debug <general>: [plugin.video.youtube] send_notification: |check_settings| -> |{"use_httpd": true, "httpd_port": 50152, "whitelist": ["127.0.0.1"], "httpd_address": "0.0.0.0"}|
2024-03-13 11:54:51.096 T:4083    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/api_keys.json|
2024-03-13 11:54:51.096 T:4083    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/api_keys.json|
2024-03-13 11:54:51.097 T:4083    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:54:51.097 T:4083    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:54:51.105 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.api.key|: "AIz...Q4g" (str, success)
2024-03-13 11:54:51.112 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.api.id|: "955...t5jjg" (str, success)
2024-03-13 11:54:51.122 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.api.secret|: "GOC...3By" (str, success)
2024-03-13 11:54:51.123 T:4083    debug <general>: [plugin.video.youtube] User: |0|, Using API key set: |own|
2024-03-13 11:54:51.124 T:1249    debug <general>: [plugin.video.youtube] onNotification: |check_settings| -> |{'use_httpd': True, 'httpd_port': 50152, 'whitelist': ['127.0.0.1'], 'httpd_address': '0.0.0.0'}|
2024-03-13 11:54:51.221 T:4083    debug <general>: [plugin.video.youtube] Starting Kodion framework by bromix...
2024-03-13 11:54:51.222 T:4083     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /special/new_uploaded_videos_tv/
                                                   Params: {'category_label': 'Moje subskrypcje'}
2024-03-13 11:54:51.230 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.setup_wizard|: False (bool, success)
2024-03-13 11:54:51.235 T:4083    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:54:51.236 T:4083    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:54:51.244 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.content.max_per_page|: 50 (int, success)
2024-03-13 11:54:51.254 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.language|: "en" (str, success)
2024-03-13 11:54:51.261 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.region|: "PL" (str, success)
2024-03-13 11:54:51.262 T:4083    debug <general>: [plugin.video.youtube] Selecting YouTube config "All"
2024-03-13 11:54:51.262 T:4083    debug <general>: [plugin.video.youtube] Access token count: |2| Refresh token count: |2|
2024-03-13 11:54:51.270 T:4083    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:54:51.280 T:4083    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:54:51.289 T:4083    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:54:51.289 T:4083    debug <general>: [plugin.video.youtube] User is logged in
2024-03-13 11:54:51.290 T:4083    debug <general>: [plugin.video.youtube] Setting content-type: |episodes| for |/special/new_uploaded_videos_tv/|
2024-03-13 11:54:51.297 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.view.default|: 55 (int, success)
2024-03-13 11:54:51.305 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.view.episodes|: 55 (int, success)
2024-03-13 11:54:51.315 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.view.label.details|: True (bool, success)
2024-03-13 11:54:51.324 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.cache.size|: 20 (int, success)
2024-03-13 11:54:51.353 T:4083    debug <general>: [plugin.video.youtube] API request:
                                                   version: |3|
                                                   method: |GET|
                                                   path: |subscriptions|
                                                   params: |{'order': 'alphabetical', 'maxResults': '50', 'mine': 'true', 'prettyPrint': 'false', 'part': 'snippet'}|
                                                   post_data: |None|
                                                   headers: |{'Host': 'www.googleapis.com', 'Accept-Encoding': 'gzip, deflate', 'DNT': '1', 'Accept-Charset': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'Authorization': '|logged in|', 'User-Agent': 'Mozilla/5.0 (Linux; Android 10; SM-G981B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Mobile Safari/537.36', 'Accept': '*/*', 'Accept-Language': 'en-US,en;q=0.5'}|
2024-03-13 11:54:51.672 T:4083    debug <general>: [plugin.video.youtube] API response: |200|
                                                   headers: |{'Content-Type': 'application/json; charset=UTF-8', 'Vary': 'Origin, X-Origin, Referer', 'Content-Encoding': 'gzip', 'Date': 'Wed, 13 Mar 2024 10:54:51 GMT', 'Server': 'scaffolding on HTTPServer2', 'Cache-Control': 'private', 'X-XSS-Protection': '0', 'X-Frame-Options': 'SAMEORIGIN', 'X-Content-Type-Options': 'nosniff', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000', 'Transfer-Encoding': 'chunked'}|
2024-03-13 11:54:52.088 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.history.local|: True (bool, success)
2024-03-13 11:54:52.095 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.channel.fanart.show|: True (bool, success)
2024-03-13 11:54:52.103 T:4083    debug <general>: [plugin.video.youtube] Found cached data for videos:
                                                   |['-bBSaNsa_bA', '-wpgoBXFHsE', '1Np6ZM9MY54', '4JWb9C0LCTE', '4RAOCRZv55M', '75OlcMocOKI', '80fnlCW3FWE', '81OqDRH0qiQ', '8Yxup7CXS1I', '8cijmgupnU8', 'CuWGr4OlEI4', 'DF5i_WUJ2sw', 'DKquh79jZeo', 'GtBElaBfmJI', 'Ip-u8n5fIHw', 'JioYGJxzKYs', 'K4_gtym3rK0', 'KKQdAgqPD_Y', 'LDxRFtVcOkA', 'Lj-DjjBBMyw', 'LshXSfF9Noc', 'N67AaYJoPNQ', 'N7ZuyZ1RKt8', 'O8goM1YluDw', 'OK_wfDTYFy8', 'Qm5oNM4PUPc', 'QoVUeQevUZI', 'Te2WSpUlSlU', 'Ujn-jQ5m9O4', 'V16hCBcs9aw', 'YIEwNMNaQDo', 'Zf0qbtayCmc', '_RnU2ZVav7w', 'bZuu4ygZ-nk', 'c_g6yGFWtq8', 'd06kRFdJCyo', 'd1-r6xEknVE', 'eZ3y3F4XCrI', 'gRrWceOxNVM', 'ksXowEPW-s8', 'mLZUUyfOk1I', 'qjbRGzrJtqA', 'u7vGB3ypJC8', 'uATzvZVQJkc', 'zEBvc8I955g']|
2024-03-13 11:54:52.122 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.playlist|: "" (str, success)
2024-03-13 11:54:52.129 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.hide_shorts|: False (bool, success)
2024-03-13 11:54:52.138 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.support.alternative_player|: True (bool, success)
2024-03-13 11:54:52.147 T:4083    debug <general>: [plugin.video.youtube] Get |youtube.view.description.details|: True (bool, success)
2024-03-13 11:54:52.154 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.thumbnail.size|: 1 (int, success)
2024-03-13 11:54:52.249 T:4083    debug <general>: [plugin.video.youtube] Found cached data for channels:
                                                   |['UC0XLV1BCXMgHSGki7tZUg5A', 'UCFgktyAQdfcHmIbubYPCnHQ', 'UC_7PqixGIdE-jjoHKMPYpGA']|
2024-03-13 11:54:52.256 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.fanart.show|: True (bool, success)
2024-03-13 11:54:52.256 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=4RAOCRZv55M|
2024-03-13 11:54:52.258 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=DF5i_WUJ2sw|
2024-03-13 11:54:52.259 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=eZ3y3F4XCrI|
2024-03-13 11:54:52.259 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=c_g6yGFWtq8|
2024-03-13 11:54:52.260 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=N7ZuyZ1RKt8|
2024-03-13 11:54:52.261 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=Ip-u8n5fIHw|
2024-03-13 11:54:52.261 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=mLZUUyfOk1I|
2024-03-13 11:54:52.262 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=QoVUeQevUZI|
2024-03-13 11:54:52.262 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=Qm5oNM4PUPc|
2024-03-13 11:54:52.263 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=JioYGJxzKYs|
2024-03-13 11:54:52.263 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=d06kRFdJCyo|
2024-03-13 11:54:52.264 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=75OlcMocOKI|
2024-03-13 11:54:52.264 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=V16hCBcs9aw|
2024-03-13 11:54:52.265 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=d1-r6xEknVE|
2024-03-13 11:54:52.267 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=4JWb9C0LCTE|
2024-03-13 11:54:52.268 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=8cijmgupnU8|
2024-03-13 11:54:52.269 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=Te2WSpUlSlU|
2024-03-13 11:54:52.270 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=81OqDRH0qiQ|
2024-03-13 11:54:52.271 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=qjbRGzrJtqA|
2024-03-13 11:54:52.272 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=bZuu4ygZ-nk|
2024-03-13 11:54:52.272 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=LDxRFtVcOkA|
2024-03-13 11:54:52.273 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=LshXSfF9Noc|
2024-03-13 11:54:52.273 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=DKquh79jZeo|
2024-03-13 11:54:52.274 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=N67AaYJoPNQ|
2024-03-13 11:54:52.274 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=-wpgoBXFHsE|
2024-03-13 11:54:52.275 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=-bBSaNsa_bA|
2024-03-13 11:54:52.275 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=YIEwNMNaQDo|
2024-03-13 11:54:52.276 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=O8goM1YluDw|
2024-03-13 11:54:52.276 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=Zf0qbtayCmc|
2024-03-13 11:54:52.277 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=Lj-DjjBBMyw|
2024-03-13 11:54:52.278 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=OK_wfDTYFy8|
2024-03-13 11:54:52.278 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=80fnlCW3FWE|
2024-03-13 11:54:52.279 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=u7vGB3ypJC8|
2024-03-13 11:54:52.279 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=_RnU2ZVav7w|
2024-03-13 11:54:52.279 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=zEBvc8I955g|
2024-03-13 11:54:52.280 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=CuWGr4OlEI4|
2024-03-13 11:54:52.280 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=GtBElaBfmJI|
2024-03-13 11:54:52.281 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=Ujn-jQ5m9O4|
2024-03-13 11:54:52.282 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=KKQdAgqPD_Y|
2024-03-13 11:54:52.282 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=8Yxup7CXS1I|
2024-03-13 11:54:52.283 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=uATzvZVQJkc|
2024-03-13 11:54:52.284 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=gRrWceOxNVM|
2024-03-13 11:54:52.285 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=K4_gtym3rK0|
2024-03-13 11:54:52.286 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=ksXowEPW-s8|
2024-03-13 11:54:52.286 T:4083    debug <general>: [plugin.video.youtube] Converting VideoItem |plugin://plugin.video.youtube/play/?video_id=1Np6ZM9MY54|
2024-03-13 11:54:52.296 T:4081    debug <general>: Thread waiting 544926528512 terminating
2024-03-13 11:54:52.297 T:1145    debug <general>: ------ Window Deinit (DialogBusy.xml) ------
2024-03-13 11:54:52.298 T:1145    debug <general>: Saving fileitems [plugin://plugin.video.youtube/special/new_uploaded_videos_tv/?category_label=Moje%20subskrypcje]
2024-03-13 11:54:52.300 T:1145    debug <general>:   -- items: 45, sort method: 0, ascending: false
2024-03-13 11:54:52.303 T:4083    debug <general>: [plugin.video.youtube] Get |kodion.view.override|: True (bool, success)
2024-03-13 11:54:52.303 T:4083    debug <general>: [plugin.video.youtube] Override view mode to "55"
2024-03-13 11:54:52.305 T:4083    debug <general>: [plugin.video.youtube] Shutdown of Kodion after |1.085| seconds
2024-03-13 11:54:52.319 T:4083    debug <general>: CPythonInvoker(16, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): script successfully run
2024-03-13 11:54:52.320 T:4088    debug <general>: Thread BackgroundLoader start, auto delete: false
2024-03-13 11:54:52.334 T:4088    debug <general>: Thread BackgroundLoader 545821221888 terminating
2024-03-13 11:54:52.941 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:54:52.964 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10025, action is Down
2024-03-13 11:54:52.968 T:4080    debug <general>: easy_acquire - Created session to https://i.ytimg.com
2024-03-13 11:54:53.264 T:4080    debug <general>: CCurlFile::GetMimeType - <https://i.ytimg.com/vi/4RAOCRZv55M/hqdefault_live.jpg?ct=1710324000.0> -> image/jpeg
2024-03-13 11:54:53.265 T:4080    debug <general>: CurlFile::Open - <https://i.ytimg.com/vi/4RAOCRZv55M/hqdefault_live.jpg?ct=1710324000.0>
2024-03-13 11:54:53.461 T:4080    debug <general>: ffmpeg[0x55babcf720]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.
2024-03-13 11:54:53.464 T:4080    debug <general>: ffmpeg[0x55babcf720]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra.
2024-03-13 11:54:53.464 T:4080    debug <general>: Caching image 'https://i.ytimg.com/vi/4RAOCRZv55M/hqdefault_live.jpg?ct=1710324000.0' to 'd/d41758a1.jpg':
2024-03-13 11:54:53.465 T:4080    debug <general>: cached image 'special://masterprofile/Thumbnails/d/d41758a1.jpg' size 480x360
2024-03-13 11:54:53.545 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:54:53.570 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10025, action is Select
2024-03-13 11:54:53.576 T:1145    debug <general>: OnPlayMedia plugin://plugin.video.youtube/play/?video_id=4RAOCRZv55M
2024-03-13 11:54:53.578 T:1145    debug <general>: CScriptRunner: running add-on script YouTube('plugin://plugin.video.youtube/play/', '5', '?video_id=4RAOCRZv55M')
2024-03-13 11:54:53.578 T:1145    debug <general>: GetLanguageInvoker - Reusing LanguageInvokerThread 16 for script /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py
bartosz-antosik commented 5 months ago

Part two:

2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:35:57.282 T:3299    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:35:57.292 T:3299    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:35:57.302 T:3299    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:35:57.366 T:1145    debug <general>: ------ Window Init (DialogAddonSettings.xml) ------
2024-03-13 11:35:59.421 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:59.451 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:01.197 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:01.227 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:02.773 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:02.798 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:03.517 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:03.520 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:04.373 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:04.395 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:05.229 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:05.235 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:07.293 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:07.324 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:09.265 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:09.270 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:09.977 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:10.000 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:10.549 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:10.582 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:11.209 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:11.234 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:11.857 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:11.886 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:12.093 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:12.118 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:12.489 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:12.504 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:13.205 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:13.240 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:14.005 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:14.013 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:16.065 T:1179    debug <general>: LIRC: - NEW 0000000000ff9966 00 KEY_LEFT argon (KEY_LEFT)
2024-03-13 11:36:16.073 T:1145    debug <general>: HandleKey: 169 (0xa9, obc86) pressed, window 10140, action is Left
2024-03-13 11:36:16.781 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:16.817 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:19.821 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:36:19.826 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10140, action is Right
2024-03-13 11:36:20.905 T:1179    debug <general>: LIRC: - NEW 0000000000ff9966 00 KEY_LEFT argon (KEY_LEFT)
2024-03-13 11:36:20.908 T:1145    debug <general>: HandleKey: 169 (0xa9, obc86) pressed, window 10140, action is Left
2024-03-13 11:36:24.889 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:36:24.896 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10140, action is Right
2024-03-13 11:36:25.809 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:25.811 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:26.285 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:26.313 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:26.465 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:26.468 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:26.536 T:3297    debug <general>: Thread JobWorker 544918074368 terminating (autodelete)
2024-03-13 11:36:26.536 T:3295    debug <general>: Thread JobWorker 544909620224 terminating (autodelete)
2024-03-13 11:36:26.749 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:26.757 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:27.429 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:27.458 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:28.633 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:28.642 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:29.174 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:29.213 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:36:32.161 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:36:32.198 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:36:34.133 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:36:34.162 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:36:35.445 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:36:35.479 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:36:36.441 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:36:36.469 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:36:38.217 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:36:38.247 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:36:39.818 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:36:39.835 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:36:40.761 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:36:40.798 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:36:41.845 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:36:41.854 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:36:43.849 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:36:43.877 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:36:43.878 T:1145    debug <general>: ------ Window Init (DialogSelect.xml) ------
2024-03-13 11:36:43.878 T:1145     info <general>: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
2024-03-13 11:36:46.341 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:46.355 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:46.706 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:46.728 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:47.001 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:47.008 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:47.201 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:47.242 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:48.521 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:48.544 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:49.029 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:49.056 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:49.541 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:49.568 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:50.605 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:36:50.638 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 12000, action is Select
2024-03-13 11:36:52.289 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:36:52.312 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 12000, action is Select
2024-03-13 11:36:53.573 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:53.618 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:54.029 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:54.037 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:54.425 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:54.457 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:54.652 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:54.691 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:54.861 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:54.877 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:55.545 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:55.577 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:56.317 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:56.322 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:56.853 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:36:56.880 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:36:57.941 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:36:57.948 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:36:59.365 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:36:59.390 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:36:59.849 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:36:59.854 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:00.245 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:00.273 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:00.585 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:00.598 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:00.925 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:00.971 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:01.641 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:37:01.670 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 12000, action is Select
2024-03-13 11:37:02.237 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:02.257 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:02.717 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:02.723 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:03.201 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:03.236 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:04.345 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:04.353 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:08.297 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:37:08.311 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:37:09.237 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:37:09.243 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 12000, action is Down
2024-03-13 11:37:10.641 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:10.642 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:11.037 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:11.062 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:11.321 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:11.342 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:11.633 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:11.668 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:11.885 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:11.900 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:12.169 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:12.180 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 12000, action is Up
2024-03-13 11:37:14.169 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:37:14.179 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 12000, action is Right
2024-03-13 11:37:14.737 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:37:14.783 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 12000, action is Right
2024-03-13 11:37:15.481 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:37:15.525 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 12000, action is Select
2024-03-13 11:37:15.809 T:1145    debug <general>: ------ Window Deinit (DialogSelect.xml) ------
2024-03-13 11:37:17.073 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:17.097 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:37:17.529 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:17.561 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:37:17.869 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:17.904 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:37:18.213 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:18.214 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:37:18.441 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:18.448 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:37:19.469 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:37:19.508 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:37:20.181 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:37:20.213 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10140, action is Right
2024-03-13 11:37:20.693 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:37:20.710 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10140, action is Right
2024-03-13 11:37:21.178 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:37:21.206 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10140, action is Right
2024-03-13 11:37:22.205 T:1179    debug <general>: LIRC: - NEW 0000000000ff9966 00 KEY_LEFT argon (KEY_LEFT)
2024-03-13 11:37:22.238 T:1145    debug <general>: HandleKey: 169 (0xa9, obc86) pressed, window 10140, action is Left
2024-03-13 11:37:22.913 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:37:22.944 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:37:23.482 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:37:23.514 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:37:23.751 T:1145    debug <general>: ------ Window Deinit (DialogAddonSettings.xml) ------
2024-03-13 11:37:23.798 T:3299    debug <general>: CPythonInvoker(13, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): script successfully run
2024-03-13 11:37:23.798 T:3299    debug <general>: onExecutionDone(13, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py)
2024-03-13 11:37:23.833 T:3299    debug <general>: .
2024-03-13 11:37:23.963 T:3299     info <general>: Skipped 1 duplicate messages..
2024-03-13 11:37:23.963 T:3299    debug <general>: Python interpreter stopped
2024-03-13 11:37:23.963 T:3299    debug <general>: Thread LanguageInvoker 544926528512 terminating
2024-03-13 11:37:23.973 T:1249    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.isa|: True (bool, success)
2024-03-13 11:37:23.980 T:1249    debug <general>: [plugin.video.youtube] Get |kodion.mpd.videos|: True (bool, success)
2024-03-13 11:37:23.988 T:1249    debug <general>: [plugin.video.youtube] Get |kodion.http.port|: 50152 (int, success)
2024-03-13 11:37:23.992 T:1145    debug <general>: Clearing cached fileitems [plugin://plugin.video.youtube/]
2024-03-13 11:37:23.993 T:1145    debug <general>: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/)
2024-03-13 11:37:23.993 T:1145    debug <general>:   ParentPath = [plugin://plugin.video.youtube/]
2024-03-13 11:37:23.994 T:3839    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:37:23.994 T:3840    debug <general>: Thread waiting start, auto delete: false
2024-03-13 11:37:24.003 T:3839    debug <general>: CAddonDatabase::SetLastUsed[plugin.video.youtube] took 9 ms
2024-03-13 11:37:24.003 T:3841    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:37:24.003 T:3840    debug <general>: CScriptRunner: running add-on script YouTube('plugin://plugin.video.youtube/', '4', '')
2024-03-13 11:37:24.004 T:3842    debug <general>: Thread LanguageInvoker start, auto delete: false
2024-03-13 11:37:24.004 T:3842    debug <general>: initializing python engine.
2024-03-13 11:37:24.004 T:3842    debug <general>: CPythonInvoker(14, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): start processing
2024-03-13 11:37:24.005 T:1249    debug <general>: [plugin.video.youtube] Get |kodion.http.ip.whitelist|: "" (str, success)
2024-03-13 11:37:24.012 T:1249    debug <general>: [plugin.video.youtube] Get |kodion.http.listen|: "0.0.0.0" (str, success)
2024-03-13 11:37:24.013 T:1249    debug <general>: [plugin.video.youtube] onNotification: |check_settings| -> |{'use_httpd': True, 'httpd_port': 50152, 'whitelist': ['127.0.0.1'], 'httpd_address': '0.0.0.0'}|
2024-03-13 11:37:24.039 T:3842    debug <general>: -->Python Interpreter Initialized<--
2024-03-13 11:37:24.039 T:3842    debug <general>: 

2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): the source file to load is "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py"
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14): full python path:
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):   custom python path:
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /home/kodi/.kodi/addons/script.module.certifi/lib
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /home/kodi/.kodi/addons/script.module.chardet/lib
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /home/kodi/.kodi/addons/script.module.idna/lib
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /home/kodi/.kodi/addons/script.module.infotagger/resources/modules
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /home/kodi/.kodi/addons/script.module.inputstreamhelper/lib
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /home/kodi/.kodi/addons/script.module.requests/lib
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /home/kodi/.kodi/addons/script.module.urllib3/lib
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):   default python path:
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /usr/lib/python311.zip
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /usr/lib/python3.11
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /usr/lib/python3.11/lib-dynload
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /usr/local/lib/python3.11/dist-packages
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /usr/lib/python3/dist-packages
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):     /usr/lib/python3.11/dist-packages
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14): adding args:
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):  plugin://plugin.video.youtube/
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):  4
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):  
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14):  resume:false
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:37:24.039 T:3842    debug <general>: CPythonInvoker(14, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:37:24.097 T:1145    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-03-13 11:37:24.592 T:3842    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:37:24.601 T:3842    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:37:24.609 T:3842    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:37:24.670 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.isa|: True (bool, success)
2024-03-13 11:37:24.680 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.mpd.videos|: True (bool, success)
2024-03-13 11:37:24.688 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.http.port|: 50152 (int, success)
2024-03-13 11:37:24.696 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.http.ip.whitelist|: "" (str, success)
2024-03-13 11:37:24.705 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.http.listen|: "0.0.0.0" (str, success)
2024-03-13 11:37:24.706 T:3842    debug <general>: [plugin.video.youtube] send_notification: |check_settings| -> |{"use_httpd": true, "httpd_port": 50152, "whitelist": ["127.0.0.1"], "httpd_address": "0.0.0.0"}|
2024-03-13 11:37:24.707 T:3842    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/api_keys.json|
2024-03-13 11:37:24.708 T:3842    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/api_keys.json|
2024-03-13 11:37:24.708 T:3842    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:37:24.709 T:3842    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:37:24.717 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.api.key|: "AIz...Q4g" (str, success)
2024-03-13 11:37:24.725 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.api.id|: "955...t5jjg" (str, success)
2024-03-13 11:37:24.734 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.api.secret|: "GOC...3By" (str, success)
2024-03-13 11:37:24.736 T:3842    debug <general>: [plugin.video.youtube] User: |0|, Using API key set: |own|
2024-03-13 11:37:24.738 T:1249    debug <general>: [plugin.video.youtube] onNotification: |check_settings| -> |{'use_httpd': True, 'httpd_port': 50152, 'whitelist': ['127.0.0.1'], 'httpd_address': '0.0.0.0'}|
2024-03-13 11:37:24.825 T:3842    debug <general>: [plugin.video.youtube] Starting Kodion framework by bromix...
2024-03-13 11:37:24.825 T:3842     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /
                                                   Params: {}
2024-03-13 11:37:24.844 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.setup_wizard|: False (bool, success)
2024-03-13 11:37:24.845 T:3842    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:37:24.846 T:3842    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:37:24.854 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.content.max_per_page|: 50 (int, success)
2024-03-13 11:37:24.862 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.language|: "en" (str, success)
2024-03-13 11:37:24.871 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.region|: "PL" (str, success)
2024-03-13 11:37:24.899 T:3842    debug <general>: [plugin.video.youtube] Selecting YouTube config "All"
2024-03-13 11:37:24.899 T:3842    debug <general>: [plugin.video.youtube] Access token count: |2| Refresh token count: |2|
2024-03-13 11:37:24.908 T:3842    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:37:24.916 T:3842    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:37:24.925 T:3842    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:37:24.925 T:3842    debug <general>: [plugin.video.youtube] User is logged in
2024-03-13 11:37:24.936 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_subscriptions.show|: True (bool, success)
2024-03-13 11:37:24.944 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_subscriptions_filtered.show|: False (bool, success)
2024-03-13 11:37:24.952 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.playlist|: "" (str, success)
2024-03-13 11:37:24.960 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.history.playlist|: "" (str, success)
2024-03-13 11:37:24.970 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.history.local|: True (bool, success)
2024-03-13 11:37:24.979 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.recommendations.show|: False (bool, success)
2024-03-13 11:37:24.987 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.related.show|: False (bool, success)
2024-03-13 11:37:24.996 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.popular_right_now.show|: False (bool, success)
2024-03-13 11:37:25.005 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.search.show|: True (bool, success)
2024-03-13 11:37:25.013 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.quick_search.show|: False (bool, success)
2024-03-13 11:37:25.022 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.quick_search_incognito.show|: False (bool, success)
2024-03-13 11:37:25.031 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_location.show|: False (bool, success)
2024-03-13 11:37:25.040 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_channel.show|: False (bool, success)
2024-03-13 11:37:25.047 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.show|: False (bool, success)
2024-03-13 11:37:25.056 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.liked_videos.show|: False (bool, success)
2024-03-13 11:37:25.066 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.disliked_videos.show|: False (bool, success)
2024-03-13 11:37:25.074 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.history.show|: False (bool, success)
2024-03-13 11:37:25.082 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.playlists.show|: False (bool, success)
2024-03-13 11:37:25.090 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.subscriptions.show|: True (bool, success)
2024-03-13 11:37:25.100 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.browse_channels.show|: False (bool, success)
2024-03-13 11:37:25.109 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.completed.live.show|: False (bool, success)
2024-03-13 11:37:25.117 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.upcoming.live.show|: False (bool, success)
2024-03-13 11:37:25.126 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.live.show|: False (bool, success)
2024-03-13 11:37:25.135 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.switch.user.show|: False (bool, success)
2024-03-13 11:37:25.143 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.sign.out.show|: True (bool, success)
2024-03-13 11:37:25.151 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.folder.settings.show|: True (bool, success)
2024-03-13 11:37:25.161 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.fanart.show|: True (bool, success)
2024-03-13 11:37:25.162 T:3842    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/special/new_uploaded_videos_tv/?category_label=Moje+subskrypcje|
2024-03-13 11:37:25.162 T:3842    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/kodion/search/list/?category_label=Szukaj|
2024-03-13 11:37:25.163 T:3842    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/subscriptions/list/?category_label=Subskrypcje|
2024-03-13 11:37:25.163 T:3842    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/sign/out/?category_label=Wyloguj|
2024-03-13 11:37:25.163 T:3842    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia|
2024-03-13 11:37:25.163 T:3840    debug <general>: Thread waiting 544918074368 terminating
2024-03-13 11:37:25.171 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.view.override|: True (bool, success)
2024-03-13 11:37:25.179 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.view.default|: 55 (int, success)
2024-03-13 11:37:25.179 T:3842    debug <general>: [plugin.video.youtube] Override view mode to "55"
2024-03-13 11:37:25.179 T:3842    debug <general>: [plugin.video.youtube] Shutdown of Kodion after |0.3549| seconds
2024-03-13 11:37:25.179 T:3842    debug <general>: CPythonInvoker(14, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): script successfully run
2024-03-13 11:37:25.187 T:1145    debug <general>: ------ Window Deinit (DialogBusy.xml) ------
2024-03-13 11:37:25.187 T:1145    debug <general>: Saving fileitems [plugin://plugin.video.youtube/]
2024-03-13 11:37:25.188 T:1145    debug <general>:   -- items: 5, sort method: 0, ascending: false
2024-03-13 11:37:25.191 T:3843    debug <general>: Thread BackgroundLoader start, auto delete: false
2024-03-13 11:37:25.198 T:3843    debug <general>: Thread BackgroundLoader 545821221888 terminating
2024-03-13 11:37:40.890 T:1259    debug <general>: JSONRPC Server: New connection detected
2024-03-13 11:37:40.890 T:1259     info <general>: JSONRPC Server: New connection added
2024-03-13 11:37:40.912 T:1145    debug <general>: CScriptRunner: running add-on script YouTube('plugin://plugin.video.youtube/play/', '4', '?video_id=b7l9u3H8H8A&incognito=false')
2024-03-13 11:37:40.912 T:1145    debug <general>: GetLanguageInvoker - Reusing LanguageInvokerThread 14 for script /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py
2024-03-13 11:37:40.912 T:3842    debug <general>: initializing python engine.
2024-03-13 11:37:40.913 T:3842    debug <general>: CPythonInvoker(14, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): start processing
2024-03-13 11:37:40.913 T:3842    debug <general>: CPythonInvoker(14): adding args:
2024-03-13 11:37:40.913 T:3842    debug <general>: CPythonInvoker(14):  plugin://plugin.video.youtube/play/
2024-03-13 11:37:40.913 T:3842    debug <general>: CPythonInvoker(14):  4
2024-03-13 11:37:40.913 T:3842    debug <general>: CPythonInvoker(14):  ?video_id=b7l9u3H8H8A&incognito=false
2024-03-13 11:37:40.913 T:3842    debug <general>: CPythonInvoker(14):  resume:false
2024-03-13 11:37:40.913 T:3842    debug <general>: CPythonInvoker(14, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:37:40.913 T:3842    debug <general>: CPythonInvoker(14, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:37:40.915 T:3842    debug <general>: [plugin.video.youtube] Starting Kodion framework by bromix...
2024-03-13 11:37:40.915 T:3842     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /play/
                                                   Params: {'video_id': 'b7l9u3H8H8A', 'incognito': False}
2024-03-13 11:37:40.922 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.setup_wizard|: False (bool, success)
2024-03-13 11:37:40.928 T:3842    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:37:40.928 T:3842    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:37:40.933 T:3846    debug <general>: Thread ScriptObs start, auto delete: false
2024-03-13 11:37:40.936 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.content.max_per_page|: 50 (int, success)
2024-03-13 11:37:40.943 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.language|: "en" (str, success)
2024-03-13 11:37:40.951 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.region|: "PL" (str, success)
2024-03-13 11:37:40.951 T:3842    debug <general>: [plugin.video.youtube] Selecting YouTube config "All"
2024-03-13 11:37:40.951 T:3842    debug <general>: [plugin.video.youtube] Access token count: |2| Refresh token count: |2|
2024-03-13 11:37:40.958 T:3842    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:37:40.966 T:3842    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:37:40.974 T:3842    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:37:40.974 T:3842    debug <general>: [plugin.video.youtube] User is logged in
2024-03-13 11:37:40.982 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.cache.size|: 20 (int, success)
2024-03-13 11:37:40.989 T:3842    debug <general>: [plugin.video.youtube] Get |youtube.client.selection|: 0 (int, success)
2024-03-13 11:37:41.133 T:1145    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-03-13 11:37:41.276 T:3842    error <general>: [plugin.video.youtube] Request failed
                                                   Status: 400 - Bad Request
                                                   Stack trace (most recent call last):
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py", line 17, in <module>
                                                       plugin_runner.run(youtube.Provider())
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/plugin_runner.py", line 60, in run
                                                       __PLUGIN__.run(provider, context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/plugin/xbmc/xbmc_plugin.py", line 63, in run
                                                       results = provider.navigate(context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 113, in navigate
                                                       result = method(context, re_match)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 290, in wrapper
                                                       return func(*args, **kwargs)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/provider.py", line 656, in on_play
                                                       return yt_play.play_video(self, context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/yt_play.py", line 48, in play_video
                                                       video_streams = client.get_video_streams(context, video_id)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 213, in get_video_streams
                                                       video_streams = video_info.load_stream_infos(video_id)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 656, in load_stream_infos
                                                       return self._get_video_info()
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 1029, in _get_video_info
                                                       result = self.request(
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/network/requests.py", line 118, in request
                                                       stack_trace = format_stack()

2024-03-13 11:37:41.361 T:3842    debug <general>: [plugin.video.youtube] Retrieved video info for video_id: b7l9u3H8H8A, using android_youtube_tv client (logged in)
2024-03-13 11:37:41.497 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.history.remote|: False (bool, success)
2024-03-13 11:37:41.504 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.isa|: True (bool, success)
2024-03-13 11:37:41.512 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.http.port|: 50152 (int, success)
2024-03-13 11:37:41.520 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.http.listen|: "0.0.0.0" (str, success)
2024-03-13 11:37:41.533 T:1301    debug <general>: [plugin.video.youtube] Get |youtube.api.config.page|: True (bool, success)
2024-03-13 11:37:41.543 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.mpd.videos|: True (bool, success)
2024-03-13 11:37:41.551 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.mpd.quality.selection|: 4 (int, success)
2024-03-13 11:37:41.559 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.mpd.stream.features|: "['avc1', 'vp9', 'av01', 'hdr', 'hfr', 'vorbis', 'opus', 'mp4a', 'ssa', 'ac-3', 'ec-3', 'dts', 'filter']" (str list, success)
2024-03-13 11:37:41.566 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.mpd.stream.select|: 1 (int, success)
2024-03-13 11:37:41.613 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.ask|: False (bool, success)
2024-03-13 11:37:41.621 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.video.quality|: 4 (int, success)
2024-03-13 11:37:41.628 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.audio_only|: False (bool, success)
2024-03-13 11:37:41.636 T:3842    debug <general>: [plugin.video.youtube] Get |kodion.live_stream.selection.1|: 2 (int, success)
2024-03-13 11:37:41.637 T:3842    debug <general>: [plugin.video.youtube] selectable streams: 8
2024-03-13 11:37:41.639 T:3842    debug <general>: [plugin.video.youtube] selectable streams: 
                                                   {'url': 'http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=com.google.android.apps.youtube.unplugged/6.36%20%28Linux%3B%20U%3B%20Android%2010%3B%20US%29%20gzip&X-YouTube-Client-Name=29&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&X-YouTube-Client-Version=6.36&Referer=https%3A//www.youtube.com/watch%3Fv%3Db7l9u3H8H8A&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'license_info': {'url': None, 'proxy': None, 'token': None}, 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mpd', 'sort': [-1080, -1], 'title': '[B]1080p (FHD)[/B] (mpd; avc1 / mp4a@132)', 'dash/audio': True, 'dash/video': True, 'audio': {'bitrate': 132, 'encoding': 'mp4a'}, 'video': {'height': 1080, 'encoding': 'avc1'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347861&ei=9YHxZYL1EvvA6dsP9auyGA&ip=xxx.xxx.xxx.xxx&id=o-ANooJlRvsZ0nYT5lZiH5S9gk9pi6oJcLaGiezZyD4n1I&itag=22&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7lnl7&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=video%2Fmp4&cnr=14&ratebypass=yes&dur=2257.560&lmt=1710164609625905&mt=1710325522&fvip=3&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Ccnr%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRgIhAKXPcdY__wS9Vtw6OFdocIcY_KxgPIei3fplHhGp8E7lAiEAvzqv48ZOKtDItz-nyDFxW82fExQVE5HnmXwerz12SSY%3D&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgRwdZcz3nVjzd8WqMhBeSCXsxQIuzkMMiz79A1Drww8cCIQDVxSnQ5bjTdyHLSqfKx-xDIySnHZGygRs58bEBSRIZDA%3D%3D&range=0-', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mp4', 'title': '[B]720p[/B] (mp4; h.264 / aac@192)', 'sort': [-720, 0], 'video': {'height': 720, 'encoding': 'h.264'}, 'audio': {'bitrate': 192, 'encoding': 'aac'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347861&ei=9YHxZYL1EvvA6dsP9auyGA&ip=xxx.xxx.xxx.xxx&id=o-ANooJlRvsZ0nYT5lZiH5S9gk9pi6oJcLaGiezZyD4n1I&itag=18&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7lnl7&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=video%2Fmp4&gir=yes&clen=91655241&ratebypass=yes&dur=2257.560&lmt=1710164537430609&mt=1710325522&fvip=3&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3309224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRAIgTMUuNmTX7dPt58rkOvi_cjqSvDjiFv29BNhKHGO2sf0CIA5tpkrwxKk3zsO-3xYUh-nhpB3cv6OxTOeQ3dg0FQJk&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgRwdZcz3nVjzd8WqMhBeSCXsxQIuzkMMiz79A1Drww8cCIQDVxSnQ5bjTdyHLSqfKx-xDIySnHZGygRs58bEBSRIZDA%3D%3D&range=0-91655241', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mp4', 'title': '[B]360p[/B] (mp4; h.264 / aac@96)', 'sort': [-360, 0], 'video': {'height': 360, 'encoding': 'h.264'}, 'audio': {'bitrate': 96, 'encoding': 'aac'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347861&ei=9YHxZYL1EvvA6dsP9auyGA&ip=xxx.xxx.xxx.xxx&id=o-ANooJlRvsZ0nYT5lZiH5S9gk9pi6oJcLaGiezZyD4n1I&itag=251&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7lnl7&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=audio%2Fwebm&gir=yes&clen=27770107&ratebypass=yes&dur=2257.541&lmt=1710164918506026&mt=1710325522&fvip=3&keepalive=yes&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRQIgRKDsvJ5qKzbvR5udT9ALVlpA_VCMYUNcQ5-zFUVudfkCIQDKyOOeW93ffZczTyrf5rwKS85qYIDsO6SZnRBSYT0g2A%3D%3D&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgRwdZcz3nVjzd8WqMhBeSCXsxQIuzkMMiz79A1Drww8cCIQDVxSnQ5bjTdyHLSqfKx-xDIySnHZGygRs58bEBSRIZDA%3D%3D&range=0-27770107', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'webm', 'sort': [0, -160], 'title': '[B]opus@160[/B] (webm; opus@160)', 'dash/audio': True, 'audio': {'bitrate': 160, 'encoding': 'opus'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347861&ei=9YHxZYL1EvvA6dsP9auyGA&ip=xxx.xxx.xxx.xxx&id=o-ANooJlRvsZ0nYT5lZiH5S9gk9pi6oJcLaGiezZyD4n1I&itag=140&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7lnl7&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=audio%2Fmp4&gir=yes&clen=36536857&ratebypass=yes&dur=2257.559&lmt=1710164598319953&mt=1710325522&fvip=3&keepalive=yes&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRQIhAO_d85KHIwB6tB42yV4Hg-mKPYBqsL4fxlJ1EdSR1rqeAiB4Fj02hdXFpjUTuAcPwbn3vHr9m4tR2o5jVLbeBnJAgg%3D%3D&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgRwdZcz3nVjzd8WqMhBeSCXsxQIuzkMMiz79A1Drww8cCIQDVxSnQ5bjTdyHLSqfKx-xDIySnHZGygRs58bEBSRIZDA%3D%3D&range=0-36536857', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mp4', 'sort': [0, -115.2], 'title': '[B]aac-lc@128[/B] (mp4; aac@128)', 'dash/audio': True, 'audio': {'bitrate': 128, 'encoding': 'aac'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347861&ei=9YHxZYL1EvvA6dsP9auyGA&ip=xxx.xxx.xxx.xxx&id=o-ANooJlRvsZ0nYT5lZiH5S9gk9pi6oJcLaGiezZyD4n1I&itag=250&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7lnl7&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=audio%2Fwebm&gir=yes&clen=15362758&ratebypass=yes&dur=2257.541&lmt=1710164918359966&mt=1710325522&fvip=3&keepalive=yes&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRAIgZdh0rQeB3yOFeYStEyx0eMfVsdqkYyaomguuA8VuYVoCIGYUXkyLY4P4zLV1Rt5efcMy9uGPD08wP0HNzyeRmbwy&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgRwdZcz3nVjzd8WqMhBeSCXsxQIuzkMMiz79A1Drww8cCIQDVxSnQ5bjTdyHLSqfKx-xDIySnHZGygRs58bEBSRIZDA%3D%3D&range=0-15362758', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'webm', 'sort': [0, -70], 'title': '[B]opus@70[/B] (webm; opus@70)', 'dash/audio': True, 'audio': {'bitrate': 70, 'encoding': 'opus'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347861&ei=9YHxZYL1EvvA6dsP9auyGA&ip=xxx.xxx.xxx.xxx&id=o-ANooJlRvsZ0nYT5lZiH5S9gk9pi6oJcLaGiezZyD4n1I&itag=249&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7lnl7&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=audio%2Fwebm&gir=yes&clen=14138006&ratebypass=yes&dur=2257.541&lmt=1710164918403777&mt=1710325522&fvip=3&keepalive=yes&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRAIgPjmGjHieqUP_inaxk1MhPrby4Vwd47WPqWfs80A_ylgCIBd-Z4OOzW_GmGKPfL8ZIoyqPH1o9qWYqhr1PezjzjEi&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgRwdZcz3nVjzd8WqMhBeSCXsxQIuzkMMiz79A1Drww8cCIQDVxSnQ5bjTdyHLSqfKx-xDIySnHZGygRs58bEBSRIZDA%3D%3D&range=0-14138006', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'webm', 'sort': [0, -50], 'title': '[B]opus@50[/B] (webm; opus@50)', 'dash/audio': True, 'audio': {'bitrate': 50, 'encoding': 'opus'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347861&ei=9YHxZYL1EvvA6dsP9auyGA&ip=xxx.xxx.xxx.xxx&id=o-ANooJlRvsZ0nYT5lZiH5S9gk9pi6oJcLaGiezZyD4n1I&itag=139&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7lnl7&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=audio%2Fmp4&gir=yes&clen=13767239&ratebypass=yes&dur=2257.629&lmt=1710164598323671&mt=1710325522&fvip=3&keepalive=yes&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswQwIfQvDI8RAti5LcR7iotGkTKyLVhfyb_u5qs7wfCe_WXQIgSC7Wu03wuw-DGPiWGte8JjC8pR9DJe6GcTPW-RjlcHM%3D&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgRwdZcz3nVjzd8WqMhBeSCXsxQIuzkMMiz79A1Drww8cCIQDVxSnQ5bjTdyHLSqfKx-xDIySnHZGygRs58bEBSRIZDA%3D%3D&range=0-13767239', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mp4', 'sort': [0, -43.2], 'title': '[B]he-aac@48[/B] (mp4; aac@48)', 'dash/audio': True, 'audio': {'bitrate': 48, 'encoding': 'aac'}}
bartosz-antosik commented 5 months ago

Part three:

2024-03-13 11:34:48.835 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.fanart.show|: True (bool, success)
2024-03-13 11:34:48.835 T:2777    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/special/new_uploaded_videos_tv/?category_label=Moje+subskrypcje|
2024-03-13 11:34:48.836 T:2777    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/kodion/search/list/?category_label=Szukaj|
2024-03-13 11:34:48.837 T:2777    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/subscriptions/list/?category_label=Subskrypcje|
2024-03-13 11:34:48.837 T:2777    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/sign/out/?category_label=Wyloguj|
2024-03-13 11:34:48.837 T:2777    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia|
2024-03-13 11:34:48.837 T:2891    debug <general>: Thread waiting 544926528512 terminating
2024-03-13 11:34:48.839 T:1145    debug <general>: ------ Window Deinit (DialogBusy.xml) ------
2024-03-13 11:34:48.843 T:2892    debug <general>: Thread BackgroundLoader start, auto delete: false
2024-03-13 11:34:48.846 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.view.override|: True (bool, success)
2024-03-13 11:34:48.852 T:2892    debug <general>: Thread BackgroundLoader 545821221888 terminating
2024-03-13 11:34:48.856 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.view.default|: 55 (int, success)
2024-03-13 11:34:48.856 T:2777    debug <general>: [plugin.video.youtube] Override view mode to "55"
2024-03-13 11:34:48.856 T:2777    debug <general>: [plugin.video.youtube] Shutdown of Kodion after |0.3252| seconds
2024-03-13 11:34:48.857 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): script successfully run
2024-03-13 11:34:49.469 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:34:49.474 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10025, action is Down
2024-03-13 11:34:50.373 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:34:50.399 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10025, action is Up
2024-03-13 11:34:50.941 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:34:50.980 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10025, action is Select
2024-03-13 11:34:50.980 T:1145    debug <general>: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia)
2024-03-13 11:34:50.980 T:1145    debug <general>:   ParentPath = [plugin://plugin.video.youtube/]
2024-03-13 11:34:50.981 T:2912    debug <general>: Thread waiting start, auto delete: false
2024-03-13 11:34:50.988 T:2860    debug <general>: CAddonDatabase::SetLastUsed[plugin.video.youtube] took 7 ms
2024-03-13 11:34:50.988 T:2912    debug <general>: CScriptRunner: running add-on script YouTube('plugin://plugin.video.youtube/config/youtube/', '2', '?category_label=Ustawienia')
2024-03-13 11:34:50.988 T:2912    debug <general>: GetLanguageInvoker - Reusing LanguageInvokerThread 9 for script /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py
2024-03-13 11:34:50.988 T:2777    debug <general>: initializing python engine.
2024-03-13 11:34:50.988 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): start processing
2024-03-13 11:34:50.988 T:2777    debug <general>: CPythonInvoker(9): adding args:
2024-03-13 11:34:50.988 T:2777    debug <general>: CPythonInvoker(9):  plugin://plugin.video.youtube/config/youtube/
2024-03-13 11:34:50.988 T:2777    debug <general>: CPythonInvoker(9):  2
2024-03-13 11:34:50.988 T:2777    debug <general>: CPythonInvoker(9):  ?category_label=Ustawienia
2024-03-13 11:34:50.988 T:2777    debug <general>: CPythonInvoker(9):  resume:false
2024-03-13 11:34:50.988 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:34:50.988 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:34:50.990 T:2777    debug <general>: [plugin.video.youtube] Starting Kodion framework by bromix...
2024-03-13 11:34:50.990 T:2777     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /config/youtube/
                                                   Params: {'category_label': 'Ustawienia'}
2024-03-13 11:34:50.997 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.setup_wizard|: False (bool, success)
2024-03-13 11:34:51.004 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.fanart.show|: True (bool, success)
2024-03-13 11:34:51.005 T:2777    debug <general>: [plugin.video.youtube] Running script: |plugin.video.youtube,config/youtube|
2024-03-13 11:34:51.005 T:2777    debug <general>: [plugin.video.youtube] Shutdown of Kodion after |0.01569| seconds
2024-03-13 11:34:51.005 T:2912    error <general>: GetDirectory - Error getting plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia
2024-03-13 11:34:51.005 T:2912    debug <general>: Thread waiting 544926528512 terminating
2024-03-13 11:34:51.005 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): script successfully run
2024-03-13 11:34:51.006 T:1145    error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia) failed
2024-03-13 11:34:51.006 T:1145    debug <general>: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/)
2024-03-13 11:34:51.006 T:1145    debug <general>:   ParentPath = [plugin://]
2024-03-13 11:34:51.006 T:2913    debug <general>: Thread waiting start, auto delete: false
2024-03-13 11:34:51.012 T:2858    debug <general>: CAddonDatabase::SetLastUsed[plugin.video.youtube] took 5 ms
2024-03-13 11:34:51.012 T:2913    debug <general>: CScriptRunner: running add-on script YouTube('plugin://plugin.video.youtube/', '2', '')
2024-03-13 11:34:51.012 T:2913    debug <general>: GetLanguageInvoker - Reusing LanguageInvokerThread 9 for script /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py
2024-03-13 11:34:51.012 T:2777    debug <general>: initializing python engine.
2024-03-13 11:34:51.012 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): start processing
2024-03-13 11:34:51.012 T:2777    debug <general>: CPythonInvoker(9): adding args:
2024-03-13 11:34:51.012 T:2777    debug <general>: CPythonInvoker(9):  plugin://plugin.video.youtube/
2024-03-13 11:34:51.012 T:2777    debug <general>: CPythonInvoker(9):  2
2024-03-13 11:34:51.012 T:2777    debug <general>: CPythonInvoker(9):  
2024-03-13 11:34:51.012 T:2777    debug <general>: CPythonInvoker(9):  resume:false
2024-03-13 11:34:51.012 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:34:51.012 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:34:51.014 T:2777    debug <general>: [plugin.video.youtube] Starting Kodion framework by bromix...
2024-03-13 11:34:51.014 T:2777     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /
                                                   Params: {}
2024-03-13 11:34:51.021 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.setup_wizard|: False (bool, success)
2024-03-13 11:34:51.021 T:2777    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:34:51.022 T:2777    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:34:51.029 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.content.max_per_page|: 50 (int, success)
2024-03-13 11:34:51.036 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.language|: "en" (str, success)
2024-03-13 11:34:51.043 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.region|: "PL" (str, success)
2024-03-13 11:34:51.044 T:2777    debug <general>: [plugin.video.youtube] Selecting YouTube config "All"
2024-03-13 11:34:51.044 T:2777    debug <general>: [plugin.video.youtube] Access token count: |2| Refresh token count: |2|
2024-03-13 11:34:51.051 T:2777    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:34:51.058 T:2777    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:34:51.065 T:2777    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:34:51.065 T:2777    debug <general>: [plugin.video.youtube] User is logged in
2024-03-13 11:34:51.072 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_subscriptions.show|: True (bool, success)
2024-03-13 11:34:51.080 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_subscriptions_filtered.show|: False (bool, success)
2024-03-13 11:34:51.087 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.playlist|: "" (str, success)
2024-03-13 11:34:51.094 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.history.playlist|: "" (str, success)
2024-03-13 11:34:51.102 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.history.local|: True (bool, success)
2024-03-13 11:34:51.109 T:1145    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-03-13 11:34:51.109 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.recommendations.show|: False (bool, success)
2024-03-13 11:34:51.111 T:2914    debug <general>: Thread LanguageInvoker start, auto delete: false
2024-03-13 11:34:51.111 T:2914    debug <general>: initializing python engine.
2024-03-13 11:34:51.111 T:2914    debug <general>: CPythonInvoker(10, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): start processing
2024-03-13 11:34:51.117 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.related.show|: False (bool, success)
2024-03-13 11:34:51.126 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.popular_right_now.show|: False (bool, success)
2024-03-13 11:34:51.134 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.search.show|: True (bool, success)
2024-03-13 11:34:51.143 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.quick_search.show|: False (bool, success)
2024-03-13 11:34:51.151 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.quick_search_incognito.show|: False (bool, success)
2024-03-13 11:34:51.159 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_location.show|: False (bool, success)
2024-03-13 11:34:51.166 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_channel.show|: False (bool, success)
2024-03-13 11:34:51.176 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.show|: False (bool, success)
2024-03-13 11:34:51.183 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.liked_videos.show|: False (bool, success)
2024-03-13 11:34:51.192 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.disliked_videos.show|: False (bool, success)
2024-03-13 11:34:51.199 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.history.show|: False (bool, success)
2024-03-13 11:34:51.209 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.playlists.show|: False (bool, success)
2024-03-13 11:34:51.217 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.subscriptions.show|: True (bool, success)
2024-03-13 11:34:51.225 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.browse_channels.show|: False (bool, success)
2024-03-13 11:34:51.233 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.completed.live.show|: False (bool, success)
2024-03-13 11:34:51.242 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.upcoming.live.show|: False (bool, success)
2024-03-13 11:34:51.250 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.live.show|: False (bool, success)
2024-03-13 11:34:51.259 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.switch.user.show|: False (bool, success)
2024-03-13 11:34:51.267 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.sign.out.show|: True (bool, success)
2024-03-13 11:34:51.277 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.settings.show|: True (bool, success)
2024-03-13 11:34:51.284 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.fanart.show|: True (bool, success)
2024-03-13 11:34:51.285 T:2777    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/special/new_uploaded_videos_tv/?category_label=Moje+subskrypcje|
2024-03-13 11:34:51.294 T:2777    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/kodion/search/list/?category_label=Szukaj|
2024-03-13 11:34:51.294 T:2777    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/subscriptions/list/?category_label=Subskrypcje|
2024-03-13 11:34:51.294 T:2777    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/sign/out/?category_label=Wyloguj|
2024-03-13 11:34:51.294 T:2777    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia|
2024-03-13 11:34:51.295 T:2913    debug <general>: Thread waiting 544926528512 terminating
2024-03-13 11:34:51.297 T:1145    debug <general>: ------ Window Deinit (DialogBusy.xml) ------
2024-03-13 11:34:51.301 T:2915    debug <general>: Thread BackgroundLoader start, auto delete: false
2024-03-13 11:34:51.303 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.view.override|: True (bool, success)
2024-03-13 11:34:51.309 T:2915    debug <general>: Thread BackgroundLoader 545821221888 terminating
2024-03-13 11:34:51.313 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.view.default|: 55 (int, success)
2024-03-13 11:34:51.313 T:2777    debug <general>: [plugin.video.youtube] Override view mode to "55"
2024-03-13 11:34:51.313 T:2777    debug <general>: [plugin.video.youtube] Shutdown of Kodion after |0.2997| seconds
2024-03-13 11:34:51.313 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): script successfully run
2024-03-13 11:34:51.313 T:2777    debug <general>: onExecutionDone(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py)
2024-03-13 11:34:51.360 T:2777    debug <general>: .
2024-03-13 11:34:51.521 T:2777     info <general>: Skipped 1 duplicate messages..
2024-03-13 11:34:51.521 T:2777    debug <general>: Python interpreter stopped
2024-03-13 11:34:51.521 T:2777     info <general>: Skipped 3 duplicate messages..
2024-03-13 11:34:51.521 T:2777    debug <general>: Thread LanguageInvoker 544918074368 terminating
2024-03-13 11:34:51.541 T:2914    debug <general>: -->Python Interpreter Initialized<--
2024-03-13 11:34:51.541 T:2914    debug <general>: 

2024-03-13 11:34:51.541 T:2914    debug <general>: CPythonInvoker(10, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): the source file to load is "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py"
2024-03-13 11:34:51.541 T:2914    debug <general>: CPythonInvoker(10): full python path:
2024-03-13 11:34:51.541 T:2914    debug <general>: CPythonInvoker(10):   custom python path:
2024-03-13 11:34:51.541 T:2914    debug <general>: CPythonInvoker(10):     /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:34:51.541 T:2914    debug <general>: CPythonInvoker(10):     /home/kodi/.kodi/addons/script.module.certifi/lib
2024-03-13 11:34:51.541 T:2914    debug <general>: CPythonInvoker(10):     /home/kodi/.kodi/addons/script.module.chardet/lib
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /home/kodi/.kodi/addons/script.module.idna/lib
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /home/kodi/.kodi/addons/script.module.infotagger/resources/modules
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /home/kodi/.kodi/addons/script.module.inputstreamhelper/lib
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /home/kodi/.kodi/addons/script.module.requests/lib
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /home/kodi/.kodi/addons/script.module.urllib3/lib
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):   default python path:
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /usr/lib/python311.zip
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /usr/lib/python3.11
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /usr/lib/python3.11/lib-dynload
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /usr/local/lib/python3.11/dist-packages
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /usr/lib/python3/dist-packages
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):     /usr/lib/python3.11/dist-packages
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10): adding args:
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):  script.py
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10):  config/youtube
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:34:51.542 T:2914    debug <general>: CPythonInvoker(10, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:34:52.104 T:2914    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:34:52.113 T:2914    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:34:52.121 T:2914    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:34:52.196 T:1145    debug <general>: ------ Window Init (DialogAddonSettings.xml) ------
2024-03-13 11:34:54.269 T:1179    debug <general>: LIRC: - NEW 0000000000ff9966 00 KEY_LEFT argon (KEY_LEFT)
2024-03-13 11:34:54.290 T:1145    debug <general>: HandleKey: 169 (0xa9, obc86) pressed, window 10140, action is Left
2024-03-13 11:34:56.017 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:34:56.033 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:34:59.521 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:34:59.524 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:00.181 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:00.210 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:00.777 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:00.820 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:01.234 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:01.275 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:01.801 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:01.821 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:02.949 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:02.968 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:04.529 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:04.545 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:05.861 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:35:05.864 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:35:06.321 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:35:06.325 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:35:06.657 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:35:06.661 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:35:07.025 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:35:07.032 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:35:07.229 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:35:07.236 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:35:07.569 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:35:07.605 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:35:07.773 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:35:07.795 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:35:08.489 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:35:08.491 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10140, action is Up
2024-03-13 11:35:09.261 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:09.300 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:10.121 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:35:10.139 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10140, action is Right
2024-03-13 11:35:10.773 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:10.795 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:12.349 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:35:12.354 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:35:12.374 T:3045    debug <general>: Thread LanguageInvoker start, auto delete: false
2024-03-13 11:35:12.374 T:3045    debug <general>: initializing python engine.
2024-03-13 11:35:12.375 T:3045    debug <general>: CPythonInvoker(11, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): start processing
2024-03-13 11:35:12.436 T:3045    debug <general>: -->Python Interpreter Initialized<--
2024-03-13 11:35:12.436 T:3045    debug <general>: 

2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): the source file to load is "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py"
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11): full python path:
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):   custom python path:
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /home/kodi/.kodi/addons/script.module.certifi/lib
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /home/kodi/.kodi/addons/script.module.chardet/lib
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /home/kodi/.kodi/addons/script.module.idna/lib
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /home/kodi/.kodi/addons/script.module.infotagger/resources/modules
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /home/kodi/.kodi/addons/script.module.inputstreamhelper/lib
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /home/kodi/.kodi/addons/script.module.requests/lib
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /home/kodi/.kodi/addons/script.module.urllib3/lib
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):   default python path:
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /usr/lib/python311.zip
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /usr/lib/python3.11
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /usr/lib/python3.11/lib-dynload
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /usr/local/lib/python3.11/dist-packages
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /usr/lib/python3/dist-packages
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):     /usr/lib/python3.11/dist-packages
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11): adding args:
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):  script.py
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11):  config/isa
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:35:12.436 T:3045    debug <general>: CPythonInvoker(11, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:35:12.447 T:1249    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.isa|: True (bool, success)
2024-03-13 11:35:12.456 T:1249    debug <general>: [plugin.video.youtube] Get |kodion.mpd.videos|: True (bool, success)
2024-03-13 11:35:12.458 T:1145    debug <general>: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/)
2024-03-13 11:35:12.458 T:1145    debug <general>:   ParentPath = [plugin://plugin.video.youtube/]
2024-03-13 11:35:12.459 T:3046    debug <general>: Thread waiting start, auto delete: false
2024-03-13 11:35:12.469 T:2858    debug <general>: CAddonDatabase::SetLastUsed[plugin.video.youtube] took 10 ms
2024-03-13 11:35:12.469 T:3046    debug <general>: CScriptRunner: running add-on script YouTube('plugin://plugin.video.youtube/', '3', '')
2024-03-13 11:35:12.470 T:3047    debug <general>: Thread LanguageInvoker start, auto delete: false
2024-03-13 11:35:12.470 T:3047    debug <general>: initializing python engine.
2024-03-13 11:35:12.470 T:3047    debug <general>: CPythonInvoker(12, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): start processing
2024-03-13 11:35:12.470 T:1249    debug <general>: [plugin.video.youtube] Get |kodion.http.port|: 50152 (int, success)
2024-03-13 11:35:12.478 T:1249    debug <general>: [plugin.video.youtube] Get |kodion.http.ip.whitelist|: "" (str, success)
2024-03-13 11:35:12.485 T:1249    debug <general>: [plugin.video.youtube] Get |kodion.http.listen|: "0.0.0.0" (str, success)
2024-03-13 11:35:12.486 T:1249    debug <general>: [plugin.video.youtube] onNotification: |check_settings| -> |{'use_httpd': True, 'httpd_port': 50152, 'whitelist': ['127.0.0.1'], 'httpd_address': '0.0.0.0'}|
2024-03-13 11:35:12.527 T:3047    debug <general>: -->Python Interpreter Initialized<--
2024-03-13 11:35:12.527 T:3047    debug <general>: 

2024-03-13 11:35:12.527 T:3047    debug <general>: CPythonInvoker(12, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): the source file to load is "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py"
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12): full python path:
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):   custom python path:
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /home/kodi/.kodi/addons/script.module.certifi/lib
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /home/kodi/.kodi/addons/script.module.chardet/lib
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /home/kodi/.kodi/addons/script.module.idna/lib
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /home/kodi/.kodi/addons/script.module.infotagger/resources/modules
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /home/kodi/.kodi/addons/script.module.inputstreamhelper/lib
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /home/kodi/.kodi/addons/script.module.requests/lib
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /home/kodi/.kodi/addons/script.module.urllib3/lib
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):   default python path:
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /usr/lib/python311.zip
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /usr/lib/python3.11
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /usr/lib/python3.11/lib-dynload
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /usr/local/lib/python3.11/dist-packages
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /usr/lib/python3/dist-packages
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):     /usr/lib/python3.11/dist-packages
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12): adding args:
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):  plugin://plugin.video.youtube/
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):  3
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):  
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12):  resume:false
2024-03-13 11:35:12.528 T:3047    debug <general>: CPythonInvoker(12, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:35:12.529 T:3047    debug <general>: CPythonInvoker(12, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:35:12.561 T:1145    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-03-13 11:35:12.610 T:1145    debug <general>: ------ Window Deinit (DialogAddonSettings.xml) ------
2024-03-13 11:35:13.639 T:3045    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:35:13.649 T:3045    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:35:13.657 T:3045    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:35:13.756 T:3047    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:35:13.764 T:3047    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:35:13.773 T:3047    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:35:13.826 T:3045    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.isa|: True (bool, success)
2024-03-13 11:35:13.834 T:3045    debug <CSettingsManager>: requested setting (IGNOREDISPLAY) was not found.
2024-03-13 11:35:13.834 T:3045    debug <CSettingsManager>: requested setting (MAXBANDWIDTH) was not found.
2024-03-13 11:35:13.834 T:3045    debug <CSettingsManager>: requested setting (MAXRESOLUTION) was not found.
2024-03-13 11:35:13.834 T:3045    debug <CSettingsManager>: requested setting (MAXRESOLUTIONSECURE) was not found.
2024-03-13 11:35:13.834 T:3045    debug <CSettingsManager>: requested setting (MINBANDWIDTH) was not found.
2024-03-13 11:35:13.834 T:3045    debug <CSettingsManager>: requested setting (STREAMSELECTION) was not found.
2024-03-13 11:35:13.834 T:3045    debug <CSettingsManager>: requested setting (WIDEVINE_API) was not found.
2024-03-13 11:35:13.866 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.isa|: True (bool, success)
2024-03-13 11:35:13.868 T:1145    debug <general>: ------ Window Init (DialogAddonSettings.xml) ------
2024-03-13 11:35:13.875 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.mpd.videos|: True (bool, success)
2024-03-13 11:35:13.884 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.http.port|: 50152 (int, success)
2024-03-13 11:35:13.892 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.http.ip.whitelist|: "" (str, success)
2024-03-13 11:35:13.899 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.http.listen|: "0.0.0.0" (str, success)
2024-03-13 11:35:13.900 T:3047    debug <general>: [plugin.video.youtube] send_notification: |check_settings| -> |{"use_httpd": true, "httpd_port": 50152, "whitelist": ["127.0.0.1"], "httpd_address": "0.0.0.0"}|
2024-03-13 11:35:13.901 T:3047    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/api_keys.json|
2024-03-13 11:35:13.902 T:3047    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/api_keys.json|
2024-03-13 11:35:13.903 T:3047    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:35:13.904 T:3047    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:35:13.912 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.api.key|: "AIz...Q4g" (str, success)
2024-03-13 11:35:13.920 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.api.id|: "955...t5jjg" (str, success)
2024-03-13 11:35:13.928 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.api.secret|: "GOC...3By" (str, success)
2024-03-13 11:35:13.929 T:3047    debug <general>: [plugin.video.youtube] User: |0|, Using API key set: |own|
2024-03-13 11:35:14.015 T:1249    debug <general>: [plugin.video.youtube] onNotification: |check_settings| -> |{'use_httpd': True, 'httpd_port': 50152, 'whitelist': ['127.0.0.1'], 'httpd_address': '0.0.0.0'}|
2024-03-13 11:35:14.022 T:3047    debug <general>: [plugin.video.youtube] Starting Kodion framework by bromix...
2024-03-13 11:35:14.022 T:3047     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /
                                                   Params: {}
2024-03-13 11:35:14.053 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.setup_wizard|: False (bool, success)
2024-03-13 11:35:14.054 T:3047    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:35:14.055 T:3047    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:35:14.062 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.content.max_per_page|: 50 (int, success)
2024-03-13 11:35:14.071 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.language|: "en" (str, success)
2024-03-13 11:35:14.082 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.region|: "PL" (str, success)
2024-03-13 11:35:14.109 T:3047    debug <general>: [plugin.video.youtube] Selecting YouTube config "All"
2024-03-13 11:35:14.109 T:3047    debug <general>: [plugin.video.youtube] Access token count: |2| Refresh token count: |2|
2024-03-13 11:35:14.119 T:3047    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:35:14.127 T:3047    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:35:14.135 T:3047    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:35:14.136 T:3047    debug <general>: [plugin.video.youtube] User is logged in
2024-03-13 11:35:14.144 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_subscriptions.show|: True (bool, success)
2024-03-13 11:35:14.154 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_subscriptions_filtered.show|: False (bool, success)
2024-03-13 11:35:14.162 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.playlist|: "" (str, success)
2024-03-13 11:35:14.171 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.history.playlist|: "" (str, success)
2024-03-13 11:35:14.178 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.history.local|: True (bool, success)
2024-03-13 11:35:14.187 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.recommendations.show|: False (bool, success)
2024-03-13 11:35:14.197 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.related.show|: False (bool, success)
2024-03-13 11:35:14.205 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.popular_right_now.show|: False (bool, success)
2024-03-13 11:35:14.213 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.search.show|: True (bool, success)
2024-03-13 11:35:14.220 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.quick_search.show|: False (bool, success)
2024-03-13 11:35:14.230 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.quick_search_incognito.show|: False (bool, success)
2024-03-13 11:35:14.239 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_location.show|: False (bool, success)
2024-03-13 11:35:14.247 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_channel.show|: False (bool, success)
2024-03-13 11:35:14.255 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.show|: False (bool, success)
2024-03-13 11:35:14.264 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.liked_videos.show|: False (bool, success)
2024-03-13 11:35:14.274 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.disliked_videos.show|: False (bool, success)
2024-03-13 11:35:14.281 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.history.show|: False (bool, success)
2024-03-13 11:35:14.290 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.playlists.show|: False (bool, success)
2024-03-13 11:35:14.297 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.subscriptions.show|: True (bool, success)
2024-03-13 11:35:14.307 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.browse_channels.show|: False (bool, success)
2024-03-13 11:35:14.315 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.completed.live.show|: False (bool, success)
2024-03-13 11:35:14.324 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.upcoming.live.show|: False (bool, success)
2024-03-13 11:35:14.331 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.live.show|: False (bool, success)
2024-03-13 11:35:14.339 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.switch.user.show|: False (bool, success)
2024-03-13 11:35:14.348 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.sign.out.show|: True (bool, success)
2024-03-13 11:35:14.357 T:3047    debug <general>: [plugin.video.youtube] Get |youtube.folder.settings.show|: True (bool, success)
2024-03-13 11:35:14.365 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.fanart.show|: True (bool, success)
2024-03-13 11:35:14.365 T:3047    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/special/new_uploaded_videos_tv/?category_label=Moje+subskrypcje|
2024-03-13 11:35:14.366 T:3047    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/kodion/search/list/?category_label=Szukaj|
2024-03-13 11:35:14.367 T:3047    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/subscriptions/list/?category_label=Subskrypcje|
2024-03-13 11:35:14.367 T:3047    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/sign/out/?category_label=Wyloguj|
2024-03-13 11:35:14.367 T:3047    debug <general>: [plugin.video.youtube] Converting DirectoryItem |plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia|
2024-03-13 11:35:14.367 T:3046    debug <general>: Thread waiting 544918074368 terminating
2024-03-13 11:35:14.375 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.view.override|: True (bool, success)
2024-03-13 11:35:14.383 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.view.default|: 55 (int, success)
2024-03-13 11:35:14.383 T:3047    debug <general>: [plugin.video.youtube] Override view mode to "55"
2024-03-13 11:35:14.383 T:3047    debug <general>: [plugin.video.youtube] Shutdown of Kodion after |0.3624| seconds
2024-03-13 11:35:14.384 T:3047    debug <general>: CPythonInvoker(12, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): script successfully run
2024-03-13 11:35:17.029 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:17.049 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:17.625 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:17.659 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:18.133 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:18.155 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:18.513 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:18.537 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:18.993 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:18.995 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:19.889 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:19.912 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:21.005 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:21.018 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:21.921 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:21.934 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:23.441 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:23.461 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:23.778 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:23.805 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:24.013 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:24.034 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:24.214 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:24.226 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:24.421 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:24.457 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:24.617 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:24.647 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:24.849 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:24.876 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:25.401 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:25.409 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:26.641 T:1179    debug <general>: LIRC: - NEW 0000000000ff9966 00 KEY_LEFT argon (KEY_LEFT)
2024-03-13 11:35:26.668 T:1145    debug <general>: HandleKey: 169 (0xa9, obc86) pressed, window 10140, action is Left
2024-03-13 11:35:27.241 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:27.274 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:28.017 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:35:28.032 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10140, action is Right
2024-03-13 11:35:28.873 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:28.912 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:29.501 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:29.524 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:30.157 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:30.173 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:30.697 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:30.711 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:31.645 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:31.666 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:32.129 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:32.165 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:34.077 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:34.078 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:35.045 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:35.073 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:36.221 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:35:36.259 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, trying keyboard action 3
2024-03-13 11:35:37.997 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:38.020 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:40.373 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:40.390 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:40.885 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:40.888 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, trying keyboard action 4
2024-03-13 11:35:42.470 T:2858    debug <general>: Thread JobWorker 545217242112 terminating (autodelete)
2024-03-13 11:35:42.470 T:2859    debug <general>: Thread JobWorker 546290983936 terminating (autodelete)
2024-03-13 11:35:42.470 T:2860    debug <general>: Thread JobWorker 547119490048 terminating (autodelete)
2024-03-13 11:35:43.757 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:35:43.789 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:35:45.333 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:35:45.354 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:35:46.357 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:35:46.386 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:35:46.651 T:1301    debug <general>: [plugin.video.youtube] Get |youtube.api.config.page|: True (bool, success)
2024-03-13 11:35:46.957 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:35:46.959 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:35:48.477 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:35:48.486 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10140, action is Down
2024-03-13 11:35:53.645 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:35:53.680 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, trying keyboard action 2
2024-03-13 11:35:54.237 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:35:54.249 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10140, action is Right
2024-03-13 11:35:55.181 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:35:55.200 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10140, action is Select
2024-03-13 11:35:55.433 T:1145    debug <general>: ------ Window Deinit (DialogAddonSettings.xml) ------
2024-03-13 11:35:55.470 T:3045    debug <CSettingsManager>: requested setting (IGNOREDISPLAY) was not found.
2024-03-13 11:35:55.470 T:3045    debug <CSettingsManager>: requested setting (MAXBANDWIDTH) was not found.
2024-03-13 11:35:55.470 T:3045    debug <CSettingsManager>: requested setting (MAXRESOLUTION) was not found.
2024-03-13 11:35:55.470 T:3045    debug <CSettingsManager>: requested setting (MAXRESOLUTIONSECURE) was not found.
2024-03-13 11:35:55.470 T:3045    debug <CSettingsManager>: requested setting (MINBANDWIDTH) was not found.
2024-03-13 11:35:55.470 T:3045    debug <CSettingsManager>: requested setting (STREAMSELECTION) was not found.
2024-03-13 11:35:55.470 T:3045    debug <CSettingsManager>: requested setting (WIDEVINE_API) was not found.
2024-03-13 11:35:55.471 T:3045    debug <general>: CPythonInvoker(11, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): script successfully run
2024-03-13 11:35:55.471 T:3045    debug <general>: onExecutionDone(11, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py)
2024-03-13 11:35:55.496 T:1145    debug <general>: ------ Window Deinit (DialogBusy.xml) ------
2024-03-13 11:35:55.497 T:1145    debug <general>: Saving fileitems [plugin://plugin.video.youtube/]
2024-03-13 11:35:55.498 T:1145    debug <general>:   -- items: 5, sort method: 0, ascending: false
2024-03-13 11:35:55.503 T:3045    debug <general>: .
2024-03-13 11:35:55.503 T:3288     info <general>: Skipped 1 duplicate messages..
2024-03-13 11:35:55.503 T:3288    debug <general>: Thread BackgroundLoader start, auto delete: false
2024-03-13 11:35:55.514 T:3288    debug <general>: Thread BackgroundLoader 545821221888 terminating
2024-03-13 11:35:55.621 T:3045    debug <general>: Python interpreter stopped
2024-03-13 11:35:55.621 T:3045    debug <general>: Thread LanguageInvoker 544926528512 terminating
2024-03-13 11:35:55.622 T:2914    debug <general>: CPythonInvoker(10, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): script successfully run
2024-03-13 11:35:55.622 T:2914    debug <general>: onExecutionDone(10, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py)
2024-03-13 11:35:55.660 T:2914    debug <general>: .
2024-03-13 11:35:55.786 T:2914     info <general>: Skipped 1 duplicate messages..
2024-03-13 11:35:55.786 T:2914    debug <general>: Python interpreter stopped
2024-03-13 11:35:55.786 T:2914    debug <general>: Thread LanguageInvoker 544909620224 terminating
2024-03-13 11:35:56.473 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:35:56.499 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10025, action is Select
2024-03-13 11:35:56.500 T:1145    debug <general>: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia)
2024-03-13 11:35:56.500 T:1145    debug <general>:   ParentPath = [plugin://plugin.video.youtube/]
2024-03-13 11:35:56.500 T:3295    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:35:56.502 T:3296    debug <general>: Thread waiting start, auto delete: false
2024-03-13 11:35:56.509 T:3295    debug <general>: CAddonDatabase::SetLastUsed[plugin.video.youtube] took 8 ms
2024-03-13 11:35:56.509 T:3296    debug <general>: CScriptRunner: running add-on script YouTube('plugin://plugin.video.youtube/config/youtube/', '3', '?category_label=Ustawienia')
2024-03-13 11:35:56.509 T:3297    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:35:56.509 T:3296    debug <general>: GetLanguageInvoker - Reusing LanguageInvokerThread 12 for script /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py
2024-03-13 11:35:56.510 T:3047    debug <general>: initializing python engine.
2024-03-13 11:35:56.510 T:3047    debug <general>: CPythonInvoker(12, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): start processing
2024-03-13 11:35:56.510 T:3047    debug <general>: CPythonInvoker(12): adding args:
2024-03-13 11:35:56.510 T:3047    debug <general>: CPythonInvoker(12):  plugin://plugin.video.youtube/config/youtube/
2024-03-13 11:35:56.510 T:3047    debug <general>: CPythonInvoker(12):  3
2024-03-13 11:35:56.510 T:3047    debug <general>: CPythonInvoker(12):  ?category_label=Ustawienia
2024-03-13 11:35:56.510 T:3047    debug <general>: CPythonInvoker(12):  resume:false
2024-03-13 11:35:56.510 T:3047    debug <general>: CPythonInvoker(12, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:35:56.510 T:3047    debug <general>: CPythonInvoker(12, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:35:56.512 T:3047    debug <general>: [plugin.video.youtube] Starting Kodion framework by bromix...
2024-03-13 11:35:56.512 T:3047     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /config/youtube/
                                                   Params: {'category_label': 'Ustawienia'}
2024-03-13 11:35:56.520 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.setup_wizard|: False (bool, success)
2024-03-13 11:35:56.534 T:3047    debug <general>: [plugin.video.youtube] Get |kodion.fanart.show|: True (bool, success)
2024-03-13 11:35:56.534 T:3047    debug <general>: [plugin.video.youtube] Running script: |plugin.video.youtube,config/youtube|
2024-03-13 11:35:56.534 T:3047    debug <general>: [plugin.video.youtube] Shutdown of Kodion after |0.02273| seconds
2024-03-13 11:35:56.534 T:3296    error <general>: GetDirectory - Error getting plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia
2024-03-13 11:35:56.534 T:3296    debug <general>: Thread waiting 544926528512 terminating
2024-03-13 11:35:56.534 T:3047    debug <general>: CPythonInvoker(12, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): script successfully run
2024-03-13 11:35:56.535 T:1145    error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia) failed
2024-03-13 11:35:56.536 T:1145    debug <general>: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/)
2024-03-13 11:35:56.536 T:1145    debug <general>:   ParentPath = [plugin://]
2024-03-13 11:35:56.536 T:3295    debug <general>: CAddonDatabase::SetLastUsed[plugin.video.youtube] took 0 ms
2024-03-13 11:35:56.536 T:1145    debug <general>: Loading items: 5, directory: plugin://plugin.video.youtube/ sort method: 0, ascending: false
2024-03-13 11:35:56.539 T:3298    debug <general>: Thread BackgroundLoader start, auto delete: false
2024-03-13 11:35:56.544 T:3298    debug <general>: Thread BackgroundLoader 545821221888 terminating
2024-03-13 11:35:56.546 T:3047    debug <general>: onExecutionDone(12, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py)
2024-03-13 11:35:56.547 T:3299    debug <general>: Thread LanguageInvoker start, auto delete: false
2024-03-13 11:35:56.547 T:3299    debug <general>: initializing python engine.
2024-03-13 11:35:56.547 T:3299    debug <general>: CPythonInvoker(13, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): start processing
2024-03-13 11:35:56.582 T:3047    debug <general>: .
2024-03-13 11:35:56.710 T:3047     info <general>: Skipped 1 duplicate messages..
2024-03-13 11:35:56.710 T:3047    debug <general>: Python interpreter stopped
2024-03-13 11:35:56.710 T:3047     info <general>: Skipped 1 duplicate messages..
2024-03-13 11:35:56.710 T:3047    debug <general>: Thread LanguageInvoker 544901166080 terminating
2024-03-13 11:35:56.742 T:3299    debug <general>: -->Python Interpreter Initialized<--
2024-03-13 11:35:56.742 T:3299    debug <general>: 

2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py): the source file to load is "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/script.py"
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13): full python path:
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):   custom python path:
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /home/kodi/.kodi/addons/script.module.certifi/lib
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /home/kodi/.kodi/addons/script.module.chardet/lib
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /home/kodi/.kodi/addons/script.module.idna/lib
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /home/kodi/.kodi/addons/script.module.infotagger/resources/modules
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /home/kodi/.kodi/addons/script.module.inputstreamhelper/lib
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /home/kodi/.kodi/addons/script.module.requests/lib
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /home/kodi/.kodi/addons/script.module.urllib3/lib
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):   default python path:
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /usr/lib/python311.zip
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /usr/lib/python3.11
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /usr/lib/python3.11/lib-dynload
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /usr/local/lib/python3.11/dist-packages
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /usr/lib/python3/dist-packages
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):     /usr/lib/python3.11/dist-packages
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13): adding args:
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):  script.py
2024-03-13 11:35:56.742 T:3299    debug <general>: CPythonInvoker(13):  config/youtube
bartosz-antosik commented 5 months ago

Part four:

2024-03-13 11:27:43.221 T:2777    debug <general>: [plugin.video.youtube] Retrieved video info for video_id: b7l9u3H8H8A, using android_youtube_tv client (logged in)
2024-03-13 11:27:43.352 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.history.remote|: False (bool, success)
2024-03-13 11:27:43.359 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.isa|: True (bool, success)
2024-03-13 11:27:43.366 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.http.port|: 50152 (int, success)
2024-03-13 11:27:43.375 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.http.listen|: "0.0.0.0" (str, success)
2024-03-13 11:27:43.391 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.mpd.videos|: True (bool, success)
2024-03-13 11:27:43.398 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.mpd.quality.selection|: 4 (int, success)
2024-03-13 11:27:43.406 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.mpd.stream.features|: "['avc1', 'vp9', 'av01', 'hdr', 'hfr', 'vorbis', 'mp4a', 'ssa', 'ac-3', 'ec-3', 'dts', 'filter']" (str list, success)
2024-03-13 11:27:43.415 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.mpd.stream.select|: 3 (int, success)
2024-03-13 11:27:43.458 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.ask|: False (bool, success)
2024-03-13 11:27:43.465 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.video.quality|: 4 (int, success)
2024-03-13 11:27:43.473 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.audio_only|: False (bool, success)
2024-03-13 11:27:43.482 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.live_stream.selection.1|: 2 (int, success)
2024-03-13 11:27:43.483 T:2777    debug <general>: [plugin.video.youtube] selectable streams: 8
2024-03-13 11:27:43.486 T:2777    debug <general>: [plugin.video.youtube] selectable streams: 
                                                   {'url': 'http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=com.google.android.apps.youtube.unplugged/6.36%20%28Linux%3B%20U%3B%20Android%2010%3B%20US%29%20gzip&X-YouTube-Client-Name=29&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&X-YouTube-Client-Version=6.36&Referer=https%3A//www.youtube.com/watch%3Fv%3Db7l9u3H8H8A&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'license_info': {'url': None, 'proxy': None, 'token': None}, 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mpd', 'sort': [-1080, -1], 'title': '[B]1080p (FHD)[/B] (mpd; avc1 / mp4a@132)', 'dash/audio': True, 'dash/video': True, 'audio': {'bitrate': 132, 'encoding': 'mp4a'}, 'video': {'height': 1080, 'encoding': 'avc1'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347263&ei=n3_xZYuHC4fTi9oP8oKdqAw&ip=xxx.xxx.xxx.xxx&id=o-ACOtwuyL76EyIbEnMPRE9iEcC4CCtuxOW53ESvZqP8jp&itag=22&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7kn7z&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=video%2Fmp4&cnr=14&ratebypass=yes&dur=2257.560&lmt=1710164609625905&mt=1710325522&fvip=3&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Ccnr%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRQIgLqhHGQ1UjW-vjNxeNnfWsJIqvxLs8qeJ1Gnt9qS3rzICIQCDoKPlxt4HHhvTbGPhXqendVRetLWE5fhTbP1vk4JdbA%3D%3D&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgWETP7dos9cuMATivBofgGqAMzxWMP1bdnZZbZV3FhfUCIQDYXAmnRzf7knu-MFWPMI9HSCguwJiYHPeCn1IPShUz4g%3D%3D&range=0-', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mp4', 'title': '[B]720p[/B] (mp4; h.264 / aac@192)', 'sort': [-720, 0], 'video': {'height': 720, 'encoding': 'h.264'}, 'audio': {'bitrate': 192, 'encoding': 'aac'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347263&ei=n3_xZYuHC4fTi9oP8oKdqAw&ip=xxx.xxx.xxx.xxx&id=o-ACOtwuyL76EyIbEnMPRE9iEcC4CCtuxOW53ESvZqP8jp&itag=18&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7kn7z&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=video%2Fmp4&gir=yes&clen=91655241&ratebypass=yes&dur=2257.560&lmt=1710164537430609&mt=1710325522&fvip=3&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3309224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRAIgcaJ8LXycLgtHrl1vDgdRZ2yJlgrrYANG3p7GjL3Wd9QCIGoggYi7RzgHlresGFpsmNyfc1XjMBvWSXKpMGpJ4mtE&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgWETP7dos9cuMATivBofgGqAMzxWMP1bdnZZbZV3FhfUCIQDYXAmnRzf7knu-MFWPMI9HSCguwJiYHPeCn1IPShUz4g%3D%3D&range=0-91655241', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mp4', 'title': '[B]360p[/B] (mp4; h.264 / aac@96)', 'sort': [-360, 0], 'video': {'height': 360, 'encoding': 'h.264'}, 'audio': {'bitrate': 96, 'encoding': 'aac'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347263&ei=n3_xZYuHC4fTi9oP8oKdqAw&ip=xxx.xxx.xxx.xxx&id=o-ACOtwuyL76EyIbEnMPRE9iEcC4CCtuxOW53ESvZqP8jp&itag=251&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7kn7z&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=audio%2Fwebm&gir=yes&clen=27770107&ratebypass=yes&dur=2257.541&lmt=1710164918506026&mt=1710325522&fvip=3&keepalive=yes&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRgIhALrG5FudxOpf32i64U9Zraq5F13_W-0tRhu27LnvlMxbAiEAnCF_GUFBODiZBNVnYGTJ65oqgNcpE5Mg6731fd0XSpw%3D&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgWETP7dos9cuMATivBofgGqAMzxWMP1bdnZZbZV3FhfUCIQDYXAmnRzf7knu-MFWPMI9HSCguwJiYHPeCn1IPShUz4g%3D%3D&range=0-27770107', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'webm', 'sort': [0, -160], 'title': '[B]opus@160[/B] (webm; opus@160)', 'dash/audio': True, 'audio': {'bitrate': 160, 'encoding': 'opus'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347263&ei=n3_xZYuHC4fTi9oP8oKdqAw&ip=xxx.xxx.xxx.xxx&id=o-ACOtwuyL76EyIbEnMPRE9iEcC4CCtuxOW53ESvZqP8jp&itag=140&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7kn7z&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=audio%2Fmp4&gir=yes&clen=36536857&ratebypass=yes&dur=2257.559&lmt=1710164598319953&mt=1710325522&fvip=3&keepalive=yes&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRQIhANxJnOqHhg0gfLA3x8KRXs4smk5auJXzaoX7gg8FsbmiAiBlMBRbeaRlw6MhF3zveq1hxGPBAGPzG33d1LNPXC1W5A%3D%3D&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgWETP7dos9cuMATivBofgGqAMzxWMP1bdnZZbZV3FhfUCIQDYXAmnRzf7knu-MFWPMI9HSCguwJiYHPeCn1IPShUz4g%3D%3D&range=0-36536857', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mp4', 'sort': [0, -115.2], 'title': '[B]aac-lc@128[/B] (mp4; aac@128)', 'dash/audio': True, 'audio': {'bitrate': 128, 'encoding': 'aac'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347263&ei=n3_xZYuHC4fTi9oP8oKdqAw&ip=xxx.xxx.xxx.xxx&id=o-ACOtwuyL76EyIbEnMPRE9iEcC4CCtuxOW53ESvZqP8jp&itag=250&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7kn7z&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=audio%2Fwebm&gir=yes&clen=15362758&ratebypass=yes&dur=2257.541&lmt=1710164918359966&mt=1710325522&fvip=3&keepalive=yes&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRgIhAOqn2Nn4CQ9lDW5fTo5wjANTBhaBZ9FgVrSmbJAxgNSrAiEAodNUBWd_Rr-8Wl3dWqTXHDmvTJYdrMZvN-6N3as02XU%3D&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgWETP7dos9cuMATivBofgGqAMzxWMP1bdnZZbZV3FhfUCIQDYXAmnRzf7knu-MFWPMI9HSCguwJiYHPeCn1IPShUz4g%3D%3D&range=0-15362758', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'webm', 'sort': [0, -70], 'title': '[B]opus@70[/B] (webm; opus@70)', 'dash/audio': True, 'audio': {'bitrate': 70, 'encoding': 'opus'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347263&ei=n3_xZYuHC4fTi9oP8oKdqAw&ip=xxx.xxx.xxx.xxx&id=o-ACOtwuyL76EyIbEnMPRE9iEcC4CCtuxOW53ESvZqP8jp&itag=249&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7kn7z&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=audio%2Fwebm&gir=yes&clen=14138006&ratebypass=yes&dur=2257.541&lmt=1710164918403777&mt=1710325522&fvip=3&keepalive=yes&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRgIhAN6aFaHYFMJ7aSj3AXyRUpfV5vJbY3Gea8jT2Zip37DTAiEAoBN2eGQMatrDMWjr-I_uky3nQUu9lCiPDOE-XFOkF9U%3D&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgWETP7dos9cuMATivBofgGqAMzxWMP1bdnZZbZV3FhfUCIQDYXAmnRzf7knu-MFWPMI9HSCguwJiYHPeCn1IPShUz4g%3D%3D&range=0-14138006', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'webm', 'sort': [0, -50], 'title': '[B]opus@50[/B] (webm; opus@50)', 'dash/audio': True, 'audio': {'bitrate': 50, 'encoding': 'opus'}}
                                                   {'url': 'https://rr1---sn-oxup5-f5f6.googlevideo.com/videoplayback?expire=1710347263&ei=n3_xZYuHC4fTi9oP8oKdqAw&ip=xxx.xxx.xxx.xxx&id=o-ACOtwuyL76EyIbEnMPRE9iEcC4CCtuxOW53ESvZqP8jp&itag=139&source=youtube&requiressl=yes&xpc=EgVo2aDSNQ%3D%3D&hcs=ir%2C&mh=2v&mm=27%2C29&mn=sn-oxup5-f5f6%2Csn-f5f7kn7z&ms=auh%2Crdu&mv=u&mvi=1&pl=20&rmhost=rr2---sn-oxup5-f5f6.googlevideo.com%2C&ctier=UD&pfa=5&hightc=yes&siu=1&vprv=1&mime=audio%2Fmp4&gir=yes&clen=13767239&ratebypass=yes&dur=2257.629&lmt=1710164598323671&mt=1710325522&fvip=3&keepalive=yes&fexp=24007246%2C24554762&c=ANDROID_UNPLUGGED&txp=3308224&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cctier%2Cpfa%2Chightc%2Csiu%2Cvprv%2Cmime%2Cgir%2Cclen%2Cratebypass%2Cdur%2Clmt&sig=AJfQdSswRAIgAjdmJXJYF_2JwGDvR5uBdmg78k6mgU3XihNJ12Enh1YCICgrKUAGJup8-zbIMHC0YTiVIsVzMHRP-LtNl6XKIOFD&lsparams=hcs%2Cmh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Crmhost&lsig=APTiJQcwRQIgWETP7dos9cuMATivBofgGqAMzxWMP1bdnZZbZV3FhfUCIQDYXAmnRzf7knu-MFWPMI9HSCguwJiYHPeCn1IPShUz4g%3D%3D&range=0-13767239', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=Mozilla/5.0%20%28Linux%3B%20Android%2010%3B%20SM-G981B%29%20AppleWebKit/537.36%20%28KHTML%2C%20like%20Gecko%29%20Chrome/80.0.3987.162%20Mobile%20Safari/537.36&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&Referer=https%3A//www.youtube.com/watch%3Fv%3DNone&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mp4', 'sort': [0, -43.2], 'title': '[B]he-aac@48[/B] (mp4; aac@48)', 'dash/audio': True, 'audio': {'bitrate': 48, 'encoding': 'aac'}}
2024-03-13 11:27:43.486 T:2777    debug <general>: [plugin.video.youtube] selected stream: {'url': 'http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd', 'meta': {'video': {'id': 'b7l9u3H8H8A', 'title': 'Młodzi, wykształceni, wielkomiejscy aborygeni', 'status': {'unlisted': False, 'private': False, 'crawlable': True, 'family_safe': False, 'live': False}}, 'channel': {'id': 'UCqXzykyeNdMNwiXTvfUOSNQ', 'author': 'Rafał Ziemkiewicz'}, 'images': {'high': 'https://i.ytimg.com/vi/b7l9u3H8H8A/hqdefault.jpg', 'medium': 'https://i.ytimg.com/vi/b7l9u3H8H8A/mqdefault.jpg', 'standard': 'https://i.ytimg.com/vi/b7l9u3H8H8A/sddefault.jpg', 'default': 'https://i.ytimg.com/vi/b7l9u3H8H8A/default.jpg'}, 'subtitles': None}, 'headers': 'User-Agent=com.google.android.apps.youtube.unplugged/6.36%20%28Linux%3B%20U%3B%20Android%2010%3B%20US%29%20gzip&X-YouTube-Client-Name=29&Accept-Language=en-US%2Cen%3Bq%3D0.5&Accept-Encoding=gzip%2C%20deflate&X-YouTube-Client-Version=6.36&Referer=https%3A//www.youtube.com/watch%3Fv%3Db7l9u3H8H8A&Accept-Charset=ISO-8859-1%2Cutf-8%3Bq%3D0.7%2C%2A%3Bq%3D0.7&Origin=https%3A//www.youtube.com&Accept=%2A/%2A', 'license_info': {'url': None, 'proxy': None, 'token': None}, 'playback_stats': {'playback_url': '', 'watchtime_url': ''}, 'container': 'mpd', 'sort': [-1080, -1], 'title': '[B]1080p (FHD)[/B] (mpd; avc1 / mp4a@132)', 'dash/audio': True, 'dash/video': True, 'audio': {'bitrate': 132, 'encoding': 'mp4a'}, 'video': {'height': 1080, 'encoding': 'avc1'}}
2024-03-13 11:27:43.493 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.suggested_videos|: False (bool, success)
2024-03-13 11:27:43.501 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.history.local|: True (bool, success)
2024-03-13 11:27:43.509 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.channel.fanart.show|: True (bool, success)
2024-03-13 11:27:43.537 T:2777    debug <general>: [plugin.video.youtube] Found cached data for videos:
                                                   |['b7l9u3H8H8A']|
2024-03-13 11:27:43.556 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.playlist|: "" (str, success)
2024-03-13 11:27:43.564 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.hide_shorts|: False (bool, success)
2024-03-13 11:27:43.571 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.support.alternative_player|: True (bool, success)
2024-03-13 11:27:43.578 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.view.description.details|: True (bool, success)
2024-03-13 11:27:43.587 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.thumbnail.size|: 1 (int, success)
2024-03-13 11:27:43.592 T:2777    debug <general>: [plugin.video.youtube] send_notification: |PlaybackInit| -> |{"video_id": "b7l9u3H8H8A", "channel_id": "UCqXzykyeNdMNwiXTvfUOSNQ", "status": {"unlisted": false, "private": false, "crawlable": true, "family_safe": false, "live": false}}|
2024-03-13 11:27:43.599 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.fanart.show|: True (bool, success)
2024-03-13 11:27:43.622 T:2777    debug <general>: [plugin.video.youtube] Converting VideoItem |http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd|
2024-03-13 11:27:43.630 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.alternative_player.web.urls|: True (bool, success)
2024-03-13 11:27:43.630 T:1249    debug <general>: [plugin.video.youtube] onNotification: |unhandled method| -> |Other.PlaybackInit|
2024-03-13 11:27:43.631 T:2777    debug <general>: [plugin.video.youtube] Shutdown of Kodion after |0.9581| seconds
2024-03-13 11:27:43.631 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): script successfully run
2024-03-13 11:27:43.653 T:1145    debug <general>: ------ Window Deinit (DialogBusy.xml) ------
2024-03-13 11:27:43.653 T:2778    debug <general>: Thread ScriptObs 547119490048 terminating
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers(http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd)
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: system rules
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: matches rule: system rules
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: streams
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: matches rule: streams
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: aacp/sdp
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: mp2
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: dvd
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: discimage
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
2024-03-13 11:27:43.658 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: nsv
2024-03-13 11:27:43.659 T:1145    debug <general>: CPlayerSelectionRule::GetPlayers: considering rule: radio
2024-03-13 11:27:43.659 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
2024-03-13 11:27:43.659 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
2024-03-13 11:27:43.659 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers: for video=true, audio=false
2024-03-13 11:27:43.659 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers: for video=true, audio=true
2024-03-13 11:27:43.659 T:1145    debug <general>: CPlayerCoreFactory::GetPlayers: added 1 players
2024-03-13 11:27:43.665 T:1145    debug <general>: Radio UECP (RDS) Processor - new CDVDRadioRDSData
2024-03-13 11:27:43.666 T:1145    debug <general>: Audio ID3 tag processor - new CVideoPlayerAudioID3
2024-03-13 11:27:43.666 T:1145     info <general>: VideoPlayer::OpenFile: plugin://plugin.video.youtube/play/?video_id=b7l9u3H8H8A&incognito=false
2024-03-13 11:27:43.666 T:2779    debug <general>: Thread VideoPlayer start, auto delete: false
2024-03-13 11:27:43.666 T:1145    debug <general>: OnPlayBackStarted: CApplication::OnPlayBackStarted
2024-03-13 11:27:43.667 T:2779    debug <general>: easy_acquire - Created session to http://127.0.0.1
2024-03-13 11:27:43.668 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: HEAD uri path |/youtube/manifest/dash/b7l9u3H8H8A.mpd|
2024-03-13 11:27:43.668 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: Connection from |127.0.0.1| Local range: |True|
2024-03-13 11:27:43.670 T:2779    debug <general>: CCurlFile::GetMimeType - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd> -> application/dash+xml
2024-03-13 11:27:43.670 T:2780    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:27:43.670 T:2779     info <general>: Creating InputStream
2024-03-13 11:27:43.670 T:2779    debug <general>: CurlFile::Open - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd>
2024-03-13 11:27:43.672 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET uri path |/youtube/manifest/dash/b7l9u3H8H8A.mpd|
2024-03-13 11:27:43.672 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: Connection from |127.0.0.1| Local range: |True|
2024-03-13 11:27:43.672 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET filepath |/home/kodi/.kodi/temp/plugin.video.youtube/b7l9u3H8H8A.mpd|
2024-03-13 11:27:43.674 T:2779    debug <general>: CFileCache::Open - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd> opening
2024-03-13 11:27:43.674 T:2780    debug <general>: Loading settings for plugin://plugin.video.youtube/play/?video_id=b7l9u3H8H8A&incognito=false
2024-03-13 11:27:43.674 T:2779    debug <general>: CurlFile::Open - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd>
2024-03-13 11:27:43.676 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET uri path |/youtube/manifest/dash/b7l9u3H8H8A.mpd|
2024-03-13 11:27:43.676 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: Connection from |127.0.0.1| Local range: |True|
2024-03-13 11:27:43.676 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET filepath |/home/kodi/.kodi/temp/plugin.video.youtube/b7l9u3H8H8A.mpd|
2024-03-13 11:27:43.678 T:2779    debug <general>: CFileCache::Open - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd> source chunk size is 0, setting cache chunk size to 131072
2024-03-13 11:27:43.678 T:2779    debug <general>: CFileCache::Open - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd> using single memory cache sized 20971520 bytes
2024-03-13 11:27:43.678 T:2781    debug <general>: Thread FileCache start, auto delete: false
2024-03-13 11:27:43.678 T:2779     info <general>: Creating Demuxer
2024-03-13 11:27:43.678 T:2781    debug <general>: CFileCache::Process - <http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd> source read hit eof
2024-03-13 11:27:43.679 T:2779    debug <general>: Open - probing detected format [dash]
2024-03-13 11:27:43.682 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET uri path |/youtube/manifest/dash/b7l9u3H8H8A.mpd|
2024-03-13 11:27:43.682 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: Connection from |127.0.0.1| Local range: |True|
2024-03-13 11:27:43.682 T:1301    debug <general>: [plugin.video.youtube] HTTPServer: GET filepath |/home/kodi/.kodi/temp/plugin.video.youtube/b7l9u3H8H8A.mpd|
2024-03-13 11:27:43.685 T:2779    error <general>: ffmpeg[0x55bac2b200]: [dash] Filename extension of '' is not a common multimedia extension, blocked for security reasons.
2024-03-13 11:27:43.685 T:2779    error <general>: ffmpeg[0x55bac2b200]: [dash] If you wish to override this adjust allowed_extensions, you can set it to 'ALL' to allow all
2024-03-13 11:27:43.685 T:2779    debug <general>: ffmpeg[0x55bac2b200]: [dash] Failed to open fragment of playlist
2024-03-13 11:27:43.685 T:2779    error <general>: ffmpeg[0x55bac2b200]: [dash] Error when loading first fragment of playlist
2024-03-13 11:27:43.686 T:2779    error <general>: Open - Error, could not open file http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd
2024-03-13 11:27:43.686 T:2779    error <general>: OpenDemuxStream - Error creating demuxer
2024-03-13 11:27:43.686 T:2779     info <general>: CVideoPlayer::OnExit()
2024-03-13 11:27:43.686 T:2781    debug <general>: Thread FileCache 546290983936 terminating
2024-03-13 11:27:43.686 T:2779    debug <general>: Thread VideoPlayer 547119490048 terminating
2024-03-13 11:27:43.689 T:2782    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:27:43.689 T:1145    debug <general>: CVideoGUIInfo::InitCurrentItem(plugin://plugin.video.youtube/play/?video_id=b7l9u3H8H8A&incognito=false)
2024-03-13 11:27:43.691 T:2782    debug <general>: OnPlayBackStopped: CApplication::OnPlayBackStopped
2024-03-13 11:27:43.790 T:1145    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-03-13 11:27:43.791 T:1145    debug <general>: ------ Window Init (DialogConfirm.xml) ------
2024-03-13 11:27:43.793 T:1145     info <general>: CVideoPlayer::CloseFile()
2024-03-13 11:27:43.793 T:1145    debug <general>: DeleteRenderer - deleting renderer
2024-03-13 11:27:43.793 T:1145    debug <general>: LinuxRendererGLES: Cleaning up GLES resources
2024-03-13 11:27:43.793 T:1145     info <general>: VideoPlayer: waiting for threads to exit
2024-03-13 11:27:43.793 T:1145     info <general>: VideoPlayer: finished waiting
2024-03-13 11:27:43.795 T:1145    debug <general>: Radio UECP (RDS) Processor - delete ~CDVDRadioRDSData
2024-03-13 11:27:43.795 T:1145    debug <general>: Audio ID3 tag processor - delete ~CVideoPlayerAudioID3
2024-03-13 11:27:43.795 T:1145    debug <general>: CDirectoryProvider[favourites://]: refreshing..
2024-03-13 11:27:43.832 T:1249    debug <general>: [plugin.video.youtube] PlayerMonitor active threads: ||
2024-03-13 11:28:10.871 T:1259     info <general>: WebSocket: connection closed by client
2024-03-13 11:28:10.872 T:1259     info <general>: JSONRPC Server: Disconnection detected
2024-03-13 11:28:13.800 T:2780    debug <general>: GetImageHash - unable to stat url /home/ban/.kodi/addons/slyguy.disney.plus/icon.png
2024-03-13 11:28:13.801 T:2780    debug <general>: GetImageHash - unable to stat url /home/ban/.kodi/addons/plugin.audio.tidal2/resources/icon.png
2024-03-13 11:28:13.801 T:2780    debug <general>: GetImageHash - unable to stat url /home/ban/.kodi/addons/plugin.audio.radio_de/resources/art/icon.png
2024-03-13 11:28:14.135 T:1145    debug <general>: CheckIdle - Closing session to http://127.0.0.1 (easy=0x7f5009d250, multi=0x7f501dde50)
2024-03-13 11:28:43.801 T:2782    debug <general>: Thread JobWorker 546290983936 terminating (autodelete)
2024-03-13 11:28:43.802 T:2780    debug <general>: Thread JobWorker 545217242112 terminating (autodelete)
2024-03-13 11:34:40.745 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:34:40.749 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 12002, action is Select
2024-03-13 11:34:41.013 T:1145    debug <general>: ------ Window Deinit (DialogConfirm.xml) ------
2024-03-13 11:34:41.067 T:1145    debug <general>: ------ Window Deinit (DialogBusy.xml) ------
2024-03-13 11:34:42.173 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:34:42.206 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10000, action is Down
2024-03-13 11:34:42.941 T:1179    debug <general>: LIRC: - NEW 0000000000ff53ac 00 KEY_UP argon (KEY_UP)
2024-03-13 11:34:42.987 T:1145    debug <general>: HandleKey: 166 (0xa6, obc89) pressed, window 10000, action is Up
2024-03-13 11:34:43.677 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:34:43.694 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10000, action is Select
2024-03-13 11:34:43.694 T:1145    debug <general>: Activating window ID: 10004
2024-03-13 11:34:43.998 T:1145    debug <general>: ------ Window Deinit (Home.xml) ------
2024-03-13 11:34:43.998 T:1145    debug <general>: FreeVisualisation() done
2024-03-13 11:34:44.024 T:1145    debug <general>: ------ Window Init (Settings.xml) ------
2024-03-13 11:34:45.193 T:1179    debug <general>: LIRC: - NEW 0000000000ff09f6 00 KEY_BACK argon (KEY_BACK)
2024-03-13 11:34:45.217 T:1145    debug <general>: HandleKey: menu (0xd8) pressed, window 10004, action is PreviousMenu
2024-03-13 11:34:45.218 T:1145    debug <general>: CGUIWindowManager::PreviousWindow: Deactivate
2024-03-13 11:34:45.517 T:1145    debug <general>: ------ Window Deinit (Settings.xml) ------
2024-03-13 11:34:45.518 T:1145    debug <general>: FreeVisualisation() done
2024-03-13 11:34:45.543 T:1145    debug <general>: CGUIWindowManager::PreviousWindow: Activate new
2024-03-13 11:34:45.543 T:1145    debug <general>: ------ Window Init (Home.xml) ------
2024-03-13 11:34:45.544 T:1145    debug <general>: CDirectoryProvider[library://video/movies/]: refreshing..
2024-03-13 11:34:45.544 T:2858    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:34:45.544 T:1145    debug <general>: CDirectoryProvider[special://skin/playlists/inprogress_movies.xsp]: refreshing..
2024-03-13 11:34:45.544 T:2859    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[special://skin/playlists/recent_unwatched_movies.xsp]: refreshing..
2024-03-13 11:34:45.545 T:2860    debug <general>: Thread JobWorker start, auto delete: true
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[special://skin/playlists/unwatched_movies.xsp]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[special://skin/playlists/random_movies.xsp]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[library://video/tvshows/]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[videodb://inprogresstvshows]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[special://skin/playlists/recent_unwatched_episodes.xsp]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[special://skin/playlists/unwatched_tvshows.xsp]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[library://music/]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[musicdb://recentlyplayedalbums]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[musicdb://recentlyaddedalbums/]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[special://skin/playlists/random_albums.xsp]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[special://skin/playlists/random_artists.xsp]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[special://skin/playlists/unplayed_albums.xsp]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[special://skin/playlists/mostplayed_albums.xsp]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[addons://]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[addons://sources/video/]: refreshing..
2024-03-13 11:34:45.545 T:1145    debug <general>: CDirectoryProvider[addons://sources/audio/]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[addons://sources/executable/]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[addons://sources/image/]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[library://video/]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[sources://video/]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[special://videoplaylists/]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[pvr://tv/]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[pvr://channels/tv/*?view=lastplayed]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[pvr://channels/tv]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[pvr://radio/]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[pvr://channels/radio/*?view=lastplayed]: refreshing..
2024-03-13 11:34:45.546 T:1145    debug <general>: CDirectoryProvider[pvr://channels/radio]: refreshing..
2024-03-13 11:34:45.548 T:1145    debug <general>: CDirectoryProvider[sources://pictures/]: refreshing..
2024-03-13 11:34:45.548 T:1145    debug <general>: CDirectoryProvider[addons://sources/game/]: refreshing..
2024-03-13 11:34:45.666 T:2858    debug <general>: GetRecentlyPlayedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM albumview WHERE albumview.lastplayed IS NOT NULL AND albumview.strReleaseType = 'album' ORDER BY albumview.lastplayed DESC LIMIT 25) as playedalbums JOIN albumview ON albumview.idAlbum = playedalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.lastplayed DESC, albumartistview.iorder 
2024-03-13 11:34:45.669 T:2858    debug <general>: GetRecentlyPlayedAlbums: Time to fill list with albums 3ms query took 3ms
2024-03-13 11:34:45.683 T:2858    debug <general>: GetRecentlyAddedAlbums query: SELECT albumview.*, albumartistview.* FROM (SELECT idAlbum FROM album WHERE strAlbum != '' ORDER BY dateAdded DESC LIMIT 25) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY dateAdded DESC, albumview.idAlbum desc, albumartistview.iOrder 
2024-03-13 11:34:45.714 T:2858    debug <general>: GetAlbumsByWhere query: SELECT albumview.* FROM albumview  WHERE albumview.strReleaseType = 'album' ORDER BY RANDOM() LIMIT 15
2024-03-13 11:34:45.718 T:2858    debug <general>: GetAlbumsByWhere: Time to fill list with albums 4ms query took 2ms
2024-03-13 11:34:45.727 T:2860    debug <general>: GetArtistsByWhere query: SELECT artistview.* FROM artistview  WHERE (EXISTS (SELECT 1 FROM song_artist WHERE song_artist.idArtist = artistview.idArtist AND song_artist.idRole = 1) OR EXISTS (SELECT 1 FROM album_artist WHERE album_artist.idArtist = artistview.idArtist)) AND (artistview.strArtist != '') ORDER BY RANDOM() LIMIT 15
2024-03-13 11:34:45.729 T:2860    debug <general>: GetArtistsByWhere: Time to fill list with artists 2 ms query took 0 ms
2024-03-13 11:34:45.745 T:2858    debug <general>: GetAlbumsByWhere query: SELECT albumview.* FROM albumview  WHERE (((CAST(albumview.iTimesPlayed as DECIMAL(6,1)) = 0))) AND (albumview.strReleaseType = 'album') ORDER BY RANDOM() LIMIT 15
2024-03-13 11:34:45.749 T:2858    debug <general>: GetAlbumsByWhere: Time to fill list with albums 5ms query took 2ms
2024-03-13 11:34:45.750 T:2860    debug <general>: GetAlbumsByWhere query: SELECT albumview.* FROM albumview  WHERE (((CAST(albumview.iTimesPlayed as DECIMAL(6,1)) > 0))) AND (albumview.strReleaseType = 'album') ORDER BY albumview.iTimesPlayed DESC, albumview.strAlbum COLLATE ALPHANUM DESC, albumview.idAlbum DESC LIMIT 15
2024-03-13 11:34:45.761 T:2860    debug <general>: CAddonDatabase: SELECT repo.id FROM repo .. took 0 ms
2024-03-13 11:34:45.779 T:2860    debug <general>: CAddonDatabase: query  SELECT addons.*, repo.addonID AS repoID FROM addons JOIN addonlinkrepo ON addons.id=addonlinkrepo.idAddon JOIN repo ON repo.id=addonlinkrepo.idRepo WHERE addonlinkrepo.idRepo IN (1,3,7,8,9,10,11) ORDER BY repo.addonID, addons.addonID returned 867 rows in 17 ms
2024-03-13 11:34:45.874 T:2860    debug <general>: CAddonDatabase::GetAddons took 112 ms
2024-03-13 11:34:45.877 T:2860    debug <general>: ADDONS: repository.kodi.yatse.tv - 3 addon(s) loaded
2024-03-13 11:34:45.877 T:2860    debug <general>: ADDONS: repository.kpl-addons - 9 addon(s) loaded
2024-03-13 11:34:45.877 T:2860    debug <general>: ADDONS: repository.mtr81 - 36 addon(s) loaded
2024-03-13 11:34:45.877 T:2860    debug <general>: ADDONS: repository.skins.pkscout - 1 addon(s) loaded
2024-03-13 11:34:45.877 T:2860    debug <general>: ADDONS: repository.slyguy - 59 addon(s) loaded
2024-03-13 11:34:45.877 T:2860    debug <general>: ADDONS: repository.tidal2 - 4 addon(s) loaded
2024-03-13 11:34:45.877 T:2860    debug <general>: ADDONS: repository.xbmc.org - 754 addon(s) loaded
2024-03-13 11:34:45.881 T:2860    debug <general>: CAddonRepos::BuildUpdateOrOutdatedList: Building update list from installed add-ons
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = audioencoder.kodi.builtin.aac / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.2
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = audioencoder.kodi.builtin.wma / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.2
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = game.controller.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.41
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = game.controller.keyboard / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.1.33
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = game.controller.mouse / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.26
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = game.controller.snes / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.39
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = inputstream.adaptive / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 20.3.16
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = inputstream.ffmpegdirect / Origin =  / Version = 20.5.0
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.album.universal / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.1.9
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.artists.universal / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 4.3.11
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.common.allmusic.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.2.2
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.common.fanart.tv / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.6.4
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.common.musicbrainz.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.2.4
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.common.theaudiodb.com / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.0.3
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.generic.albums / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.14
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.generic.artists / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.14
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.local / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.1
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.themoviedb.org.python / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.2.0
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = metadata.tvshows.themoviedb.org.python / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.6.5
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = peripheral.joystick / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 20.1.14
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = plugin.audio.radio_de / Origin = repository.xbmc.org / Version = 3.0.9+matrix.1
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = plugin.audio.tidal2 / Origin = repository.tidal2 / Version = 2.1.4
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = plugin.video.TVP_VOD / Origin =  / Version = 1.2.1
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = plugin.video.kpl.tvp / Origin =  / Version = 0.1.6
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = plugin.video.nasa / Origin = repository.xbmc.org / Version = 3.0.3+matrix.1
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = plugin.video.youtube / Origin =  / Version = 7.0.3.2+unofficial.1
2024-03-13 11:34:45.881 T:2860    debug <general>: ADDONS: update check: addonID = pvr.iptvsimple / Origin =  / Version = 20.13.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = repository.kodi.yatse.tv / Origin = repository.kodi.yatse.tv / Version = 1.1.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = repository.kpl-addons / Origin = repository.kpl-addons / Version = 0.4
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = repository.mtr81 / Origin = repository.mtr81 / Version = 1.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = repository.skins.pkscout / Origin = repository.skins.pkscout / Version = 2.0.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = repository.slyguy / Origin = repository.slyguy / Version = 0.0.9
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = repository.tidal2 / Origin = repository.tidal2 / Version = 0.2.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = repository.xbmc.org / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.3.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = resource.images.weathericons.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.1.9
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = resource.images.weathericons.flat / Origin = repository.xbmc.org / Version = 0.0.6
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = resource.language.en_gb / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 2.0.2
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = resource.language.pl_pl / Origin = repository.xbmc.org / Version = 10.0.56
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = resource.uisounds.kodi / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = screensaver.xbmc.builtin.black / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.34
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = screensaver.xbmc.builtin.dim / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 1.0.66
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.keymap / Origin = repository.xbmc.org / Version = 1.1.5
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.certifi / Origin = repository.xbmc.org / Version = 2023.5.7
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.chardet / Origin = repository.xbmc.org / Version = 5.1.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.defusedxml / Origin = repository.xbmc.org / Version = 0.6.0+matrix.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.future / Origin = repository.xbmc.org / Version = 0.18.3+matrix.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.idna / Origin = repository.xbmc.org / Version = 3.4.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.infotagger / Origin = repository.xbmc.org / Version = 0.0.7
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.inputstreamhelper / Origin = repository.slyguy / Version = 0.6.1+matrix.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.iso8601 / Origin = repository.xbmc.org / Version = 2.0.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.kodi-six / Origin = repository.xbmc.org / Version = 0.1.3.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.libka / Origin =  / Version = 0.0.25
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.m3u8 / Origin = repository.xbmc.org / Version = 3.5.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.pil / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 5.1.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.pyaes / Origin = repository.xbmc.org / Version = 1.6.1+matrix.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.pycryptodome / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.4.3
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.pytz / Origin = repository.xbmc.org / Version = 2023.3.0+matrix.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.requests / Origin = repository.xbmc.org / Version = 2.31.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.routing / Origin = repository.xbmc.org / Version = 0.2.3+matrix.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.simpleplugin3 / Origin = repository.xbmc.org / Version = 3.0.6+matrix.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.slyguy / Origin = repository.slyguy / Version = 0.76.7
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.ttml2ssa / Origin =  / Version = 0.3.8
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.urllib3 / Origin = repository.xbmc.org / Version = 2.1.0
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.module.xbmcswift2 / Origin = repository.xbmc.org / Version = 19.0.7
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = script.skin.helper.colorpicker / Origin =  / Version = 2.0.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = service.xbmc.versioncheck / Origin = repository.xbmc.org / Version = 0.5.28+matrix.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = skin.estouchy / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.0.8
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = skin.estuary / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 3.0.10
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = skin.estuary.nexus.pkscout.mod / Origin =  / Version = 1.3.7
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = slyguy.dependencies / Origin = repository.slyguy / Version = 0.0.16
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = slyguy.disney.plus / Origin = repository.slyguy / Version = 0.15.7
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = weather.gismeteo / Origin = repository.xbmc.org / Version = 0.6.4+matrix.1
2024-03-13 11:34:45.882 T:2860    debug <general>: ADDONS: update check: addonID = webinterface.default / Origin = b6a50484-93a0-4afb-a01c-8d17e059feda / Version = 19.x-2.4.8
2024-03-13 11:34:45.882 T:2860    debug <general>: CAddonMgr::GetAvailableUpdatesOrOutdatedAddons took 122 ms
2024-03-13 11:34:45.907 T:2858    debug <general>: CMultiPathDirectory::GetDirectory(multipath://special%3a%2f%2fprofile%2fplaylists%2fvideo/special%3a%2f%2fprofile%2fplaylists%2fmixed/)
2024-03-13 11:34:45.907 T:2858    debug <general>: Getting Directory (special://profile/playlists/video)
2024-03-13 11:34:45.908 T:2858    debug <general>: Getting Directory (special://profile/playlists/mixed)
2024-03-13 11:34:45.908 T:2858    debug <general>: CMultiPathDirectory::MergeItems, items = 0
2024-03-13 11:34:46.109 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:34:46.120 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10000, action is Right
2024-03-13 11:34:46.621 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:34:46.649 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10000, action is Right
2024-03-13 11:34:47.105 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:34:47.120 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10000, action is Right
2024-03-13 11:34:47.561 T:1179    debug <general>: LIRC: - NEW 0000000000ff837c 00 KEY_RIGHT argon (KEY_RIGHT)
2024-03-13 11:34:47.596 T:1145    debug <general>: HandleKey: 168 (0xa8, obc87) pressed, window 10000, action is Right
2024-03-13 11:34:48.101 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:34:48.154 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10000, action is Select
2024-03-13 11:34:48.155 T:1145    debug <general>: Activating window ID: 10025
2024-03-13 11:34:48.467 T:1145    debug <general>: ------ Window Deinit (Home.xml) ------
2024-03-13 11:34:48.467 T:1145    debug <general>: FreeVisualisation() done
2024-03-13 11:34:48.492 T:1145    debug <general>: ------ Window Init (MyVideoNav.xml) ------
2024-03-13 11:34:48.501 T:1145    error <general>: Control 55 in window 10025 has been asked to focus, but it can't
2024-03-13 11:34:48.519 T:1145    debug <general>: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/)
2024-03-13 11:34:48.520 T:1145    debug <general>:   ParentPath = [plugin://plugin.video.youtube/]
2024-03-13 11:34:48.521 T:2891    debug <general>: Thread waiting start, auto delete: false
2024-03-13 11:34:48.528 T:2858    debug <general>: CAddonDatabase::SetLastUsed[plugin.video.youtube] took 8 ms
2024-03-13 11:34:48.529 T:2891    debug <general>: CScriptRunner: running add-on script YouTube('plugin://plugin.video.youtube/', '2', '')
2024-03-13 11:34:48.529 T:2891    debug <general>: GetLanguageInvoker - Reusing LanguageInvokerThread 9 for script /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py
2024-03-13 11:34:48.529 T:2777    debug <general>: initializing python engine.
2024-03-13 11:34:48.529 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): start processing
2024-03-13 11:34:48.529 T:2777    debug <general>: CPythonInvoker(9): adding args:
2024-03-13 11:34:48.529 T:2777    debug <general>: CPythonInvoker(9):  plugin://plugin.video.youtube/
2024-03-13 11:34:48.529 T:2777    debug <general>: CPythonInvoker(9):  2
2024-03-13 11:34:48.529 T:2777    debug <general>: CPythonInvoker(9):  
2024-03-13 11:34:48.529 T:2777    debug <general>: CPythonInvoker(9):  resume:false
2024-03-13 11:34:48.529 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:34:48.529 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:34:48.532 T:2777    debug <general>: [plugin.video.youtube] Starting Kodion framework by bromix...
2024-03-13 11:34:48.532 T:2777     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /
                                                   Params: {}
2024-03-13 11:34:48.543 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.setup_wizard|: False (bool, success)
2024-03-13 11:34:48.544 T:2777    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:34:48.546 T:2777    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:34:48.558 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.content.max_per_page|: 50 (int, success)
2024-03-13 11:34:48.569 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.language|: "en" (str, success)
2024-03-13 11:34:48.579 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.region|: "PL" (str, success)
2024-03-13 11:34:48.580 T:2777    debug <general>: [plugin.video.youtube] Selecting YouTube config "All"
2024-03-13 11:34:48.580 T:2777    debug <general>: [plugin.video.youtube] Access token count: |2| Refresh token count: |2|
2024-03-13 11:34:48.590 T:2777    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:34:48.601 T:2777    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:34:48.608 T:2777    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:34:48.608 T:2777    debug <general>: [plugin.video.youtube] User is logged in
2024-03-13 11:34:48.616 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_subscriptions.show|: True (bool, success)
2024-03-13 11:34:48.621 T:1145    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-03-13 11:34:48.623 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_subscriptions_filtered.show|: False (bool, success)
2024-03-13 11:34:48.632 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.playlist|: "" (str, success)
2024-03-13 11:34:48.641 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.history.playlist|: "" (str, success)
2024-03-13 11:34:48.649 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.history.local|: True (bool, success)
2024-03-13 11:34:48.659 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.recommendations.show|: False (bool, success)
2024-03-13 11:34:48.667 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.related.show|: False (bool, success)
2024-03-13 11:34:48.675 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.popular_right_now.show|: False (bool, success)
2024-03-13 11:34:48.683 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.search.show|: True (bool, success)
2024-03-13 11:34:48.693 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.quick_search.show|: False (bool, success)
2024-03-13 11:34:48.700 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.quick_search_incognito.show|: False (bool, success)
2024-03-13 11:34:48.709 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_location.show|: False (bool, success)
2024-03-13 11:34:48.718 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.my_channel.show|: False (bool, success)
2024-03-13 11:34:48.726 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.watch_later.show|: False (bool, success)
2024-03-13 11:34:48.734 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.liked_videos.show|: False (bool, success)
2024-03-13 11:34:48.742 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.disliked_videos.show|: False (bool, success)
2024-03-13 11:34:48.751 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.history.show|: False (bool, success)
2024-03-13 11:34:48.759 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.playlists.show|: False (bool, success)
2024-03-13 11:34:48.767 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.subscriptions.show|: True (bool, success)
2024-03-13 11:34:48.775 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.browse_channels.show|: False (bool, success)
2024-03-13 11:34:48.785 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.completed.live.show|: False (bool, success)
2024-03-13 11:34:48.793 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.upcoming.live.show|: False (bool, success)
2024-03-13 11:34:48.801 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.live.show|: False (bool, success)
2024-03-13 11:34:48.809 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.switch.user.show|: False (bool, success)
2024-03-13 11:34:48.819 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.sign.out.show|: True (bool, success)
2024-03-13 11:34:48.828 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.folder.settings.show|: True (bool, success)
bartosz-antosik commented 5 months ago

Part five, last one:

2024-03-13 11:21:15.886 T:1145     info <general>: -----------------------------------------------------------------------
2024-03-13 11:21:15.886 T:1145     info <general>: Starting Kodi (20.3 (20.3.0) Git:20240110-b3205c8196). Platform: Linux ARM 64-bit
2024-03-13 11:21:15.886 T:1145     info <general>: Using Release Kodi x64
2024-03-13 11:21:15.886 T:1145     info <general>: Kodi compiled 2024-01-10 by GCC 12.2.0 for Linux ARM 64-bit version 6.1.58 (393530)
2024-03-13 11:21:15.886 T:1145     info <general>: Running on Debian GNU/Linux 12 (bookworm), kernel: Linux ARM 64-bit version 6.6.20+rpt-rpi-v8
2024-03-13 11:21:15.891 T:1145     info <general>: FFmpeg version/source: 5.1.4-0+rpt3+deb12u1
2024-03-13 11:21:15.891 T:1145     info <general>: 4 CPU cores available
2024-03-13 11:21:15.891 T:1145     info <general>: ARM Features: Neon enabled
2024-03-13 11:21:15.891 T:1145     info <general>: special://xbmc/ is mapped to: /usr/share/kodi
2024-03-13 11:21:15.891 T:1145     info <general>: special://xbmcbin/ is mapped to: /usr/lib/aarch64-linux-gnu/kodi
2024-03-13 11:21:15.891 T:1145     info <general>: special://xbmcbinaddons/ is mapped to: /usr/lib/aarch64-linux-gnu/kodi/addons
2024-03-13 11:21:15.891 T:1145     info <general>: special://masterprofile/ is mapped to: /home/kodi/.kodi/userdata
2024-03-13 11:21:15.891 T:1145     info <general>: special://envhome/ is mapped to: /home/kodi
2024-03-13 11:21:15.891 T:1145     info <general>: special://home/ is mapped to: /home/kodi/.kodi
2024-03-13 11:21:15.891 T:1145     info <general>: special://temp/ is mapped to: /home/kodi/.kodi/temp
2024-03-13 11:21:15.891 T:1145     info <general>: special://logpath/ is mapped to: /home/kodi/.kodi/temp
2024-03-13 11:21:15.891 T:1145     info <general>: Webserver extra whitelist paths: 
2024-03-13 11:21:15.891 T:1145     info <general>: The executable running is: /usr/lib/aarch64-linux-gnu/kodi/kodi.bin
2024-03-13 11:21:15.891 T:1145     info <general>: Local hostname: cairo
2024-03-13 11:21:15.891 T:1145     info <general>: Log File is located: /home/kodi/.kodi/temp/kodi.log
2024-03-13 11:21:15.895 T:1145     info <general>: -----------------------------------------------------------------------
2024-03-13 11:21:15.901 T:1145     info <general>: loading settings
2024-03-13 11:21:15.905 T:1145     info <general>: special://profile/ is mapped to: special://masterprofile/
2024-03-13 11:21:15.925 T:1145     info <general>: No settings file to load (special://xbmc/system/advancedsettings.xml)
2024-03-13 11:21:15.926 T:1145     info <general>: Loaded settings file from special://profile/advancedsettings.xml
2024-03-13 11:21:15.927 T:1145     info <general>: Contents of special://profile/advancedsettings.xml are...
                                                   <advancedsettings version="1.0">
                                                     <showexitbutton>false</showexitbutton>
                                                   </advancedsettings>

2024-03-13 11:21:15.927 T:1145     info <general>: Default Video Player: VideoPlayer
2024-03-13 11:21:15.927 T:1145     info <general>: Default Audio Player: paplayer
2024-03-13 11:21:15.927 T:1145     info <general>: Disabled debug logging due to GUI setting. Level 0.
2024-03-13 11:21:15.927 T:1145     info <general>: Log level changed to "info"
2024-03-13 11:21:15.927 T:1145     info <general>: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2024-03-13 11:21:15.938 T:1145     info <general>: creating subdirectories
2024-03-13 11:21:15.938 T:1145     info <general>: userdata folder: special://masterprofile/
2024-03-13 11:21:15.938 T:1145     info <general>: recording folder: 
2024-03-13 11:21:15.938 T:1145     info <general>: screenshots folder: 
2024-03-13 11:21:16.031 T:1145     info <general>: Running database version Addons33
2024-03-13 11:21:16.295 T:1145     info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.aac v1.0.2 installed
2024-03-13 11:21:16.295 T:1145     info <general>: CAddonMgr::FindAddons: audioencoder.kodi.builtin.wma v1.0.2 installed
2024-03-13 11:21:16.295 T:1145     info <general>: CAddonMgr::FindAddons: game.controller.default v1.0.41 installed
2024-03-13 11:21:16.296 T:1145     info <general>: CAddonMgr::FindAddons: game.controller.keyboard v1.1.33 installed
2024-03-13 11:21:16.296 T:1145     info <general>: CAddonMgr::FindAddons: game.controller.mouse v1.0.26 installed
2024-03-13 11:21:16.296 T:1145     info <general>: CAddonMgr::FindAddons: game.controller.snes v1.0.39 installed
2024-03-13 11:21:16.296 T:1145     info <general>: CAddonMgr::FindAddons: inputstream.adaptive v20.3.16 installed
2024-03-13 11:21:16.296 T:1145     info <general>: CAddonMgr::FindAddons: inputstream.ffmpegdirect v20.5.0 installed
2024-03-13 11:21:16.296 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.global.audioengine v1.1.1 installed
2024-03-13 11:21:16.296 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.global.filesystem v1.1.8 installed
2024-03-13 11:21:16.296 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.global.general v1.0.5 installed
2024-03-13 11:21:16.296 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.global.gui v5.15.0 installed
2024-03-13 11:21:16.297 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.global.main v2.0.2 installed
2024-03-13 11:21:16.297 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.global.network v1.0.4 installed
2024-03-13 11:21:16.297 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.global.tools v1.0.4 installed
2024-03-13 11:21:16.297 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audiodecoder v4.0.0 installed
2024-03-13 11:21:16.297 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.audioencoder v3.0.0 installed
2024-03-13 11:21:16.297 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.game v3.0.0 installed
2024-03-13 11:21:16.297 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.imagedecoder v3.0.1 installed
2024-03-13 11:21:16.297 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.inputstream v3.2.0 installed
2024-03-13 11:21:16.297 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.peripheral v2.0.0 installed
2024-03-13 11:21:16.297 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.pvr v8.2.0 installed
2024-03-13 11:21:16.298 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.screensaver v2.2.0 installed
2024-03-13 11:21:16.298 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.vfs v3.0.1 installed
2024-03-13 11:21:16.298 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.videocodec v2.0.3 installed
2024-03-13 11:21:16.298 T:1145     info <general>: CAddonMgr::FindAddons: kodi.binary.instance.visualization v4.0.0 installed
2024-03-13 11:21:16.298 T:1145     info <general>: CAddonMgr::FindAddons: kodi.resource v1.0.0 installed
2024-03-13 11:21:16.298 T:1145     info <general>: CAddonMgr::FindAddons: metadata.album.universal v3.1.9 installed
2024-03-13 11:21:16.298 T:1145     info <general>: CAddonMgr::FindAddons: metadata.artists.universal v4.3.11 installed
2024-03-13 11:21:16.298 T:1145     info <general>: CAddonMgr::FindAddons: metadata.common.allmusic.com v3.2.2 installed
2024-03-13 11:21:16.298 T:1145     info <general>: CAddonMgr::FindAddons: metadata.common.fanart.tv v3.6.4 installed
2024-03-13 11:21:16.298 T:1145     info <general>: CAddonMgr::FindAddons: metadata.common.musicbrainz.org v2.2.4 installed
2024-03-13 11:21:16.299 T:1145     info <general>: CAddonMgr::FindAddons: metadata.common.theaudiodb.com v2.0.3 installed
2024-03-13 11:21:16.299 T:1145     info <general>: CAddonMgr::FindAddons: metadata.generic.albums v1.0.14 installed
2024-03-13 11:21:16.299 T:1145     info <general>: CAddonMgr::FindAddons: metadata.generic.artists v1.0.14 installed
2024-03-13 11:21:16.299 T:1145     info <general>: CAddonMgr::FindAddons: metadata.local v1.0.1 installed
2024-03-13 11:21:16.299 T:1145     info <general>: CAddonMgr::FindAddons: metadata.themoviedb.org.python v2.2.0 installed
2024-03-13 11:21:16.299 T:1145     info <general>: CAddonMgr::FindAddons: metadata.tvshows.themoviedb.org.python v1.6.5 installed
2024-03-13 11:21:16.299 T:1145     info <general>: CAddonMgr::FindAddons: peripheral.joystick v20.1.14 installed
2024-03-13 11:21:16.299 T:1145     info <general>: CAddonMgr::FindAddons: plugin.audio.radio_de v3.0.9+matrix.1 installed
2024-03-13 11:21:16.299 T:1145     info <general>: CAddonMgr::FindAddons: plugin.audio.tidal2 v2.1.4 installed
2024-03-13 11:21:16.300 T:1145     info <general>: CAddonMgr::FindAddons: plugin.video.TVP_VOD v1.2.1 installed
2024-03-13 11:21:16.300 T:1145     info <general>: CAddonMgr::FindAddons: plugin.video.kpl.tvp v0.1.6 installed
2024-03-13 11:21:16.300 T:1145     info <general>: CAddonMgr::FindAddons: plugin.video.nasa v3.0.3+matrix.1 installed
2024-03-13 11:21:16.300 T:1145     info <general>: CAddonMgr::FindAddons: plugin.video.youtube v7.0.3.2+unofficial.1 installed
2024-03-13 11:21:16.300 T:1145     info <general>: CAddonMgr::FindAddons: pvr.iptvsimple v20.13.0 installed
2024-03-13 11:21:16.300 T:1145     info <general>: CAddonMgr::FindAddons: repository.kodi.yatse.tv v1.1.0 installed
2024-03-13 11:21:16.300 T:1145     info <general>: CAddonMgr::FindAddons: repository.kpl-addons v0.4 installed
2024-03-13 11:21:16.300 T:1145     info <general>: CAddonMgr::FindAddons: repository.mtr81 v1.0 installed
2024-03-13 11:21:16.300 T:1145     info <general>: CAddonMgr::FindAddons: repository.skins.pkscout v2.0.0 installed
2024-03-13 11:21:16.301 T:1145     info <general>: CAddonMgr::FindAddons: repository.slyguy v0.0.9 installed
2024-03-13 11:21:16.301 T:1145     info <general>: CAddonMgr::FindAddons: repository.tidal2 v0.2.1 installed
2024-03-13 11:21:16.301 T:1145     info <general>: CAddonMgr::FindAddons: repository.xbmc.org v3.3.1 installed
2024-03-13 11:21:16.301 T:1145     info <general>: CAddonMgr::FindAddons: resource.images.weathericons.default v1.1.9 installed
2024-03-13 11:21:16.301 T:1145     info <general>: CAddonMgr::FindAddons: resource.images.weathericons.flat v0.0.6 installed
2024-03-13 11:21:16.301 T:1145     info <general>: CAddonMgr::FindAddons: resource.language.en_gb v2.0.2 installed
2024-03-13 11:21:16.301 T:1145     info <general>: CAddonMgr::FindAddons: resource.language.pl_pl v10.0.56 installed
2024-03-13 11:21:16.301 T:1145     info <general>: CAddonMgr::FindAddons: resource.uisounds.kodi v1.0.1 installed
2024-03-13 11:21:16.301 T:1145     info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.black v1.0.34 installed
2024-03-13 11:21:16.302 T:1145     info <general>: CAddonMgr::FindAddons: screensaver.xbmc.builtin.dim v1.0.66 installed
2024-03-13 11:21:16.302 T:1145     info <general>: CAddonMgr::FindAddons: script.keymap v1.1.5 installed
2024-03-13 11:21:16.302 T:1145     info <general>: CAddonMgr::FindAddons: script.module.certifi v2023.5.7 installed
2024-03-13 11:21:16.302 T:1145     info <general>: CAddonMgr::FindAddons: script.module.chardet v5.1.0 installed
2024-03-13 11:21:16.302 T:1145     info <general>: CAddonMgr::FindAddons: script.module.defusedxml v0.6.0+matrix.1 installed
2024-03-13 11:21:16.302 T:1145     info <general>: CAddonMgr::FindAddons: script.module.future v0.18.3+matrix.1 installed
2024-03-13 11:21:16.302 T:1145     info <general>: CAddonMgr::FindAddons: script.module.idna v3.4.0 installed
2024-03-13 11:21:16.302 T:1145     info <general>: CAddonMgr::FindAddons: script.module.infotagger v0.0.7 installed
2024-03-13 11:21:16.302 T:1145     info <general>: CAddonMgr::FindAddons: script.module.inputstreamhelper v0.6.1+matrix.1 installed
2024-03-13 11:21:16.302 T:1145     info <general>: CAddonMgr::FindAddons: script.module.iso8601 v2.0.0 installed
2024-03-13 11:21:16.303 T:1145     info <general>: CAddonMgr::FindAddons: script.module.kodi-six v0.1.3.1 installed
2024-03-13 11:21:16.303 T:1145     info <general>: CAddonMgr::FindAddons: script.module.libka v0.0.25 installed
2024-03-13 11:21:16.303 T:1145     info <general>: CAddonMgr::FindAddons: script.module.m3u8 v3.5.0 installed
2024-03-13 11:21:16.303 T:1145     info <general>: CAddonMgr::FindAddons: script.module.pil v5.1.0 installed
2024-03-13 11:21:16.303 T:1145     info <general>: CAddonMgr::FindAddons: script.module.pyaes v1.6.1+matrix.1 installed
2024-03-13 11:21:16.303 T:1145     info <general>: CAddonMgr::FindAddons: script.module.pycryptodome v3.4.3 installed
2024-03-13 11:21:16.303 T:1145     info <general>: CAddonMgr::FindAddons: script.module.pytz v2023.3.0+matrix.1 installed
2024-03-13 11:21:16.303 T:1145     info <general>: CAddonMgr::FindAddons: script.module.requests v2.31.0 installed
2024-03-13 11:21:16.303 T:1145     info <general>: CAddonMgr::FindAddons: script.module.routing v0.2.3+matrix.1 installed
2024-03-13 11:21:16.303 T:1145     info <general>: CAddonMgr::FindAddons: script.module.simpleplugin3 v3.0.6+matrix.1 installed
2024-03-13 11:21:16.304 T:1145     info <general>: CAddonMgr::FindAddons: script.module.slyguy v0.76.7 installed
2024-03-13 11:21:16.304 T:1145     info <general>: CAddonMgr::FindAddons: script.module.ttml2ssa v0.3.8 installed
2024-03-13 11:21:16.304 T:1145     info <general>: CAddonMgr::FindAddons: script.module.urllib3 v2.1.0 installed
2024-03-13 11:21:16.304 T:1145     info <general>: CAddonMgr::FindAddons: script.module.xbmcswift2 v19.0.7 installed
2024-03-13 11:21:16.304 T:1145     info <general>: CAddonMgr::FindAddons: script.skin.helper.colorpicker v2.0.1 installed
2024-03-13 11:21:16.304 T:1145     info <general>: CAddonMgr::FindAddons: service.xbmc.versioncheck v0.5.28+matrix.1 installed
2024-03-13 11:21:16.304 T:1145     info <general>: CAddonMgr::FindAddons: skin.estouchy v3.0.8 installed
2024-03-13 11:21:16.304 T:1145     info <general>: CAddonMgr::FindAddons: skin.estuary v3.0.10 installed
2024-03-13 11:21:16.304 T:1145     info <general>: CAddonMgr::FindAddons: skin.estuary.nexus.pkscout.mod v1.3.7 installed
2024-03-13 11:21:16.305 T:1145     info <general>: CAddonMgr::FindAddons: slyguy.dependencies v0.0.16 installed
2024-03-13 11:21:16.305 T:1145     info <general>: CAddonMgr::FindAddons: slyguy.disney.plus v0.15.7 installed
2024-03-13 11:21:16.305 T:1145     info <general>: CAddonMgr::FindAddons: weather.gismeteo v0.6.4+matrix.1 installed
2024-03-13 11:21:16.305 T:1145     info <general>: CAddonMgr::FindAddons: webinterface.default v19.x-2.4.8 installed
2024-03-13 11:21:16.305 T:1145     info <general>: CAddonMgr::FindAddons: xbmc.addon v20.3.0 installed
2024-03-13 11:21:16.305 T:1145     info <general>: CAddonMgr::FindAddons: xbmc.core v0.1.0 installed
2024-03-13 11:21:16.305 T:1145     info <general>: CAddonMgr::FindAddons: xbmc.gui v5.16.0 installed
2024-03-13 11:21:16.305 T:1145     info <general>: CAddonMgr::FindAddons: xbmc.json v13.0.0 installed
2024-03-13 11:21:16.305 T:1145     info <general>: CAddonMgr::FindAddons: xbmc.metadata v2.1.0 installed
2024-03-13 11:21:16.305 T:1145     info <general>: CAddonMgr::FindAddons: xbmc.python v3.0.1 installed
2024-03-13 11:21:16.306 T:1145     info <general>: CAddonMgr::FindAddons: xbmc.webinterface v1.0.0 installed
2024-03-13 11:21:16.342 T:1145     info <general>: Selected Logind/UPower as PowerSyscall
2024-03-13 11:21:16.343 T:1145    error <general>: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2024-03-13 11:21:16.343 T:1145     info <general>: LogindUPowerSyscall - UPower not found, battery information will not be available
2024-03-13 11:21:16.456 T:1145     info <general>: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
2024-03-13 11:21:16.484 T:1145     info <general>: InitWindowSystem: Connecting to Wayland server
2024-03-13 11:21:16.488 T:1145     info <general>: Wayland presentation clock: 1
2024-03-13 11:21:16.488 T:1145     info <general>: UpdateResolutions: User wanted output "Default", we now have "Dell Inc. DELL U3219Q" size 700x390 mm with 1 mode(s):
2024-03-13 11:21:16.488 T:1145     info <general>: UpdateResolutions: - 2560x1440 @59.951 Hz pixel ratio 1.010 current
2024-03-13 11:21:16.884 T:1179     info <general>: Loading special://xbmc/system/Lircmap.xml
2024-03-13 11:21:16.887 T:1179     info <general>: * Adding remote mapping for device 'mceusb'
2024-03-13 11:21:16.887 T:1179     info <general>: * Adding remote mapping for device 'XboxDVDDongle'
2024-03-13 11:21:16.887 T:1179     info <general>: * Adding remote mapping for device 'Microsoft_Xbox'
2024-03-13 11:21:16.887 T:1179     info <general>: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
2024-03-13 11:21:16.887 T:1179     info <general>: * Adding remote mapping for device 'anysee'
2024-03-13 11:21:16.887 T:1179     info <general>: * Adding remote mapping for device 'iMON-PAD'
2024-03-13 11:21:16.887 T:1179     info <general>: * Adding remote mapping for device 'Antec_Veris_RM200'
2024-03-13 11:21:16.887 T:1179     info <general>: * Adding remote mapping for device 'MCE_via_iMON'
2024-03-13 11:21:16.887 T:1179     info <general>: * Adding remote mapping for device 'TwinHanRemote'
2024-03-13 11:21:16.887 T:1179     info <general>: * Adding remote mapping for device 'linux-input-layer'
2024-03-13 11:21:16.888 T:1179     info <general>: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
2024-03-13 11:21:16.888 T:1179     info <general>: * Adding remote mapping for device 'mediacenter'
2024-03-13 11:21:16.888 T:1179     info <general>: * Adding remote mapping for device 'devinput'
2024-03-13 11:21:16.888 T:1179     info <general>: * Adding remote mapping for device 'devinput-32'
2024-03-13 11:21:16.888 T:1179     info <general>: * Adding remote mapping for device 'devinput-64'
2024-03-13 11:21:16.888 T:1179     info <general>: Loading special://profile/Lircmap.xml
2024-03-13 11:21:16.889 T:1179     info <general>: * Adding remote mapping for device 'argon'
2024-03-13 11:21:17.076 T:1145     info <general>: EGL_VERSION = 1.4
2024-03-13 11:21:17.076 T:1145     info <general>: EGL_VENDOR = Mesa Project
2024-03-13 11:21:17.076 T:1145     info <general>: EGL_EXTENSIONS = EGL_ANDROID_blob_cache EGL_EXT_buffer_age EGL_EXT_image_dma_buf_import EGL_EXT_image_dma_buf_import_modifiers EGL_EXT_present_opaque EGL_EXT_swap_buffers_with_damage EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_context_flush_control EGL_KHR_create_context EGL_KHR_create_context_no_error EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image_base EGL_KHR_no_config_context EGL_KHR_reusable_sync EGL_KHR_surfaceless_context EGL_KHR_swap_buffers_with_damage EGL_EXT_pixel_format_float EGL_KHR_wait_sync EGL_MESA_configless_context EGL_MESA_drm_image EGL_MESA_image_dma_buf_export EGL_MESA_query_driver EGL_WL_bind_wayland_display EGL_WL_create_wayland_buffer_from_image 
2024-03-13 11:21:17.076 T:1145     info <general>: EGL_CLIENT_EXTENSIONS = EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device EGL_EXT_platform_wayland EGL_KHR_platform_wayland EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_EXT_platform_xcb EGL_MESA_platform_gbm EGL_KHR_platform_gbm EGL_MESA_platform_surfaceless
2024-03-13 11:21:17.076 T:1145     info <general>: RetroPlayer[RENDER]: Registering renderer factory for DMA
2024-03-13 11:21:17.076 T:1145     info <general>: RetroPlayer[RENDER]: Registering renderer factory for OpenGLES
2024-03-13 11:21:17.076 T:1145     info <general>: CApplication::CreateGUI - using the wayland windowing system
2024-03-13 11:21:17.076 T:1145     info <general>: Checking resolution 16
2024-03-13 11:21:17.076 T:1145     info <general>: CreateNewWindow: Starting full screen size 2560x1440
2024-03-13 11:21:17.078 T:1145     info <general>: UpdateSizeVariables: Surface size changed: 0x0 -> 2560x1440
2024-03-13 11:21:17.078 T:1145     info <general>: UpdateSizeVariables: Buffer size changed: 0x0 -> 2560x1440
2024-03-13 11:21:17.078 T:1145     info <general>: UpdateSizeVariables: Configured size changed: 0x0 -> 2560x1440
2024-03-13 11:21:17.147 T:1145     info <general>: GL_VENDOR = Broadcom
2024-03-13 11:21:17.147 T:1145     info <general>: GL_RENDERER = V3D 4.2
2024-03-13 11:21:17.147 T:1145     info <general>: GL_VERSION = OpenGL ES 3.1 Mesa 23.2.1-1~bpo12+rpt3
2024-03-13 11:21:17.147 T:1145     info <general>: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 3.10
2024-03-13 11:21:17.147 T:1145     info <general>: GL_EXTENSIONS = GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_NV_pack_subimage GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_array_object GL_ANGLE_pack_reverse_row_order GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_EXT_occlusion_query_boolean GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_KHR_debug GL_KHR_texture_compression_astc_ldr GL_NV_generate_mipmap_sRGB GL_NV_pixel_buffer_object GL_OES_depth_texture_cube_map GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_color_buffer_float GL_EXT_debug_label GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_base_instance GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex GL_EXT_polygon_offset_clamp GL_EXT_primitive_bounding_box GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp GL_EXT_texture_cube_map_array GL_EXT_texture_view GL_KHR_context_flush_control GL_NV_image_formats GL_NV_shader_noperspective_interpolation GL_OES_copy_image GL_OES_draw_buffers_indexed GL_OES_draw_elements_base_vertex GL_OES_primitive_bounding_box GL_OES_shader_io_blocks GL_OES_texture_border_clamp GL_OES_texture_cube_map_array GL_OES_texture_stencil8 GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view GL_EXT_buffer_storage GL_EXT_float_blend GL_EXT_geometry_point_size GL_EXT_geometry_shader GL_KHR_no_error GL_KHR_texture_compression_astc_sliced_3d GL_OES_EGL_image_external_essl3 GL_OES_geometry_point_size GL_OES_geometry_shader GL_OES_shader_image_atomic GL_EXT_clear_texture GL_EXT_texture_compression_s3tc_srgb GL_MESA_shader_integer_functions GL_EXT_texture_mirror_clamp_to_edge GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage GL_MESA_framebuffer_flip_y GL_EXT_texture_query_lod GL_MESA_bgra 
2024-03-13 11:21:17.207 T:1145     info <general>: SetResolutionExternal: Kodi asked to switch mode to 2560x1440 @59.951 Hz on output "Dell Inc. DELL U3219Q" full screen
2024-03-13 11:21:17.209 T:1145     info <general>: GetOSScreenSaverImpl: Using idle-inhibit-unstable-v1 protocol for screen saver inhibition
2024-03-13 11:21:17.456 T:1145     info <general>: GLES: Enabling VSYNC
2024-03-13 11:21:17.459 T:1145     info <general>: UpdateResolutions: User wanted output "Default", we now have "Dell Inc. DELL U3219Q" size 700x390 mm with 1 mode(s):
2024-03-13 11:21:17.459 T:1145     info <general>: UpdateResolutions: - 2560x1440 @59.951 Hz pixel ratio 1.010 current
2024-03-13 11:21:17.459 T:1145     info <general>: load keymapping
2024-03-13 11:21:17.461 T:1145     info <general>: Loading special://xbmc/system/keymaps/appcommand.xml
2024-03-13 11:21:17.462 T:1145     info <general>: Loading special://xbmc/system/keymaps/customcontroller.AppleRemote.xml
2024-03-13 11:21:17.464 T:1145     info <general>: Loading special://xbmc/system/keymaps/customcontroller.Harmony.xml
2024-03-13 11:21:17.466 T:1145     info <general>: Loading special://xbmc/system/keymaps/customcontroller.SiriRemote.xml
2024-03-13 11:21:17.470 T:1145     info <general>: Loading special://xbmc/system/keymaps/gamepad.xml
2024-03-13 11:21:17.477 T:1145     info <general>: Loading special://xbmc/system/keymaps/joystick.xml
2024-03-13 11:21:17.483 T:1145     info <general>: Loading special://xbmc/system/keymaps/keyboard.xml
2024-03-13 11:21:17.488 T:1145     info <general>: Loading special://xbmc/system/keymaps/mouse.xml
2024-03-13 11:21:17.489 T:1145     info <general>: Loading special://xbmc/system/keymaps/remote.xml
2024-03-13 11:21:17.491 T:1145     info <general>: Loading special://xbmc/system/keymaps/touchscreen.xml
2024-03-13 11:21:17.494 T:1145     info <general>: GUI format 2560x1440, Display Dell Inc. DELL U3219Q: 2560x1440 @ 59.95Hz
2024-03-13 11:21:17.500 T:1193  warning <general>: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
2024-03-13 11:21:17.501 T:1193     info <general>: Found 1 Lists of Devices
2024-03-13 11:21:17.501 T:1193     info <general>: Enumerated PULSE devices:
2024-03-13 11:21:17.501 T:1193     info <general>:     Device 1
2024-03-13 11:21:17.501 T:1193     info <general>:         m_deviceName      : Default
2024-03-13 11:21:17.501 T:1193     info <general>:         m_displayName     : Default
2024-03-13 11:21:17.501 T:1193     info <general>:         m_displayNameExtra: Default Output Device (PULSEAUDIO)
2024-03-13 11:21:17.501 T:1193     info <general>:         m_deviceType      : AE_DEVTYPE_PCM
2024-03-13 11:21:17.501 T:1193     info <general>:         m_channels        : FL, FR
2024-03-13 11:21:17.501 T:1193     info <general>:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2024-03-13 11:21:17.501 T:1193     info <general>:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2024-03-13 11:21:17.501 T:1193     info <general>:         m_streamTypes     : No passthrough capabilities
2024-03-13 11:21:17.501 T:1193     info <general>:     Device 2
2024-03-13 11:21:17.501 T:1193     info <general>:         m_deviceName      : alsa_output.platform-bcm2835_audio.stereo-fallback
2024-03-13 11:21:17.501 T:1193     info <general>:         m_displayName     : Built-in Audio Stereo
2024-03-13 11:21:17.501 T:1193     info <general>:         m_displayNameExtra: Analog Output (PULSEAUDIO)
2024-03-13 11:21:17.501 T:1193     info <general>:         m_deviceType      : AE_DEVTYPE_PCM
2024-03-13 11:21:17.501 T:1193     info <general>:         m_channels        : FL, FR
2024-03-13 11:21:17.501 T:1193     info <general>:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2024-03-13 11:21:17.501 T:1193     info <general>:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2024-03-13 11:21:17.501 T:1193     info <general>:         m_streamTypes     : No passthrough capabilities
2024-03-13 11:21:17.501 T:1193     info <general>:     Device 3
2024-03-13 11:21:17.501 T:1193     info <general>:         m_deviceName      : alsa_output.platform-fef00700.hdmi.hdmi-stereo
2024-03-13 11:21:17.501 T:1193     info <general>:         m_displayName     : Built-in Audio Digital Stereo (HDMI)
2024-03-13 11:21:17.501 T:1193     info <general>:         m_displayNameExtra: HDMI / DisplayPort (PULSEAUDIO)
2024-03-13 11:21:17.501 T:1193     info <general>:         m_deviceType      : AE_DEVTYPE_PCM
2024-03-13 11:21:17.501 T:1193     info <general>:         m_channels        : FL, FR
2024-03-13 11:21:17.501 T:1193     info <general>:         m_sampleRates     : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
2024-03-13 11:21:17.501 T:1193     info <general>:         m_dataFormats     : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
2024-03-13 11:21:17.501 T:1193     info <general>:         m_streamTypes     : No passthrough capabilities
2024-03-13 11:21:17.501 T:1194     info <general>: CActiveAESink::OpenSink - initialize sink
2024-03-13 11:21:17.569 T:1194     info <general>: PulseAudio: Opened device alsa_output.platform-fef00700.hdmi.hdmi-stereo in pcm mode with Buffersize 150 ms Periodsize 50 ms
2024-03-13 11:21:17.575 T:1145     info <general>: CLangInfo: loading resource.language.pl_pl language information...
2024-03-13 11:21:17.606 T:1145     info <general>: global locale set to C
2024-03-13 11:21:17.606 T:1145     info <general>: CLangInfo: loading resource.language.pl_pl language strings...
2024-03-13 11:21:17.767 T:1222     info <general>: Running database version Addons33
2024-03-13 11:21:17.769 T:1222     info <general>: Running database version ViewModes6
2024-03-13 11:21:17.771 T:1222     info <general>: Running database version Textures13
2024-03-13 11:21:17.781 T:1222     info <general>: Running database version MyMusic82
2024-03-13 11:21:17.790 T:1222     info <general>: Running database version MyVideos121
2024-03-13 11:21:17.794 T:1222     info <general>: Running database version TV40
2024-03-13 11:21:17.798 T:1222     info <general>: Running database version Epg16
2024-03-13 11:21:17.903 T:1145     info <general>: Unloaded skin
2024-03-13 11:21:17.911 T:1145     info <general>:   load skin from: /home/kodi/.kodi/addons/skin.estuary.nexus.pkscout.mod/ (version: 1.3.7)
2024-03-13 11:21:17.911 T:1145     info <general>:   load fonts for skin...
2024-03-13 11:21:17.914 T:1145     info <general>: Loading colors from /home/kodi/.kodi/addons/skin.estuary.nexus.pkscout.mod/colors/charcoal.xml
2024-03-13 11:21:17.914 T:1145     info <general>: Loading skin includes from /home/kodi/.kodi/addons/skin.estuary.nexus.pkscout.mod/xml/Includes.xml
2024-03-13 11:21:18.009 T:1145     info <general>: LoadFonts: Loading fonts from '/home/kodi/.kodi/addons/skin.estuary.nexus.pkscout.mod/xml/Font.xml'
2024-03-13 11:21:18.059 T:1145     info <general>: LoadTimers: Trying to load skin timers from /home/kodi/.kodi/addons/skin.estuary.nexus.pkscout.mod/xml/Timers.xml
2024-03-13 11:21:18.060 T:1145     info <general>:   load new skin...
2024-03-13 11:21:18.060 T:1145     info <general>: Loading custom window XMLs from skin path /home/kodi/.kodi/addons/skin.estuary.nexus.pkscout.mod/xml
2024-03-13 11:21:18.072 T:1145     info <general>:   initialize new skin...
2024-03-13 11:21:18.072 T:1145     info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2024-03-13 11:21:18.074 T:1145     info <general>: Loading skin file: DialogNotification.xml, load type: LOAD_ON_GUI_INIT
2024-03-13 11:21:18.075 T:1145     info <general>: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-13 11:21:18.105 T:1145     info <general>: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-13 11:21:18.107 T:1145     info <general>: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
2024-03-13 11:21:18.109 T:1145     info <general>: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
2024-03-13 11:21:18.110 T:1145     info <general>: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
2024-03-13 11:21:18.111 T:1145     info <general>: Loading skin file: Custom_1109_TopBarOverlay.xml, load type: LOAD_ON_GUI_INIT
2024-03-13 11:21:18.127 T:1145     info <general>: Loading resource://resource.uisounds.kodi/sounds.xml
2024-03-13 11:21:18.242 T:1145     info <general>:   skin loaded...
2024-03-13 11:21:18.242 T:1145     info <general>: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
2024-03-13 11:21:18.272 T:1145     info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2024-03-13 11:21:18.488 T:1145  warning <general>: JSONRPC: Could not parse type "Setting.Details.SettingList"
2024-03-13 11:21:18.488 T:1145     info <general>: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
2024-03-13 11:21:18.488 T:1145     info <general>: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
2024-03-13 11:21:18.507 T:1145     info <general>: JSONRPC v13.0.0: Successfully initialized
2024-03-13 11:21:18.507 T:1145     info <general>: [Media Detection] starting service for optical media detection
2024-03-13 11:21:18.549 T:1145     info <general>: AddOnLog: peripheral.joystick: Enabling joystick interface "linux"
2024-03-13 11:21:18.554 T:1145     info <general>: Register - new keyboard device registered on application->keyboard: Klawiatura (0000:0000)
2024-03-13 11:21:18.555 T:1145     info <general>: Register - new mouse device registered on application->mouse: Mysz (0000:0000)
2024-03-13 11:21:18.559 T:1145     info <general>: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
2024-03-13 11:21:18.560 T:1145     info <general>: Loaded playercorefactory configuration
2024-03-13 11:21:18.560 T:1145     info <general>: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
2024-03-13 11:21:18.560 T:1145     info <general>: special://masterprofile/playercorefactory.xml does not exist. Skipping.
2024-03-13 11:21:18.560 T:1145     info <general>: removing tempfiles
2024-03-13 11:21:18.561 T:1145     info <general>: UpdateLibraries: Starting video library startup scan
2024-03-13 11:21:18.561 T:1145     info <general>: UpdateLibraries: Starting music library startup scan
2024-03-13 11:21:18.579 T:1231     info <general>: Register - new cec device registered on cec->/dev/cec0: CEC Adapter (0000:0000)
2024-03-13 11:21:18.582 T:1231     info <general>: Register - new cec device registered on cec->/dev/cec1: CEC Adapter (0000:0000)
2024-03-13 11:21:18.596 T:1145     info <general>: initialize done
2024-03-13 11:21:18.596 T:1145     info <general>: Running the application...
2024-03-13 11:21:18.607 T:1145     info <general>: starting zeroconf publishing
2024-03-13 11:21:18.613 T:1145     info <general>: starting upnp client
2024-03-13 11:21:18.649 T:1258     info <general>: ES: Starting UDP Event server on port 9777
2024-03-13 11:21:18.649 T:1258     info <general>: UDP: Listening on port 9777 (ipv6 : true)
2024-03-13 11:21:18.649 T:1145    error <general>: JSONRPC Server: Failed to connect to sdpd
2024-03-13 11:21:18.649 T:1145     info <general>: JSONRPC Server: Successfully initialized
2024-03-13 11:21:18.650 T:1145     info <CWebserver[8080]>: Started
2024-03-13 11:21:18.650 T:1145     info <general>: CWSDiscoveryListenerUDP::Start - Started
2024-03-13 11:21:18.851 T:1145     info <general>: GLES: Maximum texture width: 4096
2024-03-13 11:21:19.303 T:1222     info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - Create starting IPTV Simple PVR client...
2024-03-13 11:21:19.332 T:1226     info <general>: VideoInfoScanner: Starting scan ..
2024-03-13 11:21:19.337 T:1222     info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - Init - Loaded '3' providers mappings
2024-03-13 11:21:19.337 T:1222    error <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadPlayList - Playlist file path is not configured. Channels not loaded.
2024-03-13 11:21:19.337 T:1222     info <general>: AddOnLog: pvr.iptvsimple: pvr.iptvsimple - LoadEPG - EPG file path is not configured. EPG not loaded.
2024-03-13 11:21:19.338 T:1222     info <general>: AddOnLog: pvr.iptvsimple: Initialise Starting separate client update thread...
2024-03-13 11:21:19.340 T:1222     info <general>: PVR Manager: Starting
2024-03-13 11:21:19.376 T:1270    error <general>: GetChannelGroups: Add-on 'pvr.iptvsimple' returned an error: server error
2024-03-13 11:21:19.376 T:1270    error <general>: GetChannels: Add-on 'pvr.iptvsimple' returned an error: server error
2024-03-13 11:21:19.377 T:1270    error <general>: GetChannelGroups: Add-on 'pvr.iptvsimple' returned an error: server error
2024-03-13 11:21:19.377 T:1270    error <general>: GetChannels: Add-on 'pvr.iptvsimple' returned an error: server error
2024-03-13 11:21:19.380 T:1270     info <general>: PVR Manager: Started
2024-03-13 11:21:19.484 T:1227     info <general>: WEATHER: Downloading weather
2024-03-13 11:21:19.634 T:1226    error <general>: Open - error probing input format, /home/kodi/Kodi/tvshows/Clarksons Farm/
2024-03-13 11:21:19.662 T:1266     info <general>: My Music: Scanning for music info using worker thread, operation took 0s
2024-03-13 11:21:20.450 T:1259     info <general>: JSONRPC Server: New connection added
2024-03-13 11:21:20.798 T:1226    error <general>: Parse: Could not find scraper function GetArt
2024-03-13 11:21:20.798 T:1226    error <general>: Run: Unable to parse web site
2024-03-13 11:21:20.869 T:1226  warning <general>: Process directory '/home/kodi/Kodi/tvshows/Doctor Who/' does not exist - skipping scan.
2024-03-13 11:21:21.154 T:1226     info <general>: VideoInfoScanner: Finished scan. Scanning for video info took 1831 ms
2024-03-13 11:21:24.876 T:1245    error <general>: CAddon[plugin.audio.tidal2]: failed to load addon settings from special://profile/addon_data/plugin.audio.tidal2/settings.xml
2024-03-13 11:21:26.697 T:1250     info <general>: Skipped 1 duplicate messages..
2024-03-13 11:21:26.697 T:1250     info <general>: script.module.slyguy - Python Version: 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
2024-03-13 11:21:26.708 T:1250     info <general>: script.module.slyguy - Proxy Started: http://127.0.0.1:52103/
2024-03-13 11:21:26.709 T:1250     info <general>: script.module.slyguy - Widevine Level (fallback): 3
2024-03-13 11:21:26.709 T:1250     info <general>: script.module.slyguy - HDCP Level (fallback): 0.0
2024-03-13 11:21:35.326 T:1145     info <general>: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
2024-03-13 11:22:10.269 T:1270     info <general>: PVR Manager: Starting cleanup of cached images.
2024-03-13 11:22:10.491 T:1270     info <general>: PVR Manager: Cleaned up 0 cached images.
2024-03-13 11:23:06.039 T:1259     info <general>: JSONRPC Server: New connection added
2024-03-13 11:23:06.920 T:1484     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /play/
                                                   Params: {'video_id': 'b7l9u3H8H8A', 'incognito': False}
2024-03-13 11:23:07.580 T:1484    error <general>: [plugin.video.youtube] Request failed
                                                   Status: 400 - Bad Request
                                                   Stack trace (most recent call last):
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py", line 17, in <module>
                                                       plugin_runner.run(youtube.Provider())
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/plugin_runner.py", line 60, in run
                                                       __PLUGIN__.run(provider, context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/plugin/xbmc/xbmc_plugin.py", line 63, in run
                                                       results = provider.navigate(context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 113, in navigate
                                                       result = method(context, re_match)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 290, in wrapper
                                                       return func(*args, **kwargs)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/provider.py", line 656, in on_play
                                                       return yt_play.play_video(self, context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/yt_play.py", line 48, in play_video
                                                       video_streams = client.get_video_streams(context, video_id)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 213, in get_video_streams
                                                       video_streams = video_info.load_stream_infos(video_id)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 656, in load_stream_infos
                                                       return self._get_video_info()
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 1029, in _get_video_info
                                                       result = self.request(
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/network/requests.py", line 118, in request
                                                       stack_trace = format_stack()

2024-03-13 11:23:08.347 T:1145     info <general>: VideoPlayer::OpenFile: plugin://plugin.video.youtube/play/?video_id=b7l9u3H8H8A&incognito=false
2024-03-13 11:23:08.356 T:1486     info <general>: Creating InputStream
2024-03-13 11:23:08.364 T:1486     info <general>: Creating Demuxer
2024-03-13 11:23:08.377 T:1486    error <general>: Open - Error, could not open file http://127.0.0.1:50152/youtube/manifest/dash/b7l9u3H8H8A.mpd
2024-03-13 11:23:08.377 T:1486    error <general>: OpenDemuxStream - Error creating demuxer
2024-03-13 11:23:08.377 T:1486     info <general>: CVideoPlayer::OnExit()
2024-03-13 11:23:08.473 T:1145     info <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
2024-03-13 11:23:08.478 T:1145     info <general>: CVideoPlayer::CloseFile()
2024-03-13 11:23:08.478 T:1145     info <general>: VideoPlayer: waiting for threads to exit
2024-03-13 11:23:08.478 T:1145     info <general>: VideoPlayer: finished waiting
2024-03-13 11:23:21.747 T:1145    error <general>: Control 55 in window 10025 has been asked to focus, but it can't
2024-03-13 11:23:21.777 T:1484     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /
                                                   Params: {}
2024-03-13 11:23:25.146 T:1484     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /config/youtube/
                                                   Params: {'category_label': 'Ustawienia'}
2024-03-13 11:23:25.163 T:1591    error <general>: GetDirectory - Error getting plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia
2024-03-13 11:23:25.164 T:1145    error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/config/youtube/?category_label=Ustawienia) failed
2024-03-13 11:23:25.167 T:1484     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /
                                                   Params: {}
2024-03-13 11:23:26.347 T:1145     info <general>: Loading skin file: DialogAddonSettings.xml, load type: KEEP_IN_MEMORY
2024-03-13 11:23:35.192 T:1259     info <general>: WebSocket: connection closed by client
2024-03-13 11:23:35.192 T:1259     info <general>: JSONRPC Server: Disconnection detected
2024-03-13 11:24:52.742 T:1145     info <general>: Loading skin file: Settings.xml, load type: KEEP_IN_MEMORY
2024-03-13 11:24:57.502 T:1145     info <general>: Loading skin file: SettingsCategory.xml, load type: KEEP_IN_MEMORY
2024-03-13 11:24:59.577 T:1145    error <CSettingString>: unknown options filler "libinputkeyboardlayout" of "input.libinputkeyboardlayout"
2024-03-13 11:25:10.964 T:1145     info <general>: Log level changed to "trace"
2024-03-13 11:25:10.965 T:1145     info <general>: Enabled debug logging due to GUI setting. Level 2.
2024-03-13 11:25:10.966 T:1145    debug <general>: ------ Window Init () ------
2024-03-13 11:25:12.453 T:1179    debug <general>: LIRC: - NEW 0000000000ff738c 00 KEY_OK argon (KEY_OK)
2024-03-13 11:25:12.454 T:1145    debug <general>: HandleKey: 11 (0xb, obc244) pressed, window 10016, action is Select
2024-03-13 11:25:12.455 T:1145     info <general>: Disabled debug logging due to GUI setting. Level 0.
2024-03-13 11:25:12.455 T:1145     info <general>: Log level changed to "info"
2024-03-13 11:25:20.818 T:1145     info <general>: Loading skin file: EventLog.xml, load type: KEEP_IN_MEMORY
2024-03-13 11:25:49.811 T:1145    error <CSettingString>: unknown options filler "libinputkeyboardlayout" of "input.libinputkeyboardlayout"
2024-03-13 11:26:29.740 T:1145     info <general>: Log level changed to "trace"
2024-03-13 11:26:29.740 T:1145     info <general>: Enabled debug logging due to GUI setting. Level 2.
2024-03-13 11:26:29.741 T:1145    debug <general>: ------ Window Init () ------
2024-03-13 11:26:34.769 T:1179    debug <general>: LIRC: - NEW 0000000000ff9966 00 KEY_LEFT argon (KEY_LEFT)
2024-03-13 11:26:34.786 T:1145    debug <general>: HandleKey: 169 (0xa9, obc86) pressed, window 10016, action is Left
2024-03-13 11:26:36.487 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:26:36.500 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10016, action is Down
2024-03-13 11:26:37.313 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:26:37.322 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10016, action is Down
2024-03-13 11:26:39.401 T:1179    debug <general>: LIRC: - NEW 0000000000ff09f6 00 KEY_BACK argon (KEY_BACK)
2024-03-13 11:26:39.424 T:1145    debug <general>: HandleKey: menu (0xd8) pressed, window 10016, action is PreviousMenu
2024-03-13 11:26:39.437 T:1145    debug <general>: CGUIWindowManager::PreviousWindow: Deactivate
2024-03-13 11:26:39.736 T:1145    debug <general>: ------ Window Deinit (SettingsCategory.xml) ------
2024-03-13 11:26:39.736 T:1145    debug <general>: FreeVisualisation() done
2024-03-13 11:26:39.759 T:1145    debug <general>: CGUIWindowManager::PreviousWindow: Activate new
2024-03-13 11:26:39.759 T:1145    debug <general>: ------ Window Init (EventLog.xml) ------
2024-03-13 11:26:39.760 T:1145    debug <general>: CGUIMediaWindow::GetDirectory (events://)
2024-03-13 11:26:39.760 T:1145    debug <general>:   ParentPath = [events://]
2024-03-13 11:26:43.717 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:26:43.726 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10050, action is Down
2024-03-13 11:26:44.169 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:26:44.169 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10050, action is Down
2024-03-13 11:26:44.537 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:26:44.538 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10050, action is Down
2024-03-13 11:26:45.129 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:26:45.165 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10050, action is Down
2024-03-13 11:26:46.113 T:1179    debug <general>: LIRC: - NEW 0000000000ff4bb4 00 KEY_DOWN argon (KEY_DOWN)
2024-03-13 11:26:46.143 T:1145    debug <general>: HandleKey: 167 (0xa7, obc88) pressed, window 10050, action is Down
2024-03-13 11:26:46.681 T:1179    debug <general>: LIRC: - NEW 0000000000ff09f6 00 KEY_BACK argon (KEY_BACK)
2024-03-13 11:26:46.692 T:1145    debug <general>: HandleKey: menu (0xd8) pressed, window 10050, action is Back
2024-03-13 11:26:46.692 T:1145    debug <general>: CGUIWindowManager::PreviousWindow: Deactivate
2024-03-13 11:26:47.020 T:1145    debug <general>: ------ Window Deinit (EventLog.xml) ------
2024-03-13 11:26:47.020 T:1145    debug <general>: FreeVisualisation() done
2024-03-13 11:26:47.042 T:1145    debug <general>: CGUIWindowManager::PreviousWindow: Activate new
2024-03-13 11:26:47.042 T:1145    debug <general>: ------ Window Init (Settings.xml) ------
2024-03-13 11:26:47.053 T:1179    debug <general>: LIRC: - NEW 0000000000ff09f6 00 KEY_BACK argon (KEY_BACK)
2024-03-13 11:26:47.069 T:1145    debug <general>: HandleKey: menu (0xd8) pressed, window 10004, action is PreviousMenu
2024-03-13 11:26:47.069 T:1145    debug <general>: CGUIWindowManager::PreviousWindow: Deactivate
2024-03-13 11:26:47.073 T:1145    debug <general>: ------ Window Deinit (Settings.xml) ------
2024-03-13 11:26:47.073 T:1145    debug <general>: FreeVisualisation() done
2024-03-13 11:26:47.094 T:1145    debug <general>: CGUIWindowManager::PreviousWindow: Activate new
2024-03-13 11:26:47.094 T:1145    debug <general>: ------ Window Init (Home.xml) ------
2024-03-13 11:27:27.613 T:1250    debug <CAddonSettings[0@script.module.slyguy]>: trying to load setting definitions from old format...
2024-03-13 11:27:27.614 T:1250    debug <CSettingsManager>: requested setting (_addon_md5) was not found.
2024-03-13 11:27:27.614 T:1250    debug <CSettingsManager>: requested setting (_arch) was not found.
2024-03-13 11:27:27.614 T:1250    debug <CSettingsManager>: requested setting (_last_updates_check) was not found.
2024-03-13 11:27:27.614 T:1250    debug <CSettingsManager>: requested setting (_mac) was not found.
2024-03-13 11:27:27.614 T:1250    debug <CSettingsManager>: requested setting (_updates) was not found.
2024-03-13 11:27:27.614 T:1250    debug <CSettingsManager>: requested setting (_wv_last_check) was not found.
2024-03-13 11:27:27.614 T:1250    debug <CSettingsManager>: requested setting (_wv_latest_hash) was not found.
2024-03-13 11:27:27.614 T:1250    debug <CSettingsManager>: requested setting (show_series_folders) was not found.
2024-03-13 11:27:27.614 T:1250    debug <CSettingsManager>: requested setting (video_folder_content) was not found.
2024-03-13 11:27:27.616 T:1250    debug <general>: script.module.slyguy - Attempt 1/2: GET https://slyguy.uk/.repo/news.json.gz
2024-03-13 11:27:27.740 T:1250    debug <general>: script.module.slyguy - DNS Resolver: slyguy.uk -> 104.21.78.71
2024-03-13 11:27:27.925 T:1250    debug <general>: script.module.slyguy - SSL Cipher: slyguy.uk - ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
2024-03-13 11:27:28.052 T:1250    debug <general>: script.module.slyguy - SKIPPED SIGNAL: on_settings_changed
2024-03-13 11:27:41.765 T:1259    debug <general>: JSONRPC Server: New connection detected
2024-03-13 11:27:41.765 T:1259     info <general>: JSONRPC Server: New connection added
2024-03-13 11:27:41.838 T:1145    debug <general>: CScriptRunner: running add-on script YouTube('plugin://plugin.video.youtube/play/', '2', '?video_id=b7l9u3H8H8A&incognito=false')
2024-03-13 11:27:41.838 T:2777    debug <general>: Thread LanguageInvoker start, auto delete: false
2024-03-13 11:27:41.839 T:2777    debug <general>: initializing python engine.
2024-03-13 11:27:41.839 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): start processing
2024-03-13 11:27:41.859 T:2778    debug <general>: Thread ScriptObs start, auto delete: false
2024-03-13 11:27:41.866 T:2777    debug <general>: -->Python Interpreter Initialized<--
2024-03-13 11:27:41.866 T:2777    debug <general>: 

2024-03-13 11:27:41.866 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): the source file to load is "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py"
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9): full python path:
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):   custom python path:
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /home/kodi/.kodi/addons/script.module.certifi/lib
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /home/kodi/.kodi/addons/script.module.chardet/lib
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /home/kodi/.kodi/addons/script.module.idna/lib
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /home/kodi/.kodi/addons/script.module.infotagger/resources/modules
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /home/kodi/.kodi/addons/script.module.inputstreamhelper/lib
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /home/kodi/.kodi/addons/script.module.requests/lib
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /home/kodi/.kodi/addons/script.module.urllib3/lib
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):   default python path:
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /usr/lib/python311.zip
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /usr/lib/python3.11
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /usr/lib/python3.11/lib-dynload
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /usr/local/lib/python3.11/dist-packages
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /usr/lib/python3/dist-packages
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):     /usr/lib/python3.11/dist-packages
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9): adding args:
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):  plugin://plugin.video.youtube/play/
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):  2
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):  ?video_id=b7l9u3H8H8A&incognito=false
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9):  resume:false
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): entering source directory /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib
2024-03-13 11:27:41.867 T:2777    debug <general>: CPythonInvoker(9, /home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py): instantiating addon using automatically obtained id of "plugin.video.youtube" dependent on version 3.0.1 of the xbmc.python api
2024-03-13 11:27:42.059 T:1145    debug <general>: ------ Window Init (DialogBusy.xml) ------
2024-03-13 11:27:42.413 T:2777    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:27:42.430 T:2777    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:27:42.446 T:2777    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:27:42.518 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.video.quality.isa|: True (bool, success)
2024-03-13 11:27:42.528 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.mpd.videos|: True (bool, success)
2024-03-13 11:27:42.537 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.http.port|: 50152 (int, success)
2024-03-13 11:27:42.546 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.http.ip.whitelist|: "" (str, success)
2024-03-13 11:27:42.553 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.http.listen|: "0.0.0.0" (str, success)
2024-03-13 11:27:42.554 T:2777    debug <general>: [plugin.video.youtube] send_notification: |check_settings| -> |{"use_httpd": true, "httpd_port": 50152, "whitelist": ["127.0.0.1"], "httpd_address": "0.0.0.0"}|
2024-03-13 11:27:42.555 T:2777    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/api_keys.json|
2024-03-13 11:27:42.555 T:2777    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/api_keys.json|
2024-03-13 11:27:42.555 T:2777    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:27:42.556 T:2777    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:27:42.566 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.api.key|: "AIz...Q4g" (str, success)
2024-03-13 11:27:42.575 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.api.id|: "955...t5jjg" (str, success)
2024-03-13 11:27:42.583 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.api.secret|: "GOC...3By" (str, success)
2024-03-13 11:27:42.584 T:2777    debug <general>: [plugin.video.youtube] User: |0|, Using API key set: |own|
2024-03-13 11:27:42.594 T:1249    debug <general>: [plugin.video.youtube] onNotification: |check_settings| -> |{'use_httpd': True, 'httpd_port': 50152, 'whitelist': ['127.0.0.1'], 'httpd_address': '0.0.0.0'}|
2024-03-13 11:27:42.674 T:2777    debug <general>: [plugin.video.youtube] Starting Kodion framework by bromix...
2024-03-13 11:27:42.674 T:2777     info <general>: [plugin.video.youtube] Running: YouTube (7.0.3.2+unofficial.1) on Nexus (Kodi-20.3) with Python 3.11.2
                                                   Path: /play/
                                                   Params: {'video_id': 'b7l9u3H8H8A', 'incognito': False}
2024-03-13 11:27:42.682 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.setup_wizard|: False (bool, success)
2024-03-13 11:27:42.688 T:2777    debug <general>: [plugin.video.youtube] JSONStore.load - loading:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:27:42.688 T:2777    debug <general>: [plugin.video.youtube] JSONStore.save - data unchanged:
                                                   |/home/kodi/.kodi/userdata/addon_data/plugin.video.youtube/access_manager.json|
2024-03-13 11:27:42.696 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.content.max_per_page|: 50 (int, success)
2024-03-13 11:27:42.707 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.language|: "en" (str, success)
2024-03-13 11:27:42.716 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.region|: "PL" (str, success)
2024-03-13 11:27:42.716 T:2777    debug <general>: [plugin.video.youtube] Selecting YouTube config "All"
2024-03-13 11:27:42.716 T:2777    debug <general>: [plugin.video.youtube] Access token count: |2| Refresh token count: |2|
2024-03-13 11:27:42.725 T:2777    debug <general>: [plugin.video.youtube] Get |requests.ssl.verify|: True (bool, success)
2024-03-13 11:27:42.733 T:2777    debug <general>: [plugin.video.youtube] Get |requests.timeout.connect|: 9 (int, success)
2024-03-13 11:27:42.743 T:2777    debug <general>: [plugin.video.youtube] Get |requests.timeout.read|: 27 (int, success)
2024-03-13 11:27:42.743 T:2777    debug <general>: [plugin.video.youtube] User is logged in
2024-03-13 11:27:42.752 T:2777    debug <general>: [plugin.video.youtube] Get |kodion.cache.size|: 20 (int, success)
2024-03-13 11:27:42.761 T:2777    debug <general>: [plugin.video.youtube] Get |youtube.client.selection|: 0 (int, success)
2024-03-13 11:27:43.154 T:2777    error <general>: [plugin.video.youtube] Request failed
                                                   Status: 400 - Bad Request
                                                   Stack trace (most recent call last):
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/plugin.py", line 17, in <module>
                                                       plugin_runner.run(youtube.Provider())
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/plugin_runner.py", line 60, in run
                                                       __PLUGIN__.run(provider, context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/plugin/xbmc/xbmc_plugin.py", line 63, in run
                                                       results = provider.navigate(context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 113, in navigate
                                                       result = method(context, re_match)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/abstract_provider.py", line 290, in wrapper
                                                       return func(*args, **kwargs)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/provider.py", line 656, in on_play
                                                       return yt_play.play_video(self, context)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/yt_play.py", line 48, in play_video
                                                       video_streams = client.get_video_streams(context, video_id)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 213, in get_video_streams
                                                       video_streams = video_info.load_stream_infos(video_id)
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 656, in load_stream_infos
                                                       return self._get_video_info()
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/helper/video_info.py", line 1029, in _get_video_info
                                                       result = self.request(
                                                     File "/home/kodi/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/network/requests.py", line 118, in request
                                                       stack_trace = format_stack()
MoojMidge commented 5 months ago

Have you changed the following two settings just prior to seeing this problem? Or did you have these set before and it was still working?

Settings > Advanced > Support alternative player
Settings > Advanced > Use YouTube website urls

You don't have a playercorefactory.xml file so these settings won't do anything except mess up playback.

bartosz-antosik commented 5 months ago

The first I have definitely changed in hope that maybe it will change something to the better. The second I do not recall touching.

The addon did never work, actually. I recon I had version 7.0.2.x working. Then I have upgraded one very similar instance (RPi 4, RPiOS etc.) and it works fine. Then I have upgraded the one that you have logs from above and it never worked in this version. I have gone so far to rename the settings folder, then reinstalled 7.0.3.2, then provided with new API keys, logged-in etc. But it never worked from the moment of the upgrade.

MoojMidge commented 5 months ago

It can't work if you have enabled those settings. Disable them and try again.

If there is still a problem you can post an updated log.

bartosz-antosik commented 5 months ago

I understand. Thank you, will return in a moment.

bartosz-antosik commented 5 months ago

I am terribly sorry! Once these settings are reverted plugin works!

Many, many thanks! My too-deep log reading got me mislead.