2015-01-13, 04:47
I get the same thing with 5.0.4-beta3
(2015-01-13, 03:02)ragedogg69 Wrote:(2015-01-09, 22:52)Sturaro Wrote: Thanks for the excellent work bromix
just one question.
is there a way to save the view option?
i cannot save it to wall, every time when I close Kodi, it goes back to list view.
Can confirm on MQ5 with the Helix fix. The view setting defaults to wide when restarting Kodi. However, in the settings, I turned off "View override" or something to that nature and had success with the addon remembering my view setting.
On another note, I had all my playlists go empty. When I click on them, the only thing listed are "Playlists." Selecting it does nothing. This includes my Watch Later and Favorites.
EDIT I rolled back to 5.0.2 and that solved my playlist problem. Something to do with the beta?
(2015-01-13, 04:47)igjunk Wrote: I get the same thing with 5.0.4-beta3
(2015-01-12, 22:37)bromix Wrote:I'm not sure I understand what you mean by saying it makes no sense and that I put a damaged engine in another vehicle.(2015-01-12, 22:06)yonika Wrote:This kind of test makes no sense. You put a probably damaged engine in another vehicle. The question is if Yosemite is the problem? That we should also confirm. Yosemite is quite new and has some bugs (if you search for Yosemite). I developed only once on a Mac mini and must say never again(2015-01-12, 16:21)bromix Wrote: If I try the search of this forum and try 'EXC_BAD_ACCESS' I find some issues regarding Mac OS X. Maybe someone there can help more then me. I can't really help in this case
I tried on a clean yosemite install on a macbook air (another system) and it is still the same.
I tried all versions:
kodi 14.0 - 32/64 bits
kodi 14.1RC1 32/64 bits
all produce the same issue
(2015-01-13, 14:17)yonika Wrote: I'm not sure I understand what you mean by saying it makes no sense and that I put a damaged engine in another vehicle.
You said that it might be my system and that we need to check without any other addons so I took a clean Yosemite install on another machine and tried it as well.
This eliminates the thought that it relates to the other addon,
Eliminates the thought that this is only my system.
And leaves us with the possibilities that it's a bug in OS X/Kodi/Python 2.6.5(which is compiled into kodi)
Jonathan
(2015-01-12, 08:19)bromix Wrote:(2015-01-11, 20:53)levelt8t Wrote: Hmmm... I'm still not able to access my recent subscription videos. When I select "My Subscriptions" I get a Script Failed error. I've tried with my Google+ account both connected and not connected to my YouTube account, and also with a channel created under my YouTube account and with no channel created. If it helps to find a solution, here is what comes up in the log file after receiving the error in Kodi.
Quote:
14:46:34 T:4724 NOTICE: -->Python Interpreter Initialized<--
14:46:35 T:4724 NOTICE: [plugin.video.youtube] Starting Kodion framework by bromix...
14:46:35 T:4724 NOTICE: [plugin.video.youtube] System: Helix (2.19)
14:46:35 T:4724 NOTICE: [plugin.video.youtube] Context: YouTube (5.0.4~beta1)
14:46:37 T:4724 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'module' object has no attribute 'create_next_page_item'
Traceback (most recent call last):
File "C:\Users\Home\AppData\Roaming\Kodi\addons\plugin.video.youtube\default.py", line 7, in <module>
runner.run(__provider__)
File "C:\Users\Home\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\runner.py", line 20, in run
__RUNNER__.run(provider, context)
File "C:\Users\Home\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\Home\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\kodion\abstract_provider.py", line 122, in navigate
result = method(context, re_match)
File "C:\Users\Home\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\Home\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\provider.py", line 267, in _on_yt_specials
result.extend(yt_specials.process(category, self, context, re_match))
File "C:\Users\Home\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\yt_specials.py", line 86, in process
result.extend(_process_new_uploaded_videos(provider, context, re_match))
File "C:\Users\Home\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\yt_specials.py", line 57, in _process_new_uploaded_videos
result.extend(v2.response_to_items(provider, context, json_data))
File "C:\Users\Home\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\helper\v2.py", line 53, in response_to_items
next_page_item = items.create_next_page_item(new_context, current_page)
AttributeError: 'module' object has no attribute 'create_next_page_item'
-->End of Python script error report<--
14:46:37 T:4900 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.youtube/special/new_uploaded_videos/
14:46:37 T:4900 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.youtube/special/new_uploaded_videos/) failed
14:46:37 T:4664 NOTICE: Thread BackgroundLoader start, auto delete: false
Any further help on this issue is much appreciated!
I don't know how this is even possible v2 has no second page on subscriptions...I fixed the bug...but I can't replicate it, because I never get the second page. You haven't changed anything on the source?
Update 5.0.4~beta2 is on the way. Thanks for your feedback.
(2015-01-13, 23:31)levelt8t Wrote:(2015-01-12, 08:19)bromix Wrote:(2015-01-11, 20:53)levelt8t Wrote: Hmmm... I'm still not able to access my recent subscription videos. When I select "My Subscriptions" I get a Script Failed error. I've tried with my Google+ account both connected and not connected to my YouTube account, and also with a channel created under my YouTube account and with no channel created. If it helps to find a solution, here is what comes up in the log file after receiving the error in Kodi.
Any further help on this issue is much appreciated!
I don't know how this is even possible v2 has no second page on subscriptions...I fixed the bug...but I can't replicate it, because I never get the second page. You haven't changed anything on the source?
Update 5.0.4~beta2 is on the way. Thanks for your feedback.
Hey Bromix,
I ended up closing my Google+ account that was connected to my YouTube account (I never used it anyways). I also found a page within my regular Google account settings where I was able to revoke my access to my Google account from specific apps and devices. There were two apps listed for YouTube... if I remember correctly, one was called YouTube TV and the other was YouTube XBMC plugin (or something similar). I think this was what was causing the issue where I couldn't access my recent subscription videos in Kodi. After doing these things, I re-installed the latest beta version (5) of the Kodi YouTube app, and was able to successfully access my recent subscription videos!
Thanks for helping me look into the issue more and finding a solution!
(2015-01-14, 03:21)gotiuser01 Wrote: Hi Bomix,I have to take a look, I hope this is a default action ..I replaced the context menu because there are too much entries and sub menus aren't support yet If I may ask, why you're using an external player?
It seems the "play using" option in the context menu has been taken away in both "playlist" and "watch later" sections. I was able to choose my external player to play my watch-later videos with directshow filters a couple of days ago but the option is now gone. Is it possible to add it back?
(2015-01-14, 03:21)gotiuser01 Wrote: By the way, would you please consider including 720p/1080p"60fps" in the video quality options in the future as YouTube has been allowing 60fps uploads and playback for a while now
And, it would be nice to if you can also consider implementing "subscription collections". On YouTube, you can group your subscribed channels into different collections. They work like folders so you can put channels with similar content into the same collection (very useful if you've subscribed to a lot of channels and want to have them more organized). I can create these collections on YouTube but obviously they are not visible in the add-on at the moment.
This is a super-cool add-on
Regards,
Joe
(2015-01-14, 10:45)bromix Wrote: I have to take a look, I hope this is a default action ..I replaced the context menu because there are too much entries and sub menus aren't support yet If I may ask, why you're using an external player?
(2015-01-14, 13:49)gotiuser01 Wrote:(2015-01-14, 10:45)bromix Wrote: I have to take a look, I hope this is a default action ..I replaced the context menu because there are too much entries and sub menus aren't support yet If I may ask, why you're using an external player?
I use MPC-HC + ffdshow + a very good Avisynth script to do frame interpolation and watch some YouTube videos at 60fps (mainly for sports and live performance videos). They look a whole lot smoother and more realistic at higher frame rate To achieive the same effect with SVP+DSplayer it takes 2x-3x the CPU power ...
(2015-01-14, 14:25)mortenguppy Wrote: Since 'Reccomended' still doesn't work and it's the function I use most is there a way to keep kodi from switching back to the 5.x version every few hours?
(2015-01-14, 14:14)gotiuser01 Wrote:(2015-01-14, 14:07)bromix Wrote: I see If I'm not mistaken this should be the action id SwitchPlayer. I prepare this for the 5.0.4 branch (so in the next beta you should be able to play with the external player again).
That's awesome! Thanks so much for the great work and all these efforts
(2015-01-14, 13:49)gotiuser01 Wrote: I use MPC-HC + ffdshow + a very good Avisynth script to do frame interpolation and watch some YouTube videos at 60fps (mainly for sports and live performance videos). They look a whole lot smoother and more realistic at higher frame rate To achieive the same effect with SVP+DSplayer it takes 2x-3x the CPU power ...