Problem: YouTube plugin 4.46 can't login
|
29th Apr, 2014, 09:51 PM
Post: #11
|
|||
|
|||
RE: YouTube plugin 4.46 can't login
The erros on YouTube plugin, there is two main errors that fixing the files make it work to me:
Problems with the login for not "ASCII" users of YouTube: http://code.google.com/p/youtubexbmc/issues/detail?id=106 On YouTubeCore.py Right before: Code: request = urllib2.Request(link, urllib.urlencode(get("url_data"))) Code: params["url_data"] = dict((k, v.encode('utf-8')) for (k, v) in get("url_data").items()) Problems with the login for users with the two steps login of youtube: http://code.google.com/p/youtubexbmc/issues/detail?id=115 On YouTubeLogin.py Look for text string: Code: nick = self.common.parseDOM(ret["content"], "p", attrs={"class": "masthead-expanded-acct-sw-id2"}) Code: nick = self.common.parseDOM(ret["content"], "span", attrs={"id": "yt-masthead-user-displayname"}) With those two patches YouTube plugin works for me like a charm. To see the log of the YouTube plugin go to settins and enable it at the Advanced settings. Then, Terminal tail -f .xbmc/temp/xbmc.log |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
YouTube plugin 4.46 can't login - CaptainZap - 14th Sep, 2013, 09:25 PM
RE: YouTube plugin 4.46 can't login - namtih - 14th Sep, 2013, 09:50 PM
RE: YouTube plugin 4.46 can't login - CaptainZap - 15th Sep, 2013, 08:11 PM
RE: YouTube plugin 4.46 can't login - mk01 - 15th Sep, 2013, 08:40 PM
RE: YouTube plugin 4.46 can't login - mk01 - 16th Sep, 2013, 02:15 AM
RE: YouTube plugin 4.46 can't login - brantje - 16th Sep, 2013, 07:11 PM
RE: YouTube plugin 4.46 can't login - namecaps - 10th Jan, 2014, 10:17 PM
RE: YouTube plugin 4.46 can't login - IriDium - 11th Jan, 2014, 03:37 AM
RE: YouTube plugin 4.46 can't login - namecaps - 12th Jan, 2014, 05:45 PM
RE: YouTube plugin 4.46 can't login - mk01 - 16th Jan, 2014, 04:01 PM
RE: YouTube plugin 4.46 can't login - chochis - 29th Apr, 2014 09:51 PM
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[SOLVED] Youtube addon login issue fixed [Add-on 4.4.1 Update] | Pihkal | 7 | 30,232 |
5th Jan, 2013 04:57 AM Last Post: rikardo1979 |