2024-03-19, 04:57
cool- I don't know how to apply the fix so I''ll just wait for the fix
(2024-03-19, 01:41)nycguy Wrote: Hello when using my playlist, I can not remove a video. I have to press refresh every time to remove it. Any ideas? Thanks for everything
(2024-03-19, 01:44)flhthemi Wrote: Open
https://console.cloud.google.com/apis/dashboard
Choose your project in the top combo box (to the right from Google Cloud logo).
In the "Credentials" section look at "OAuth 2.0 Client IDs" list. Type column should be "TV and Limited Input". If not - create a new OAuth 2.0 key and use it instead.
If you see error messages related to quota - open this link: https://console.cloud.google.com/apis/ap...com/quotas
You should see something like:
Queries per day: 10 000
Queries per minute: 1 800 000
Queries per minute per user: 180 000
If not - you will have to create a new project in Google Cloud. Just follow the standard instructions.
Thank you for the help! Kinda figured I would have to make a new key..and...it worked!!!
(2024-03-19, 15:15)flhthemi Wrote: Well did this to my Kodi V21.0 RC1 Youtube V7.0.3.2+matrix.1 and I get "[WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions". What's needed to fix this?
(2024-03-19, 22:50)MaryanR Wrote:(2024-03-19, 15:15)flhthemi Wrote: Well did this to my Kodi V21.0 RC1 Youtube V7.0.3.2+matrix.1 and I get "[WinError 10013] An attempt was made to access a socket in a way forbidden by its access permissions". What's needed to fix this?
Usually such message is shown if a software on Windows machine tries to start a local server and bind it to the port which is already used.
In general this can happen if
- you start the application more than once (check if you have any rogue Kodi processes) OR
- some other application already took the port wanted by Kodi (run in cmd the following command "netstat -na|findstr 50152", assuming 50152 is the port specified in the Kodi youtube settings) OR
- you need admin privilege to start the server (run Kodi as administrator) OR
- access is blocked by firewall (try disabling the firewall temporarily. If it helps - find a way for granting access for Kodi in firewall)
In the context of Kodi+youtube plugin I would disable the "API confiuguration page" as well as any HTTP server features in the youtube plugin settings. This will eliminate the need to start the HTTP server at all.
(2024-03-21, 16:48)oareid Wrote: Hoping for a fix soon for this error with YouTube PlaylistsSee:
Unable to get playlist items for plugin://plugin.video.youtube
(2024-03-23, 10:50)koteufel Wrote:7.0.4 does not fix.(2024-03-21, 16:48)oareid Wrote: Hoping for a fix soon for this error with YouTube PlaylistsSee:
Unable to get playlist items for plugin://plugin.video.youtube
https://github.com/anxdpanic/plugin.vide...e/releases
Version v7.0.4 should fix this.
python:xbmc.executebuiltin(f"RunPlugin(plugin://plugin.video.youtube/play/?video_id={youtube_id})")