• 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 149
Release YouTube
I'm trying to establish the Personal API keys.

When I try to put in the 2nd code I get an authorisation error:
Code:
Authorization Error
Error 403: access_denied
The developer hasn’t given you access to this app. It’s currently being tested and it hasn’t been verified by Google.

Request Details
response_type=none
client_id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com
access_type=offline
scope=https://www.googleapis.com/auth/youtube

I was expecting an 'accept the risk' type button, but nothing comes up.
This was using Chrome, Firefox or Brave on Mac OSX, and Chrome on Windows.

Does this point to a config error on my API/auth setup?
Reply
(2020-11-25, 08:57)kidhazy Wrote: I'm trying to establish the Personal API keys.

When I try to put in the 2nd code I get an authorisation error:
Code:
Authorization Error
Error 403: access_denied
The developer hasn’t given you access to this app. It’s currently being tested and it hasn’t been verified by Google.

Request Details
response_type=none
client_id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com
access_type=offline
scope=https://www.googleapis.com/auth/youtube

I was expecting an 'accept the risk' type button, but nothing comes up.
This was using Chrome, Firefox or Brave on Mac OSX, and Chrome on Windows.

Does this point to a config error on my API/auth setup?

you have to add yourself as a registered user in the console  https://i.imgur.com/T9qpQvj.png
Reply
Does anyone know if theres a way to make youtube videos load faster?   On my shield TV, its not too bad, but on my Google TV dongle, it takes about 20+ seconds to load each video.  it's pretty annoying.  It seems to be tied to hardware performance, as the shield is much faster overall than the chromecast 2020, but the chomecast has no trouble loading IPTV streams quickly or anything else... its just the damn youtube videos.  The native youtube app in android loads videos very quickly too... it's something slowing it down with the kodi youtube addon. ..
Reply
(2020-11-25, 17:23)resinis Wrote:
(2020-11-25, 08:57)kidhazy Wrote: I'm trying to establish the Personal API keys.

When I try to put in the 2nd code I get an authorisation error:
Code:
Authorization Error
Error 403: access_denied
The developer hasn’t given you access to this app. It’s currently being tested and it hasn’t been verified by Google.

Request Details
response_type=none
client_id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com
access_type=offline
scope=https://www.googleapis.com/auth/youtube

I was expecting an 'accept the risk' type button, but nothing comes up.
This was using Chrome, Firefox or Brave on Mac OSX, and Chrome on Windows.

Does this point to a config error on my API/auth setup?

you have to add yourself as a registered user in the console  https://i.imgur.com/T9qpQvj.png
Thank you - that fixed it.  I must have missed that step in the instruction videos.
Reply
I am still struggling with this. I completely wiped the add-on, set all areas back to default.... created new key and credentials, and put them in the correct fields, and I'm still getting an error. Anyone have any ideas?

https://paste.kodi.tv/idocifujas
Reply
Hi,
short question:
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.

thanks!
Reply
(2020-11-26, 01:26)effe.rnr Wrote: Hi,
short question:
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.

thanks!

+1
Reply
(2020-11-26, 02:25)Hinkel Wrote:
(2020-11-26, 01:26)effe.rnr Wrote: Hi,
short question:
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.

thanks!

+1

Ditto. I'm guessing YouTube changed something. Not sure if it's a fluke or an actual change though. The rest of the plugin is working normally for me so far.
Reply
(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.  No

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 ? Wink

Github bug report raised: https://github.com/anxdpanic/plugin.vide.../issues/56
Reply
Add me to the list of people who are experiencing an empty "My Subscriptions" folder. I am running 6.8.8 on 3 different machines (2 Libreelecs and 1 Windows 10).
Reply
+1
Reply
(2020-11-25, 23:49)kidhazy Wrote:
(2020-11-25, 17:23)resinis Wrote:
(2020-11-25, 08:57)kidhazy Wrote: I'm trying to establish the Personal API keys.

When I try to put in the 2nd code I get an authorisation error:
Code:
Authorization Error
Error 403: access_denied
The developer hasn’t given you access to this app. It’s currently being tested and it hasn’t been verified by Google.

Request Details
response_type=none
client_id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com
access_type=offline
scope=https://www.googleapis.com/auth/youtube

I was expecting an 'accept the risk' type button, but nothing comes up.
This was using Chrome, Firefox or Brave on Mac OSX, and Chrome on Windows.

Does this point to a config error on my API/auth setup?

you have to add yourself as a registered user in the console  https://i.imgur.com/T9qpQvj.png
Thank you - that fixed it.  I must have missed that step in the instruction videos.

I did too.. i dont even think its in the video.  you have to put your email in like 5 different spots lol.  whatever.
Reply
(2020-11-26, 03:33)resinis Wrote:
(2020-11-25, 23:49)kidhazy Wrote:
(2020-11-25, 17:23)resinis Wrote: you have to add yourself as a registered user in the console  https://i.imgur.com/T9qpQvj.png
Thank you - that fixed it.  I must have missed that step in the instruction videos.

I did too.. i dont even think its in the video.  you have to put your email in like 5 different spots lol.  whatever.

I presume there's no solution?
Reply
I was about to say "it's working fine for me", until I backed out of the addon and tried to re-enter My Subscriptions. At which point I am faced with the same empty list as you. I'm sure @anxdpanic will check it out and work on a solution soon. For now, be patient, watch something else in your library, and trust in those with better knowledge than us.

I'd totally post a debug log, but Mr. Jack Daniels has limited my manual dexterity.

Edit: Nevermind. kodi.log >>> JD. https://paste.kodi.tv/acegegoguw.kodi
Reply
(2020-11-26, 01:26)effe.rnr Wrote: Hi,
short question:
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.

thanks!
I suddenly experienced an empty My Subscriptions list starting earlier today as well. I was watching a video from the list and when it finished and tried to reload the list it was empty. Has been ever since. Everything else appears to be working fine, including Recommendations, Popular right now, My Channel, Watch Later, History, etc. Let me know if you need me to post a log.
Reply
  • 1
  • 10
  • 11
  • 12(current)
  • 13
  • 14
  • 149

Logout Mark Read Team Forum Stats Members Help
YouTube0