• 1
  • 154
  • 155
  • 156(current)
  • 157
  • 158
  • 258
Release YouTube (IMPORTANT - READ FIRST POST)
(2015-08-30, 16:13)jdf76 Wrote: Give signing out and signing back in a try.

Thanks
Jeff

Thanks. Tried that, still a no go.Undecided
(2015-08-30, 15:58)ArtVandalay7 Wrote:
(2015-08-30, 12:11)bromix Wrote:
(2015-08-30, 05:34)ArtVandalay7 Wrote: Is this happening to anyone else? This is a relatively new problem; YouTube has always worked fine for me on xbmc and kodi--now all of a sudden it doesn't...Very frustrating!!!
Please use the search directly in this thread. The problem got already explained. And stop comparing your browser behavior with an addon..these are completely different things regarding API.

Thanks for the response. I had already done an extensive search and is the long story short there is no fix for this because I can't find one. If the add-on is frequently non-functional (which it now is for me) then it's a big problem, no? And the comparison is mostly for YouTube via xbmc and kodi, which up until about a week or two ago, never had this problem.
Entitled much? I'm sure Bromix will be happy to give you a full refund.

There's so many ways to get YouTube content on your tv these days... If you really can't be patient waiting for Google to fix the extreme limitations on their api, or deal with editing in your own token...use another method until the daily limit resets.
Hi...I'm using Kodi 14.0
Youtube doesn't work...always still "loading"
Why!¿? Huh
(2015-08-30, 05:16)ArtVandalay7 Wrote: What in the world is the deal with the "daily limit exceeded" when any search is performed??!! Any way to fix this? (Using version 5.1.8)

same issue for me.
I use raspberry pi 2 and from few days ago every time I click "most popular videos" on youtube I get the message Exception in ContentProvider Unknown kind ''

What should I do? I tried signing in and out and it didn't help.
Feature Request

Hallo Bromix

Hätte da n "kleines" Feature Request

Fänd es Cool wenn man über das Kontextmenu sich die Kommentare zu einem Video anzeigen lassen könnte. Der Oberhammer wärs natürlich noch wenn man auch gleich eigene Kommentare verfassen könnte (wär mir aber nicht soo wichtig.)

Gruss


In English:

Hello Bromix

Would have a "liddle" Feature Request.

Woud be gr8 if it would by Possible to show the comments for a selected Video (probably thru a Option in the Context Menu.)
If it then would also be possible to write own comments would be cool to. (write own comments isnt for me personal same importand as the Option to read posted comments but would be cool to.)

Regards.
hi
i'm getting allot of crashes of the YouTube plugin with this errors in the log file





Code:
11:48:23 T:4384   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: 'NoneType' object is not callable
                                            Traceback (most recent call last):
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\default.py", line 7, in <module>
                                                runner.run(__provider__)
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\runner.py", line 32, in run
                                                __RUNNER__.run(provider, context)
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\impl\xbmc\xbmc_runner.py", line 23, in run
                                                results = provider.navigate(context)
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\abstract_provider.py", line 123, in navigate
                                                result = method(context, re_match)
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\register_provider_path.py", line 12, in wrapper
                                                return func(*args, **kwargs)
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\provider.py", line 388, in _on_yt_specials
                                                return yt_specials.process(category, self, context, re_match)
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\yt_specials.py", line 229, in process
                                                return _process_new_uploaded_videos_tv(provider, context, re_match)
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\yt_specials.py", line 209, in _process_new_uploaded_videos_tv
                                                result.extend(tv.my_subscriptions_to_items(provider, context, json_data))
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\tv.py", line 23, in my_subscriptions_to_items
                                                utils.update_video_infos(provider, context, video_id_dict, channel_items_dict=channel_item_dict)
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\utils.py", line 147, in update_video_infos
                                                video_data = resource_manager.get_videos(video_ids)
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\resource_manager.py", line 109, in get_videos
                                                result.update(self._update_videos(list_of_50))
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\resource_manager.py", line 68, in _update_videos
                                                video_data = function_cache.get_cached_only(self._get_video_data, unicode(video_id))
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\utils\function_cache.py", line 66, in get_cached_only
                                                data, cache_id = self._get_cached_data(partial_func)
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\utils\function_cache.py", line 56, in _get_cached_data
                                                return self._get(cache_id), cache_id
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\utils\storage.py", line 191, in _get
                                                result = self._execute(False, query, [item_id])
                                              File "C:\Users\kodi\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\utils\storage.py", line 79, in _execute
                                                return self._cursor.execute(query, values)
                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\sqlite3\dbapi2.py", line 69, in convert_timestamp
                                                year, month, day = map(int, datepart.split("-"))
                                            TypeError: 'NoneType' object is not callable
                                            -->End of Python script error report<--
