• 1
  • 148
  • 149
  • 150(current)
  • 151
  • 152
  • 258
Release YouTube (IMPORTANT - READ FIRST POST)
(2015-08-16, 18:05)derekz Wrote: I'm using kodi 15.0+youtube on Windows 10.
In some case I have buffering problem (if I use Chrome is always perfect).

Why?

[/align]

The player of the browser can switch streams (lower quality) so the video keeps playing...KODI stays on one stream all the time...so if your connection gets slow you've a problem.

In reality...I can't really answer the why Smile I know nothing about your architecture, connection, firewall settings and so on.
good answer... I set 1080p for youtube video ...now try 720.
If I set 720 and I want switch to 1080 during play, is possible?
(2015-08-16, 19:24)derekz Wrote: good answer... I set 1080p for youtube video ...now try 720.
If I set 720 and I want switch to 1080 during play, is possible?

1080p is only supported for live streams. Regular videos only work in 720p because of DASH and switch while playing is not possible. This would be CORE and not Addon related.
(2015-08-16, 15:04)bromix Wrote:
(2015-08-16, 14:14)dobbelina Wrote:
(2015-08-16, 13:52)bromix Wrote: "No connection could be made because the target machine actively refused it"

Please check your Internet/Router-Configuration.
All other plugins are working (eg. Internet)
Only the Youtube plugin throes a fit....?

I did clean out some cache files yesterday, could that has something to do with it ?

Here's another Log file with debug on.
I have copied everything downwards from when the word youtube first show up:
Log File Debug On

Are you using a proxy?
I found out the problem.

I had this removed from the hosts file and now everything is working fine:
127.0.0.1 googleapis.com
127.0.0.1 www.googleapis.com
127.0.0.1 data.getadblock.com
127.0.0.1 easylist-downloads.adblockplus.org
127.0.0.1 stanev.org
127.0.0.1 raw.githubusercontent.com
127.0.0.1 www.void.gr
127.0.0.1 indonesianadblockrules.googlecode.com
127.0.0.1 raw.githubusercontent.com
127.0.0.1 www.zoso.ro
127.0.0.1 raw.github.com
127.0.0.1 adblock.schack.dk
127.0.0.1 pete.teamlupus.hu
127.0.0.1 mozilla.gfsolone.com
127.0.0.1 secure.fanboy.co.nz
127.0.0.1 gitorious.org
127.0.0.1 home.fredfiber.no
127.0.0.1 fanboy.co.nz
127.0.0.1 adblockplus.org
127.0.0.1 notification.adblockplus.org
127.0.0.1 www.thehotgames.com
127.0.0.1 reports.adblockplus.org

Thanks for looking into the problem! Nod
i have a problem in youtube i cant play long videos (above 50 minutes), when "working" there is no picture, i use new kodi 15.1, please help
Hi,
I am getting limit exceeded errors,
from what I could read, this is an api key limit problem,
I have created my own api (browser), and I don't mind editing code manually to get this to work, because I need something that works now, rather than in a few weeks.
is there a file I can edit to put my own api key?
Hello Bromix,
Sorry to bother you, but I am not able to get the videos to play. They play in the browser just fine, and I have any firewalls or proxies set up. So, if you could kindly look at my log, I would appreciate it. Thanks! And thanks for the great job you have done for the Kodi community!

http://pastebin.com/hW4zP5dN
You may want to try signing out and signing back in. I know the API is a pain if something hiccups. Just a thought.

Thanks!
Jeff
(2015-08-21, 02:55)jeffreykarbowski Wrote: Hello Bromix,
Sorry to bother you, but I am not able to get the videos to play. They play in the browser just fine, and I have any firewalls or proxies set up. So, if you could kindly look at my log, I would appreciate it. Thanks! And thanks for the great job you have done for the Kodi community!

http://pastebin.com/hW4zP5dN
You've "ERROR: CCurlFile::Stat - Failed: Unsupported protocol" all over the place. The odd thing is you don't have https support, because some repositories are failing to load too.
This shouldn't happen. Curl must be linked against the SSL lib. From where did you get the KODI installation?

