Closed GoogleCodeExporter closed 9 years ago
I no longer have access to Hulu Plus so I can't check this. (Someone gave me
access to develop the functionality, never replied to my email after I finished
coding, reneged on an offer to pay, and has now changed login information and
the cached session has expired.)
Original comment by zakflash...@gmail.com
on 30 May 2012 at 7:57
I'd like to find a way to help. Perhaps email me offline and we can bring
results back into the post.
Original comment by an...@manageyour.info
on 30 May 2012 at 8:15
I just found out what was wrong with the downloads. I was debugging the code
for the plugin and found that a file called "auth" was being used as a cache
for the authentication token. So I deleted the file and lo' and behold it
started working.
I now have two separate issues to test. Will the auth file update properly? Why
does it prompt me to enter the hulu plus login details even though they're in
the netrc file? Thoughts?
Original comment by an...@manageyour.info
on 30 May 2012 at 10:23
Prompt issue: if you're being prompted, it's because your details can't be
found in the .netrc file, or the .netrc file itself can't be found. I didn't
test support for that on Windows. I don't know Net::Netrc even looks for the
file on Windows. Just to double check the format though, it should be:
machine hulu login yourhuluusername password yourpassword
The "auth" file is used to cache the authentication token. It's valid for a
month or so. The plugin does another auth request when the token has expired.
Original comment by zakflash...@gmail.com
on 31 May 2012 at 6:01
Lack of further details, closing for now.
Original comment by zakflash...@gmail.com
on 20 Jun 2012 at 8:09
Original issue reported on code.google.com by
an...@manageyour.info
on 29 May 2012 at 10:08