11:48:24 T:4576   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.youtube/special/new_uploaded_videos_tv/
11:48:24 T:4576   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/special/new_uploaded_videos_tv/) failed
I was having this https://github.com/bromix/plugin.video.y...issues/288 problem a while back and i think i found the reason for it. When the setup-wizard starts it asks you for language and region if you click no you no longer get the "Exception in ContentProvider - Unknown Kind" when clicking on "Popular right now" and others
(2015-09-09, 16:31)komplex Wrote: I was having this https://github.com/bromix/plugin.video.y...issues/288 problem a while back and i think i found the reason for it. When the setup-wizard starts it asks you for language and region if you click no you no longer get the "Exception in ContentProvider - Unknown Kind" when clicking on "Popular right now" and others
Which language and country did you set normally? Because without it you get the wrong result based on your region, which also means you found another bug in the YouTube API Smile
For the other problems mentioned here I try to look into them (hopefully) next week because I'm recovering from a surgery.
(2015-09-09, 17:05)bromix Wrote: Which language and country did you set normally? Because without it you get the wrong result based on your region, which also means you found another bug in the YouTube API Smile

When i set the language to "English (United Kingdom)" and region to Ireland i was getting that error

I can see the list it gives me is this one with nothing selected https://www.youtube.com/playlist?list=PL...leD68f9s14- . Getting the default list is better than no list at all Smile

Setting it back to English and Ireland and i get this

Code:
16:20:18 T:4024  NOTICE: [plugin.video.youtube] Running: YouTube (5.1.8) on Isengard (16.0) with Python 2.7.8
16:20:18 T:4024   ERROR: [plugin.video.youtube] Unknown kind ''
16:20:20 T:3100   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.youtube/special/popular_right_now/
16:20:20 T:3100   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/special/popular_right_now/) failed
16:20:20 T:1820  NOTICE: Thread BackgroundLoader start, auto delete: false
16:20:54 T:992  NOTICE: Thread JobWorker start, auto delete: true
16:20:55 T:9456  NOTICE: Thread LanguageInvoker start, auto delete: false
16:20:55 T:9456  NOTICE: -->Python Interpreter Initialized<--
16:20:55 T:9456  NOTICE: [plugin.video.youtube] Running: YouTube (5.1.8) on Isengard (16.0) with Python 2.7.8
16:20:55 T:9456   ERROR: [plugin.video.youtube] Unknown kind ''
16:20:56 T:3100   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.youtube/special/browse_channels/
16:20:56 T:3100   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/special/browse_channels/) failed
16:20:56 T:3664  NOTICE: Thread BackgroundLoader start, auto delete: false
(2015-09-09, 17:07)bromix Wrote: For the other problems mentioned here I try to look into them (hopefully) next week because I'm recovering from a surgery.
Hope you get get well! Thanks for all you do.
(2015-09-09, 17:07)bromix Wrote: For the other problems mentioned here I try to look into them (hopefully) next week because I'm recovering from a surgery.
no worry's getting well that is the most important thing you have to do Angel
I don't know if I'm alone in missing a "mark as watched" entry in the YouTube add-on contextmenu, but it would make it more consistent with the Kodi Video Library contextmenu. I find it very useful to mark videos in subscribed channels as "watched" so they can be hidden. The argument for that would really be the same as for the Kodi Video Library.

I can mark a YouTube video as "watched" by calling the action ToggleWatched (with json?) from my remote control app, but it's cumbersome.

Sorry if this is an old request. I could not find anything when searching this thread.

THANKS for this paragon of a Kodi add-on!
(2015-08-11, 18:14)bromix Wrote:
(2015-08-11, 17:31)J876 Wrote: Dear Bromix,

I am not sure if anyone else is experiencing this problem but there seems to be a bug in the Search part of the YouTube addon
(I have the Bromix repository installed).

It is an intermittent fault, but every couple of times I search for something and the add-on finishes querying YouTube the Search results
disappear and the add-on immediately returns to the Search list with the previous searches and the term you just searched for does not appear.

I have recorded this behaviour with Kodi's debug logger and posted it to the following pastebin:

http://xbmclogs.com/p5wpnewuu

Any ideas?

Thanks for your help.

I think I know the problem...thought it should be fixed in 5.1.7. I'm preparing the next update...hopefully I find some free time Wink

Dear Bromix,

Thanks for your hard work on this addon and keeping it up to date.

This search bug is still rearing its ugly head again and whilst I was recording using the inbuilt Kodi debug logger, a new
bug come up (could be the YouTube site itself I am not certain) a "Daily limit exceeded" error notification appears every second
search.

I have version 5.1.8 of the YouTube addon.

My OS is Ubuntu 14.04.3 Trusty Tahr 32-bit edition and I have Kodi 15.1 Isengard.

Here is the link to a copy of my debug log:

http://xbmclogs.com/psonaqz2d

Thanks for your help and I hope you get well soon.
  • 1
  • 154
  • 155
  • 156(current)
  • 157
  • 158
  • 258

Logout Mark Read Team Forum Stats Members Help
YouTube (IMPORTANT - READ FIRST POST)20