Also please get rid of the Banned add-ons (wiki)
Hello!

My system : raspberry pi, osmc and your youtube plugin, yaste remote controller on android phone ( lg g2 )
Error : Cannot share youtube videos. Till yesterday I could, but today morning not.

Log file

06:39:16 T:2642408480 WARNING: Previous line repeats 1 times.
06:39:16 T:2642408480 NOTICE: CDVDPlayer::OnExit()
06:39:16 T:2642408480 NOTICE: DVDPlayer: eof, waiting for queues to empty
06:39:16 T:2642408480 NOTICE: Closing stream player 1
06:39:16 T:2642408480 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
06:39:16 T:2659185696 NOTICE: thread end: OMXPlayerAudio::OnExit()
06:39:16 T:2642408480 NOTICE: Closing stream player 2
06:39:16 T:2642408480 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
06:39:16 T:2694837280 ERROR: OMXPlayerVideo: Got MSGQ_IS_ERROR(-1) Aborting
06:39:16 T:2694837280 NOTICE: thread end: video_thread
06:39:16 T:2642408480 NOTICE: Thread LanguageInvoker start, auto delete: false
06:39:16 T:2642408480 NOTICE: -->Python Interpreter Initialized<--
06:39:18 T:2642408480 NOTICE: [plugin.video.youtube] Running: YouTube (5.1.7) on Helix (14.1) with Python 2.7.9
06:39:19 T:2642408480 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: 'title'
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/plugin.video.youtube/default.py", line 7, in <module>
runner.run(__provider__)
File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/kodion/runner.py", line 32, in run
__RUNNER__.run(provider, context)
File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/kodion/impl/xbmc/xbmc_runner.py", line 23, in run
results = provider.navigate(context)
File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/kodion/abstract_provider.py", line 123, in navigate
result = method(context, re_match)
File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/kodion/register_provider_path.py", line 12, in wrapper
return func(*args, **kwargs)
File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube/provider.py", line 363, in on_play
return yt_play.play_video(self, context, re_match)
File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/yt_play.py", line 17, in play_video
video_streams = client.get_video_streams(context, video_id)
File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client/youtube.py", line 85, in get_video_streams
video_stream['title'], video_stream['container'], video_stream['video']['encoding'],
KeyError: 'title'
-->End of Python script error report<--
06:39:19 T:3024764928 ERROR: Playlist Player: skipping unplayable item: 18, path [plugin://plugin.video.youtube/play/?video_id=YUPA0C60YDE]
06:39:19 T:2642408480 NOTICE: Thread LanguageInvoker start, auto delete: false
06:39:19 T:2642408480 NOTICE: -->Python Interpreter Initialized<--
(2015-08-21, 11:37)richardgaspar Wrote: Hello!

My system : raspberry pi, osmc and your youtube plugin, yaste remote controller on android phone ( lg g2 )
Error : Cannot share youtube videos. Till yesterday I could, but today morning not.

Log file

....

Please only full debug log (wiki) and via pastebin.com or similar...no logs in the forum.
Sorry! By the way how can I find debug log, or I have to change something in one config file, that create debug log?
(2015-08-21, 12:38)richardgaspar Wrote: Sorry! By the way how can I find debug log, or I have to change something in one config file, that create debug log?

Follow the instructions here => debug log (wiki)
Hello-

It appears that Vevo titles are broken for me as of today after working for quite some time without issue. I've tried many and they all crash the script. Are others having this issue? I'm working on procuring my own log but I've never done it before so it might be a bit in coming.
Hello!

My system : raspberry pi, osmc and your youtube plugin, yaste remote controller on android phone ( lg g2 )
Error : Cannot share youtube videos. Till yesterday I could, but today morning not.

Log file : http://pastebin.com/Kv05PNxL
  • 1
  • 148
  • 149
  • 150(current)
  • 151
  • 152
  • 258

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