<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Hulu plugin simply stopped working - error getting file name</title>
        <description> Hello!

I have been using FRD happily for a while now and I found it particularly useful for downloading from Hulu with subtitles.  Never had any problems and it worked fine from the start.

Now, for no apparent reason whenever I try to download from Hulu I get the error  &quot;error getting file name&quot;

I've restarted the computer, deleted and re-installed FRD to no avail.

FRD version 0.9u3
plugin version 1.4.1
java version 7.51 (I think?)
Windows 7 64 bit
hulu.com problem url
log attached

I did recently switch from comcast to verizon for my ISP if that makes a difference.

Any help you could provide would be greatly appreciated since I have loved the program!

Tnaks</description>
        <link>https://wordrider.net/forum/10/13738/13738/_subject_#msg-13738</link>
        <lastBuildDate>Sat, 11 Apr 2026 05:09:47 +0000</lastBuildDate>
        <generator>Phorum 5.2.10</generator>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13818/_subject_#msg-13818</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13818/_subject_#msg-13818</link>
            <description><![CDATA[ ladyace Wrote:<br />
-------------------------------------------------------<br />
&gt; edit: Just installed FRD on my virtual machine<br />
&gt; windows 7, and I'm getting the filename, but<br />
&gt; getting the error no streams found.<br />
&gt; so hulu changed something? Thanks<br />
<br />
pasnthroo Wrote:<br />
-------------------------------------------------------<br />
&gt; I am now getting the same error on Hulu.com.<br />
&gt; "error No streams found".  Everything up to date<br />
&gt; and only have java 7 installed.<br />
<br />
<br />
Please try Hulu plugin v1.4.2.<br />
<br />
I notice that Hulu manages to detect Tor proxy at higher rate than 2-3 weeks ago.]]></description>
            <dc:creator>tong2shot</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Wed, 19 Feb 2014 10:40:03 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13816/_subject_#msg-13816</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13816/_subject_#msg-13816</link>
            <description><![CDATA[ ntoskrnl Wrote:<br />
-------------------------------------------------------<br />
&gt; I did some google searching and found this:<br />
&gt; [<a href="http://stackoverflow.com/a/10358228/2424896" rel="nofollow" >stackoverflow.com</a>]<br />
&gt; <br />
&gt; <br />
&gt; After installing, read the JDK for Mac ReadMe.<br />
&gt; Most importantly, if you want Java 7 to be the<br />
&gt; default, drag it to the top of the list in the<br />
&gt; Java Preferences app found in your Utilities<br />
&gt; folder.<br />
&gt; <br />
&gt; <br />
&gt; Have you tried this already?<br />
<br />
There no longer is a Java preference app.  see [<a href="http://support.apple.com/kb/HT5493" rel="nofollow" >support.apple.com</a>].<br />
<br />
However I did everything again.<br />
<br />
I downloaded the java 7 jdk and installed it.<br />
<br />
Java -version in the terminal still output java 6.<br />
I found this webpage. : <a href="http://www.monkehworks.com/set-java-7-as-default-jvm-on-mac-osx-mountain-lion" rel="nofollow" >www.monkehworks.com</a><br />
which I followed to set java 7 as the default.  Typing Java -version n the terminal window now gives me:<br />
<br />
java version "1.7.0_51"<br />
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)<br />
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)<br />
<br />
So I noticed that FRD installed  1.6.0.jdk into /<b>system</b>/library/java/javavirtualmachines<br />
deleting this just prompts FRD to install it again  (is this supposed to happen?)<br />
<br />
Java 7 installs jdk1.7.0_51.jdk into /library/java/javavirtualmachines<br />
<br />
However java 7 is my default version (see above)<br />
<br />
I'm wondering if hulu changed something too, because a couple days ago there was an java error on hulu website, and when I emailed hulu support, they said there was a "java script outage", maybe they were changing something?<br />
<br />
So I'm at my limits for trouble shooting Java. I don't program. I'm pretty good at googling, and this all started happening with the latest hulu plugin update. It works on my windows machine, however, my mac is my main computer and I'd like to get it fixed if possible. I don't know if anyone else is having this problem, or if I have a "special" problem, lol.  Thanks for any advice.  <br />
<br />
Ladyace<br />
<br />
<br />
edit: Just installed FRD on my virtual machine windows 7, and I'm getting the filename, but getting the error no streams found.<br />
so hulu changed something? Thanks<br />
<br />
<br />
latest log file output if that helps:<br />
from MAC<br />
<br />
Tue Feb 18 22:17:06 EST 2014 SEVERE: <br />
cz.vity.freerapid.plugins.exceptions.PluginImplementationException: Error getting file name<br />
	at cz.vity.freerapid.plugins.services.hulu.HuluFileRunner.checkNameAndSize(Unknown Source)<br />
	at cz.vity.freerapid.plugins.services.hulu.HuluFileRunner.run(Unknown Source)<br />
	at cz.vity.freerapid.plugins.webclient.AbstractFileShareService.run(AbstractFileShareService.java:102)<br />
	at cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:98)<br />
	at cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:42)<br />
	at javax.swing.SwingWorker$1.call(SwingWorker.java:277)<br />
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)<br />
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)<br />
	at javax.swing.SwingWorker.run(SwingWorker.java:316)<br />
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)<br />
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)<br />
	at java.lang.Thread.run(Thread.java:695)<br />
