• 1
  • 164
  • 165
  • 166(current)
  • 167
  • 168
  • 258
Release YouTube (IMPORTANT - READ FIRST POST)
(2015-11-12, 02:21)JinJin Wrote: plugin.video.youtube\resources\lib\youtube\helper\signature\cypher.py

line 156:
match = re.search(r'(?:var\s+%s=function|function\s+%s)\((?P<parameter>[^)]+)\)\s?\{\s?(?P<body>[^}]+)\s?\}' % (function_name,function_name),
java_script)

Short reply:
This replacement line fixed the issues for me for now. Thanks!

Longer reply:
I am able to play the videos I couldn't before I started having the issues, plus I am still able to play the videos I was able to before. In summary it seems it didn't break anything. At least I don't have these errors in my log anymore:

ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for https://
ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 403
ERROR: CCurlFile::Open failed with code 403 for https://
ERROR: Open - failed to open source <https://
Same here. Just replace line 156 with the line from JinJin and you are all set to play some music videos again
(2015-11-12, 13:52)Kaicze Wrote:
(2015-11-12, 02:21)JinJin Wrote: plugin.video.youtube\resources\lib\youtube\helper\signature\cypher.py

line 156:
match = re.search(r'(?:var\s+%s=function|function\s+%s)\((?P<parameter>[^)]+)\)\s?\{\s?(?P<body>[^}]+)\s?\}' % (function_name,function_name),
java_script)

Short reply:
This replacement line fixed the issues for me for now. Thanks!

Longer reply:
I am able to play the videos I couldn't before I started having the issues, plus I am still able to play the videos I was able to before. In summary it seems it didn't break anything. At least I don't have these errors in my log anymore:

ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for https://
ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 403
ERROR: CCurlFile::Open failed with code 403 for https://
ERROR: Open - failed to open source <https://

will it be in the next youtube addon update?
Hello everyone,sorry if my question has already answer but i cannot sort my video by date anymore...what am i doing wrong?
Thanks fir adviçes!
(2015-11-12, 13:52)Kaicze Wrote:
(2015-11-12, 02:21)JinJin Wrote: plugin.video.youtube\resources\lib\youtube\helper\signature\cypher.py

line 156:
match = re.search(r'(?:var\s+%s=function|function\s+%s)\((?P<parameter>[^)]+)\)\s?\{\s?(?P<body>[^}]+)\s?\}' % (function_name,function_name),
java_script)h k

Short reply:
This replacement line fixed the issues for me for now. Thanks!

Longer reply:
I am able to play the videos I couldn't before I started having the issues, plus I am still able to play the videos I was able to before. In summary it seems it didn't break anything. At least I don't have these errors in my log anymore:

ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for https://
ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 403
ERROR: CCurlFile::Open failed with code 403 for https://
ERROR: Open - failed to open source <https://

This worked for me as well on both kodi systems (14.2 helix)
Running Kodi 15.2, Arctic Zephyr Ski, Addon version 5.1.9

I have a playlist saved on my youtube account which contaiins 84 or so music videos. When I launch the addon, it displays the first page of songs...I context menu the first video and select Play All ... when the pop-up comes on, I usually select Shuffle. Once it completes the shuffle, sometimes the videos play, sometimes I get an error which says that the item(s) have failed.

It happens whether I choose shuffle, default, or reverse orders. Of course, the videos play on the actual YouTube site or using a youtube app (I run Kodi on FireTV sticks as well as a Windows 10 laptop).

Some of the failed videos are Vevo (although some Vevo ones will play).

I've searched through several pages of this post and hopefully I haven't overlooked an obvious answer.

My debug log can be found at http://pastebin.com/2XeF98aU

Thanks in advance for any assistance (and my wife thanks you as well as she has been all over me to make it "just work" for her lol).
I can confirm this works on the raspberry pi too, the only thing is the file is:

addons/plugin.video.youtube/resources/lib/youtube/helper/signature/cipher.py

and without the h k, which I guess are errors in the citation
(2015-11-12, 21:06)hemantx Wrote: Running Kodi 15.2, Arctic Zephyr Ski, Addon version 5.1.9

