Rooster Teeth
#16
Interesting

can you check if it works also with this:

def check_login():
logged_in = False
# cookies = {}
# cookie_jar.load(cookie_file, ignore_discard=False, ignore_expires=False)
# for i in cookie_jar:
# cookies[i.name] = i.value
# if cookies.has_key('rtusername') and cookies['rtusername'] == addon.getSetting('username'):
# logged_in = True
# addon_log('Already logged in')
return logged_in
#17
tested and it works
#18
Thanks!

Version 0.0.8
Fixed so that there is no need to delete the cookie file when watching sponsored videos.
Thanks to AikenDrum for the patch.
#19
Absolutely incredible work guys. Out of curiosity, Skipmode, do you know of any way to list the Achievement Hunter shows closer to the top? At the moment all the Roosterteeth content (both Latest Episodes and folders) is arranged by most recently added. The Achievement Hunter stuff is similarly listed this way, but only after all the Roosterteeth stuff is listed, resulting some some of the more popular shows, like the Let's Plays, being buried beneath Nature Town, a show that hasn't been updated in years.

So, first, is there any way to mix all that together? And second, can we add a folder that pulls in this content? http://ah.roosterteeth.com/archive/?v=newest
#20
I will look into it.
#21
Version 0.0.9
Mixed the current rt and ah shows
Mixed the retired rt and ah shows
Add dir for recent ah episodes
#22
Awesome. I'm upgrading your title, Skipmode. You may only have 35 forum posts, but they are GOOD ones. Smile
#23
Thanks Smile
#24
Hm. Looks like I may have posted this message in the wrong thread. So here's a quick c/p job.

Looks like the python parser is having a problem with the site when using Kodi 14. Not sure if this is part of a bigger problem.

http://xbmclogs.com/show.php?id=300219

edit: for comparison, here's XBMC 13.2 loading the same site. http://xbmclogs.com/show.php?id=300224
#25
Odd stuff...Does the error occur with every video?

I tried reproducing the error by a clean install of xmbc 14 alfa 2 on a 64 bit windows machine and then installing roostertooth. It all seemed to work ok. And with debug on i still didn't see that beautiful soup errormessage as in your kodi 14 log:

01:43:12 T:4555030528 ERROR: .../XBMC/addons/script.module.beautifulsoup4/lib/bs4/builder/_htmlparser.py:163: RuntimeWarning: Python's built-in HTMLParser cannot parse the given document...

When i compare the two logs, i see a difference in the python version:
- in the 14 log: .../Applications/XBMC.app/Contents/Libraries/lib/python26.zip...
- in the 13 log: ...C:\Program Files (x86)\XBMC\system\python\Lib;C:\Program Files (x86)\XBMC\python27.zip...

Also the 14 is an OS machine and the 13 is a windows machine.

I'm not sure what's causing the problem tho. It seems beautiful soup isn't working on the OS machine or something. U could try moving the beautiful soup dir to some other dir and retrying roosterteeth, it should download beautiful soup again...
#26
I went ahead and uninstalled XBMC, deleted the userdata folder, and reinstalled XBMC 13.2 on the OSX machine. Looks like I'm getting the same error.

http://xbmclogs.com/show.php?id=300582

And it looks like for some reason python on the OSX machine is still python26. So it's possible this is an issue of OSX vs Windows. I don't have a Linux box to compare.
#27
Windows uses 2.7 yes. Should make no difference at all regarding addons
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
#28
hmmm. Could u try the addon CNET Podcasts on the OS machine?

If that one gives the same error, it points to the python version and the beautiful soup lib not getting along nicely on OS...
#29
Sure. CNET Podcasts seems to work.

http://xbmclogs.com/show.php?id=300728
#30
Here's me trying to load both of them on OSX. http://xbmclogs.com/show.php?id=300732

CNET is working. RT is not.

Logout Mark Read Team Forum Stats Members Help
Rooster Teeth1