What steps will reproduce the problem?
1. Add multiple profiles to xbmc
2.Enter different log info for each
3.
What is the expected output? What do you see instead?
Should have a different queue and subscription list for each but the hulu add
on caches the login info to token.xml and does not update when I log into a
different profile
What version of the product are you using? On what operating system?
3.4.5
Please provide any additional information below.
Someone suggested editing /resouces/lib/common.py
ADDON = xbmcaddon.Addon()
profilePath = xbmc.translatePath(ADDON.getAddonInfo('profile'))
COOKIEFILE = os.path.join(profilePath,'resources','cache','hulu-cookies.lwp')
QUEUETOKEN = os.path.join(profilePath,'resources','cache','token.xml')
but I the script fails to run if I change it to that
Original issue reported on code.google.com by samela...@gmail.com on 8 Mar 2013 at 7:57
Original issue reported on code.google.com by
samela...@gmail.com
on 8 Mar 2013 at 7:57