(2020-11-26, 01:26)effe.rnr Wrote: Is the "My Subscriptions (filtered)"-function still working? Because I don't see any content, if I enable the option and add one or several channel names.
I'm also getting this issue - same on full or filtered My Subscriptions list. It was working earlier today and I was watching new videos from my subscriptions, but its empty now.
Videos from my subscribed channels both list and play properly from their sub-folders in the Subscriptions menu however, so it doesn't seem like it's a more systemic auth/key issue.
I deleted the function & data caches, cleared temporary files and did the sign-out/sign-in dance just in case, but no luck.
The Youtube plugin is
very chatty in debug mode but I
think I managed to find what look like they might be the relevant trigger & result sections in all the noise:-
Code:
DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.youtube/special/new_uploaded_videos_tv/)
DEBUG: ParentPath = [plugin://plugin.video.youtube/special/new_uploaded_videos_tv/]
DEBUG: -->Python Interpreter Initialized<--
DEBUG: Thread waiting start, auto delete: false
.
.
. <snip a lot of "normal" debug messages>
.
.
DEBUG: CAddonDatabase::SetLastUsed[plugin.video.youtube] took 2 ms
DEBUG: StartScript - calling plugin YouTube('plugin://plugin.video.youtube/special/new_uploaded_videos_tv/','1','','resume:false')
DEBUG: [plugin.video.youtube] [i] v1 request: |POST| path: |browse| params: |{}| post_data: |{'browseId': 'FEsubscriptions', 'context': {'client': {'acceptRegion': 'US', 'acceptLanguage': 'en-GB', 'theme': 'CLASSIC', 'clientVersion': '5.20150304', 'clientName': 'TVHTML5'}, 'user': {'enableSafetyMode': False}}}
DEBUG: Skin Helper Service --> Kodi_Monitor: sender plugin.video.youtube - method: Other.check_settings - data: ["%7B%22httpd_address%22%3A%20%22127.0.0.1%22%2C%20%22use_httpd%22%3A%20true%2C%20%22whitelist%22%3A%20%22%22%2C%20%22httpd_port%22%3A%2050152%7D"]
DEBUG: [plugin.video.youtube] onNotification: |check_settings| -> |{"httpd_address": "127.0.0.1", "use_httpd": true, "whitelist": "", "httpd_port": 50152}
DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender plugin.video.youtube - method: Other.check_settings - data: ["%7B%22httpd_address%22%3A%20%22127.0.0.1%22%2C%20%22use_httpd%22%3A%20true%2C%20%22whitelist%22%3A%20%22%22%2C%20%22httpd_port%22%3A%2050152%7D"]
ERROR: /storage/.kodi/addons/script.module.urllib3/lib/urllib3/connectionpool.py:1004: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning,
DEBUG: [plugin.video.youtube] Shutdown of Kodion after |0.2869| seconds
Full debug log here:
yedururace.kodi (paste)
Is there any more user-side testing I can do that might be of use, other than waiting for Google to undo whatever they broke ?
Github bug report raised:
https://github.com/anxdpanic/plugin.vide.../issues/56