Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] YouTube plugin 4.46 can't login
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: YouTube plugin 4.46 can't login
29th Apr, 2014, 09:51 PM
Post: #11
chochis Offline
Registered
Posts: 33
Joined: Jan 2014
Reputation: 0
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")))
add this line to encode the values first
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"})
Replace that with:
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
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


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 31,379 5th Jan, 2013 04:57 AM
Last Post: rikardo1979

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 22nd May, 2025, 04:23 AM Powered By MyBB, © 2002-2025 MyBB Group.