• 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 258
Release YouTube (IMPORTANT - READ FIRST POST)
Also getting a script failed error when trying to go to playlist or search after a clean install.

http://pastebin.com/iDaNHax1
(2014-11-23, 23:35)Raitsa Wrote: 18 autoupdated to 20 but did not work for me at all (OpenElec 4.2.1 & Celeron NUC).

After rebooting it did not work either, I was able to type in different searches but no results show up, just an error.

Time to get some sleep and tomorrow hopefully time for some logs.

(2014-11-24, 00:38)clamps Wrote:
(2014-11-23, 23:35)Raitsa Wrote: 18 autoupdated to 20 but did not work for me at all (OpenElec 4.2.1 & Celeron NUC).

After rebooting it did not work either, I was able to type in different searches but no results show up, just an error.

Time to get some sleep and tomorrow hopefully time for some logs.

Same problem here, re-installing didn't help.

I'm not sure what log do you need, if it's xbmc.log - here is the error:


01:26:13 T:2863854672 NOTICE: Thread JobWorker start, auto delete: true
01:26:13 T:2755187792 NOTICE: Thread LanguageInvoker start, auto delete: false
01:26:13 T:2755187792 NOTICE: -->Python Interpreter Initialized<--
01:26:30 T:2755187792 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'sre_constants.error'>
Error Contents: nothing to repeat
Traceback (most recent call last):
File "/storage/.xbmc/addons/plugin.video.bromix.youtube/default.py", line 7, in <module>
runner.run(__provider__)
File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/kodion/runner.py", line 16, in run
__RUNNER__.run(provider, context)
File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/kodion/impl/xbmc/xbmc_runner.py", line 21, in run
results = provider.navigate(context)
File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/kodion/abstract_provider.py", line 58, in navigate
result = method(context, re_match)
File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/kodion/abstract_provider.py", line 218, in _internal_search
return self.on_search(query, context, re_match)
File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/youtube/provider.py", line 255, in on_search
result.extend(v3.response_to_items(self, context, json_data))
File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/youtube/helper/v3.py", line 160, in response_to_items
result.extend(_process_list_response(provider, context, json_data))
File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/youtube/helper/v3.py", line 149, in _process_list_response
utils.update_video_infos(provider, context, video_id_dict, playlist_item_id_dict)
File "/storage/.xbmc/addons/plugin.video.bromix.youtube/resources/lib/youtube/helper/utils.py", line 37, in update_video_infos
re_match = re.search(regex, video_item.get_name())
File "/home/stephan/projects/openelec-4.2/build.OpenELEC-RPi.arm-4.2.1/Python-2.7.3/.install_pkg/usr/lib/python2.7/re.py", line 142, in search
File "/home/stephan/projects/openelec-4.2/build.OpenELEC-RPi.arm-4.2.1/Python-2.7.3/.install_pkg/usr/lib/python2.7/re.py", line 242, in _compile
error: nothing to repeat
-->End of Python script error report<--
01:26:31 T:3059155488 ERROR: GetDirectory - Error getting plugin://plugin.video.bromix.youtube/kodion/search/query/?q=vevo
01:26:31 T:3059155488 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.bromix.youtube/kodion/search/query/?q=vevo) failed
01:26:31 T:2755187792 NOTICE: Thread LanguageInvoker start, auto delete: false
01:26:31 T:2755187792 NOTICE: -->Python Interpreter Initialized<--
01:26:36 T:2883236944 NOTICE: Thread BackgroundLoader start, auto delete: false

Thanks for the feedback...should be working with the next update.

(2014-11-24, 01:37)Dukman Wrote: Rpi/ OE 4.2.1

Alpha 18 was working fine. Updated to Alpha 20. Script failed error

I uninstalled, removed the userdata/addondata/plugin.video.bromix.youtube folder, reinstalled.

I get "script failed" on playlists and subscriptions and search.

My log.

http://pastebin.com/XyNMM6Gg

BTW. It works fine on my Windows 7 with a new install.

Can you try to delete everything under the addon_data folder for YouTube (bromix-edition) only. The files are cache.sqlite and so on. After that can you provide me with a new log if it fails?
(2014-11-24, 06:11)mo123 Wrote: Is it possible to browse normal Youtube channels/feeds that is not part of your subscribed channels?
What exactly do you mean? Some thing like 'What to watch'? or 'Browse Channels'?

(2014-11-24, 12:12)Crowly Wrote: Login with two step verification doesn't work. It works with an app password (this is unchanged from previous versions)
Without an app password these lines show up in the log file:
Code:
10:37:38 T:140012254902016   ERROR: /home/crowly/.xbmc/addons/script.module.requests/lib/requests/packages/urllib3/connectionpool.py:730: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html (This warning will only appear once by default.)
                                              InsecureRequestWarning)
10:37:42 T:140013027686336   ERROR: GetDirectory - Error getting plugin://plugin.video.bromix.youtube/
10:37:42 T:140013027686336   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.bromix.youtube/) failed

Noticed a lot of these warnings in the log file
Code:
WARNING: GetDurationFromMinuteString <runtime> should be in minutes. Interpreting '39:07' as 39 minutes
The duration calculations might need a little tweak Wink
2-Step-Verification is a pain in the a**** and not part of the normal API (Google Data), because you should use oauth. But I will look into it when I have some spare time Wink also I will try to implement the Sign-In-Method of YouTube TV which I hope should resolve every login problem (but in time - first bug-fixing)