Caused by: javax.script.ScriptException: sun.org.mozilla.javascript.internal.EcmaError: ReferenceError: "JSON" is not defined. (<Unknown source>#1) in <Unknown source> at line number 1<br />
	at com.sun.script.javascript.RhinoScriptEngine.eval(RhinoScriptEngine.java:156)<br />
	at com.sun.script.javascript.RhinoScriptEngine.eval(RhinoScriptEngine.java:170)<br />
	at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:247)<br />
	... 12 more<br />
<br />
From windows 7<br />
Tue Feb 18 23:59:53 EST 2014 SEVERE: <br />
cz.vity.freerapid.plugins.exceptions.PluginImplementationException: No streams found<br />
	at cz.vity.freerapid.plugins.services.hulu.HuluFileRunner.getStreamMap(Unknown Source)<br />
	at cz.vity.freerapid.plugins.services.hulu.HuluFileRunner.run(Unknown Source)<br />
	at cz.vity.freerapid.plugins.webclient.AbstractFileShareService.run(AbstractFileShareService.java:102)<br />
	at cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:98)<br />
	at cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:42)<br />
	at javax.swing.SwingWorker$1.call(Unknown Source)<br />
	at java.util.concurrent.FutureTask.run(Unknown Source)<br />
	at javax.swing.SwingWorker.run(Unknown Source)<br />
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)<br />
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)<br />
	at java.lang.Thread.run(Unknown Source)]]></description>
            <dc:creator>ladyace</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Wed, 19 Feb 2014 03:46:47 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13814/_subject_#msg-13814</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13814/_subject_#msg-13814</link>
            <description><![CDATA[ I am now getting the same error on Hulu.com. "error No streams found".  Everything up to date and only have java 7 installed.]]></description>
            <dc:creator>pasnthroo</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Wed, 19 Feb 2014 00:44:00 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13813/_subject_#msg-13813</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13813/_subject_#msg-13813</link>
            <description><![CDATA[ I keep getting a "No streams found" error. I was trying to find a certain part of this episode, kept getting commercials every time I tried to skip, so I thought I'd download it instead.<br />
[<a href="http://www.hulu.com/watch/61414" rel="nofollow" >www.hulu.com</a>]<br />
<br />
I think Hulu changed something, since none of the usual plug-ins can grab the video either.  Flash Video Downloader 5.3.2 can't grab the episode, nor can UnPlug or FlashGot with DownThemAll installed.]]></description>
            <dc:creator>slickrcbd</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Tue, 18 Feb 2014 23:32:04 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13811/_subject_#msg-13811</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13811/_subject_#msg-13811</link>
            <description><![CDATA[ I did some google searching and found this: [<a href="http://stackoverflow.com/a/10358228/2424896" rel="nofollow" >stackoverflow.com</a>]<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong></strong><br/>
After installing, read the JDK for Mac ReadMe. Most importantly, if you want Java 7 to be the default, drag it to the top of the list in the Java Preferences app found in your Utilities folder.</div></blockquote>
<br />
Have you tried this already?]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Tue, 18 Feb 2014 14:43:02 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13801/_subject_#msg-13801</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13801/_subject_#msg-13801</link>
            <description><![CDATA[ I dug around and did find a jre 6 in java virtual machine folder and deleted that, Reinstalled Java 7. and FRD, however FRD wanted to install Java 6 and I said no.  Now the program won't open at all. I'm very frustrated, there must be something wrong with Java 7 and the mac.  Any ideas?<br />
<br />
Thanks for your help<br />
<br />
edit: made sure all traces of java 6 were removed, java 7 installed, could not get FRD to start.  Just went back to java 6 for mac and just will not update the hulu plugin. so far that's the only solution that works.  I will keep an eye on the forums if there is any other ideas I could try in the future to get it to work with java 7<br />
<br />
Thanks for all the help.]]></description>
            <dc:creator>ladyace</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Tue, 18 Feb 2014 01:08:54 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13799/_subject_#msg-13799</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13799/_subject_#msg-13799</link>
            <description><![CDATA[ Well, the error message ("JSON is not defined") is the one you get if you're running Java 6.<br />
<br />
The original poster had both Java 6 and 7 installed, and his system defaulted to launch Java applications like FRD with Java 6. It's also entirely possible that the browser plugin uses a different Java version than Java applications.<br />
<br />
Please make sure you only have Java 7 installed and no other versions.<br />
<br />
If this turns out to be impossible for some reason, you could edit frd.bat (Windows) or frd.sh (Linux) to point to the full path of Java 7 and launch FRD through that. I'm not sure if the OS X package includes frd.sh.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 17 Feb 2014 23:32:31 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13798/_subject_#msg-13798</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13798/_subject_#msg-13798</link>
            <description><![CDATA[ Java 7.  - I had tried that before but I reverted d/t using chrome web browser<br />
<br />
<br />
So i did update to java 7 and attached is the log, still the same error.  did I miss anything?  Java website says i have "recommended Java installed (Version 7 Update 51)"<br />
<br />
Thank you]]></description>
            <dc:creator>ladyace</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 17 Feb 2014 22:59:32 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13797/_subject_#msg-13797</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13797/_subject_#msg-13797</link>
            <description><![CDATA[ You are running Java 6 (which is obsolete and insecure). The Hulu plugin requires Java 7. Please uninstall all Java versions and then install Java 7.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 17 Feb 2014 13:43:52 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13796/_subject_#msg-13796</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13796/_subject_#msg-13796</link>
            <description><![CDATA[ I am having this problem I am using the latest version of FRD 0.9u3 and the latest hulu plugin 1.4.1<br />
<br />
It says error getting file name,<br />
<br />
I have mac os x mavericks<br />
<br />
I did everything with Java: installed java 7, uninstalled java 7 and reverted back to the mac java 6 and nothing helped.<br />
<br />
I reinstalled frd and wiped out the plugins, and didn't update the hulu plugin and it works, so the problem seems to be with the new plugin.<br />
<br />
this happens with every hulu weblink  [<a href="http://www.hulu.com/watch/552660" rel="nofollow" >www.hulu.com</a>]<br />
<br />
I attached my log.  I hope you can help.  Thanks!<br />
<br />
ladyace]]></description>
            <dc:creator>ladyace</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 17 Feb 2014 13:00:10 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13744/_subject_#msg-13744</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13744/_subject_#msg-13744</link>
            <description><![CDATA[ Thank you SO MUCH for getting back to me so fast.  It turns out I did have both java 6 and 7 installed.  I uninstalled both and reinstalled the latest version of 7 and VOILA!  FRD worked as usual.<br />
<br />
Again thanks so much for your quick and professional response!]]></description>
            <dc:creator>pasnthroo</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Tue, 11 Feb 2014 17:59:55 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13743/_subject_#msg-13743</guid>
            <title>Re: Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13743/_subject_#msg-13743</link>
            <description><![CDATA[ This issue will occur if you're running Java 6 instead of Java 7. Are you sure you don't have Java 6 installed? If you do, you can uninstall all versions of Java and then reinstall the latest version.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Tue, 11 Feb 2014 16:21:34 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/13738/13738/_subject_#msg-13738</guid>
            <title>Hulu plugin simply stopped working - error getting file name</title>
            <link>https://wordrider.net/forum/10/13738/13738/_subject_#msg-13738</link>
            <description><![CDATA[ Hello!<br />
<br />
I have been using FRD happily for a while now and I found it particularly useful for downloading from Hulu with subtitles.  Never had any problems and it worked fine from the start.<br />
<br />
Now, for no apparent reason whenever I try to download from Hulu I get the error  "error getting file name"<br />
<br />
I've restarted the computer, deleted and re-installed FRD to no avail.<br />
<br />
FRD version 0.9u3<br />
plugin version 1.4.1<br />
java version 7.51 (I think?)<br />
Windows 7 64 bit<br />
hulu.com problem url<br />
log attached<br />
<br />
I did recently switch from comcast to verizon for my ISP if that makes a difference.<br />
<br />
Any help you could provide would be greatly appreciated since I have loved the program!<br />
<br />
Tnaks]]></description>
            <dc:creator>pasnthroo</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Tue, 11 Feb 2014 15:58:20 +0000</pubDate>
        </item>
    </channel>
</rss>
