2014-11-24, 12:53
Also getting a script failed error when trying to go to playlist or search after a clean install.
http://pastebin.com/iDaNHax1
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
(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.
(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)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 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)
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
The duration calculations might need a little tweakCode:WARNING: GetDurationFromMinuteString <runtime> should be in minutes. Interpreting '39:07' as 39 minutes
(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
(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.
plugin://plugin.video.bromix.youtube/play/?video_id=%YOUTUBEID%
(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.
(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?
(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.
(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.
(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.
(2014-11-24, 18:12)389abc Wrote: I just used to it in default yotube because I make mistake when I write sometimes...
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)