And yes, the little tweak will come Wink the API for addons at this point is a little bit shi**y Smile but I will deal with it Smile

(2014-11-24, 12:53)rridder Wrote: Also getting a script failed error when trying to go to playlist or search after a clean install.

http://pastebin.com/iDaNHax1

Fixed with the next update Smile

(2014-11-24, 04:45)alibaba011 Wrote: Thanks for the update. Everything works as expected. Also alpha 20 change the way we can call the plugin. it is now like this in case anyone wondering:

Code:
plugin://plugin.video.bromix.youtube/play/+YOUTUBEID+/

Is this is permanent change.

Good point Smile wait a little bit. I think I should change that back to a more query like request

Code:
plugin://plugin.video.bromix.youtube/play/?video_id=%YOUTUBEID%
Hi! Could you please add edit search and choose default view as in default youtube? Or maybe help fix default youtube?
Yes. Default view options that work in all skins would be huge for me.
(2014-11-24, 01:37)Dukman Wrote: Rpi/ OE 4.2.1

Alpha 18 was working fine. Updated to Alpha 20. Script failed error

I uninstalled, removed the userdata/addondata/plugin.video.bromix.youtube folder, reinstalled.

I get "script failed" on playlists and subscriptions and search.

My log.

http://pastebin.com/XyNMM6Gg

BTW. It works fine on my Windows 7 with a new install.

Can you try to delete everything under the addon_data folder for YouTube (bromix-edition) only. The files are cache.sqlite and so on. After that can you provide me with a new log if it fails?
[/quote]

I deleted the userdata/addon_data/plugin.video.bromix.youtube folder. Still get script failed error. If it helps, there are a couple playlists with only 4 items which open ok. Any longer playlists give error.

Full debug log:
http://pastebin.com/j3MdHciu

thanks
(2014-11-24, 17:44)Dukman Wrote:
(2014-11-24, 01:37)Dukman Wrote: Rpi/ OE 4.2.1

Alpha 18 was working fine. Updated to Alpha 20. Script failed error

I uninstalled, removed the userdata/addondata/plugin.video.bromix.youtube folder, reinstalled.

I get "script failed" on playlists and subscriptions and search.

My log.

http://pastebin.com/XyNMM6Gg

BTW. It works fine on my Windows 7 with a new install.

Can you try to delete everything under the addon_data folder for YouTube (bromix-edition) only. The files are cache.sqlite and so on. After that can you provide me with a new log if it fails?

I deleted the userdata/addon_data/plugin.video.bromix.youtube folder. Still get script failed error. If it helps, there are a couple playlists with only 4 items which open ok. Any longer playlists give error.

Full debug log:
http://pastebin.com/j3MdHciu

thanks
[/quote]

Awesome Smile thanks...please wait for the update. I think I fixed the problem already.

(2014-11-24, 14:07)389abc Wrote: Hi! Could you please add edit search and choose default view as in default youtube? Or maybe help fix default youtube?
What do you mean with edit search? The search provides a history with even deleting the search history items. also each 'new' existing search will be moved to the top of the list.

(2014-11-24, 16:13)dkplayaclub Wrote: Yes. Default view options that work in all skins would be huge for me.

Default-View is on my ToDo. I know the dilemma with the views Wink
Great update. It's only getting better. Thanks bromix!
(2014-11-24, 17:48)bromix Wrote: What do you mean with edit search? The search provides a history with even deleting the search history items. also each 'new' existing search will be moved to the top of the list.

Yes you could delete search history but not edit it if needed. I can delete and search again but it is more convinient to edit existing search. In case I made mistake.
(2014-11-24, 18:02)389abc Wrote:
(2014-11-24, 17:48)bromix Wrote: What do you mean with edit search? The search provides a history with even deleting the search history items. also each 'new' existing search will be moved to the top of the list.

Yes you could delete search history but not edit it if needed. I can delete and search again but it is more convinient to edit existing search. In case I made mistake.

Ahhh Wink Now I know what you mean.
I just used to it in default yotube because I make mistake when I write sometimes... Smile
I am sorry for so many requests but could you please add download too. Very useful sometimes.
I understand that is consume much time to do something. I would like to thank you for your work!

P.S. Is there a way to import search history from default youtube? (Not important)
A small update for today...so you can test the addon.

alpha 21
  • FIX: crash on android based devices
  • CHG: url for calling the video changed to 'plugin...://.../play/?video_id=afhdfs324'

(2014-11-24, 18:12)389abc Wrote: I just used to it in default yotube because I make mistake when I write sometimes... Smile
I am sorry for so many requests but could you please add download too. Very useful sometimes.
I understand that is consume much time to do something. I would like to thank you for your work!

P.S. Is there a way to import search history from default youtube? (Not important)

First I will look into the editing of a search history item, because that would be in my framework for all further addons to come. Download/Caching maybe later...but importing the search history from the other addon no Wink sorry Smile
Hi! Maybe silly question but update in addon grayed. How can I update it?
Never mind I updated all from addons menu.
(2014-11-24, 21:08)389abc Wrote: Hi! Maybe silly question but update in addon grayed. How can I update it?

Force refresh
Thank you Arse4life! Got it.
  • 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 258

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