I have a playlist saved on my youtube account which contaiins 84 or so music videos. When I launch the addon, it displays the first page of songs...I context menu the first video and select Play All ... when the pop-up comes on, I usually select Shuffle. Once it completes the shuffle, sometimes the videos play, sometimes I get an error which says that the item(s) have failed.

It happens whether I choose shuffle, default, or reverse orders. Of course, the videos play on the actual YouTube site or using a youtube app (I run Kodi on FireTV sticks as well as a Windows 10 laptop).

Some of the failed videos are Vevo (although some Vevo ones will play).

I've searched through several pages of this post and hopefully I haven't overlooked an obvious answer.

My debug log can be found at http://pastebin.com/2XeF98aU

Thanks in advance for any assistance (and my wife thanks you as well as she has been all over me to make it "just work" for her lol).
Your log is very lengthy can you post a new log by rebooting and running only the YouTube add on with the same action.
(2015-11-12, 21:09)redwing88 Wrote:
(2015-11-12, 21:06)hemantx Wrote: My debug log can be found at http://pastebin.com/2XeF98aU

Thanks in advance for any assistance (and my wife thanks you as well as she has been all over me to make it "just work" for her lol).
Your log is very lengthy can you post a new log by rebooting and running only the YouTube add on with the same action.

Actually, when I created this log, I rebooted Kodi, went to the YouTube addon and let it play until it crashed (it skipped like 3 songs, played 2, then failed)...I then turned off debugging and uploaded the log....do you still want me to recreate the log and re-upload?
(2015-11-12, 21:47)hemantx Wrote:
(2015-11-12, 21:09)redwing88 Wrote:
(2015-11-12, 21:06)hemantx Wrote: My debug log can be found at http://pastebin.com/2XeF98aU

Thanks in advance for any assistance (and my wife thanks you as well as she has been all over me to make it "just work" for her lol).
Your log is very lengthy can you post a new log by rebooting and running only the YouTube add on with the same action.

Actually, when I created this log, I rebooted Kodi, went to the YouTube addon and let it play until it crashed (it skipped like 3 songs, played 2, then failed)...I then turned off debugging and uploaded the log....do you still want me to recreate the log and re-upload?


I went ahead and did it anyway - http://pastebin.com/ZwtCUXnq

The only difference is that I did not turn on debugging until after Kodi was up (as opposed to rebooting with debugging already turned on).

This time it failed on the 1st song.

Thanks again!
Hello all,
I think that youtube 5.1.9 plugin need to be adapted because the youtube site changed.
For example I'm sure that some days ago I can watch the video with id e5ZJfyl_4Cg
Now I can't play it anymore.
I don't know why.

my log is: http://xbmclogs.com/pcmsahazl
I have the same problem as "andrea 1985" immediately above. Some videos (a random selection) I played recently and contained in my History are inexplicably now not playing. The twirly arrow initially indicates the video is loading, then nothing. I am running Kodi 14 and YT 5.1.9.
Is there anyway someone could upload the new cipher.py file? I'm not having success with any of my edits! Sad
(2015-11-13, 00:22)upandcumming Wrote: Is there anyway someone could upload the new cipher.py file? I'm not having success with any of my edits! Sad
After trying to edit the line on my tablet I wasn't able to get it to work, so i got off my butt and did it on the computer and it finally worked. I don't know what the difference was, i did nothing different. Here you go


https://www.dropbox.com/s/np1aftb3u3tgia...er.py?dl=1
(2015-11-13, 08:45)xxsicrokerxx Wrote:
(2015-11-13, 00:22)upandcumming Wrote: Is there anyway someone could upload the new cipher.py file? I'm not having success with any of my edits! Sad
After trying to edit the line on my tablet I wasn't able to get it to work, so i got off my butt and did it on the computer and it finally worked. I don't know what the difference was, i did nothing different. Here you go


https://www.dropbox.com/s/np1aftb3u3tgia...er.py?dl=1

Ah thank you so much! I was editing the file on my tablet too! I must have done jt a hundred times! I really thought inwas doing something wrong! Thank you!
  • 1
  • 164
  • 165
  • 166(current)
  • 167
  • 168
  • 258

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