<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>oron stopped working</title>
        <description> The Orion plugin was working fine earlier, but just now I keep getting the error &quot;ERROR - ReCaptcha key not found&quot;

I was able to start one of the downloads manually with Firefox. It will be at least an hour before I'm able to download again so I can't do further testing until then.</description>
        <link>https://wordrider.net/forum/10/8432/8432/_subject_#msg-8432</link>
        <lastBuildDate>Fri, 10 Apr 2026 02:59:16 +0000</lastBuildDate>
        <generator>Phorum 5.2.10</generator>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8474/_subject_#msg-8474</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8474/_subject_#msg-8474</link>
            <description><![CDATA[ Sorry, Oron still not working. I'm using 1.0.12 and it goes repeatedly through the wait cycle...]]></description>
            <dc:creator>MisterGumby</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 26 Sep 2011 00:14:52 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8470/_subject_#msg-8470</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8470/_subject_#msg-8470</link>
            <description><![CDATA[ Thank you himitsudesu, you are the best. :)-D]]></description>
            <dc:creator>Stellian</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 23 Sep 2011 14:48:27 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8467/_subject_#msg-8467</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8467/_subject_#msg-8467</link>
            <description><![CDATA[ Thanks for providing a fix! Plugin v1.0.12 should work again.]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 23 Sep 2011 08:42:16 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8466/_subject_#msg-8466</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8466/_subject_#msg-8466</link>
            <description><![CDATA[ Oron supported!!! Plz commit this to the main repository<br />
<br />
Index: cz/vity/freerapid/plugins/services/oron/OronFileRunner.java<br />
===================================================================<br />
--- cz/vity/freerapid/plugins/services/oron/OronFileRunner.java (revision 3172)<br />
+++ cz/vity/freerapid/plugins/services/oron/OronFileRunner.java (working copy)<br />
@@ -64,7 +64,7 @@<br />
                 .setReferer(fileURL)<br />
                 .setActionFromFormWhereTagContains("method_free", true)<br />
                 .setAction(fileURL)<br />
-                .setParameter("method_free", " Free Download ")<br />
+                .setParameter("method_free", " Regular Download ")<br />
                 .toPostMethod();<br />
<br />
         if (!makeRedirectedRequest(method))<br />
@@ -134,9 +134,9 @@<br />
                 .setReferer(fileURL)<br />
                 .setActionFromFormByName("F1", true)<br />
                 .setAction(fileURL)<br />
-                .setParameter("method_free", " Free Download ");<br />
+                .setParameter("method_free", " Regular Download ");<br />
<br />
-        Matcher m = getMatcherAgainstContent("api.recaptcha.net/noscript\\?k=([^\"]+)\"");<br />
+        Matcher m = getMatcherAgainstContent("/recaptcha/api/challenge\\?k=([^\"]+)\"");<br />
         if (!m.find()) throw new PluginImplementationException("ReCaptcha key not found");<br />
<br />
         ReCaptcha r = new ReCaptcha(m.group(1), client);]]></description>
            <dc:creator>himitsudesu</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 23 Sep 2011 00:05:17 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8453/_subject_#msg-8453</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8453/_subject_#msg-8453</link>
            <description><![CDATA[ GZIP is automatically detected and decompressed during HTTP requests...]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 19 Sep 2011 18:20:48 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8450/_subject_#msg-8450</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8450/_subject_#msg-8450</link>
            <description><![CDATA[ First I guess, that the class Matcher can't find recapcha string by the contents is encap in gzip.<br />
So the current my plugin is waiting  60 sec, but can't find recaptcha string.<br />
<br />
But I just do the debug mode on FRD. The debug shows me a "Extracting gzip" string.<br />
<br />
So my guess is invalid, I think.<br />
<br />
hmmmmmmm... I'm not become a FRD developer(lol]]></description>
            <dc:creator>himitsudesu</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 19 Sep 2011 16:21:40 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8449/_subject_#msg-8449</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8449/_subject_#msg-8449</link>
            <description><![CDATA[ hmmm..<br />
<br />
I added <br />
<br />
		<sub>method.setRequestHeader("Accept-Encoding", "");</sub><br />
in line 70<br />
<br />
and<br />
<br />
<br />
    <blockquote class="bbcode"><div><small>Quote<br/></small><strong>me</strong><br/>
private HttpMethod stepCaptcha() throws Exception {<br />
+            Matcher matcher = getMatcherAgainstContent("Please wait <span id=\"countdown\">(\\d+)</span> seconds</strong> for your download to begin");<br />
+            if (matcher.find()) {<br />
+                final String seconds = matcher.group(1);<br />
+                throw new YouHaveToWaitException(matcher.group(),<br />
+                                 (seconds == null ? 0 : (Integer.parseInt(seconds))));<br />
+            }</div></blockquote>
<br />
<br />
But still FRD is sending "Accept-Encoding:gzip"...]]></description>
            <dc:creator>himitsudesu</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 19 Sep 2011 15:55:37 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8448/_subject_#msg-8448</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8448/_subject_#msg-8448</link>
            <description><![CDATA[ Thanx RubinX <br />
<br />
I'm not developer too ( lol<br />
This is my first java experience.. I'm usually coding PHP, javascript and VC++. <br />
FYI, You can easy to access source code by subversion.<br />
<br />
Anyway, I grep-ed source repository, and found this solution in ServUpCoIlFileRunner.java.<br />
This author wrote:<br />
 "Workaround, inspired by "freakshare" plugin. The problem is that last request is redi<br />
rected and file encoding is gzip. This workaround seperates requests and doesn't allow gzip<br />
encoding." <br />
<br />
So I'm try same method .............]]></description>
            <dc:creator>himitsudesu</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 19 Sep 2011 15:49:27 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8446/_subject_#msg-8446</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8446/_subject_#msg-8446</link>
            <description><![CDATA[ himitsudesu Wrote:<br />
-------------------------------------------------------<br />
&gt; Some one tell me how to extract gzip in java code.<br />
<br />
Hi,<br />
<br />
I'm not a developer (just ordinary user of FreeRapid), so I haven't access to source code and don't know if that piece of code is in FR "engine" or in plugin, but check this out:<br />
<br />
In request HTML header sent to oron.com we have:<br />
<pre class="bbcode">Accept-Encoding: <b><span style="color:#FF0000">gzip</span></b>,deflate</pre>
so server return <b>compressed</b> data...<br />
<br />
If you remove <b>gzip</b> option from <b>Accept-Encoding</b> header string:<br />
<pre class="bbcode">Accept-Encoding: deflate</pre>
You should get <b>plain text</b> answer from server (no need to extract).<br />
<br />
I hope this helps.]]></description>
            <dc:creator>RubinX</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 19 Sep 2011 13:00:33 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8445/_subject_#msg-8445</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8445/_subject_#msg-8445</link>
            <description><![CDATA[ I just started to solve a problem.. But it's a little difficult for JAVA beggener such as me...<br />
The Oron is add to delay 60secs. before entering captcha, and captcha HTML is encoded by gzip...<br />
Some one tell me how to extract gzip in java code.]]></description>
            <dc:creator>himitsudesu</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 19 Sep 2011 06:33:05 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8444/_subject_#msg-8444</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8444/_subject_#msg-8444</link>
            <description><![CDATA[ I have the same problem, please fix!!!<br />
PLEASE!!!]]></description>
            <dc:creator>Stellian</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 19 Sep 2011 04:28:05 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8442/_subject_#msg-8442</guid>
            <title>Re: oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8442/_subject_#msg-8442</link>
            <description><![CDATA[ I've tested it, and come to the conclusion that it's because Orion added a 1 minute delay between clicking on the download button and showing the capicha, I don't remember if it used it before or not as I'd been using FRD 99% of the time and I forget which site uses what methods. It seems the plugin needs to be updated.<br />
<br />
Perhaps it can be labeled as "not working" on the status page in the mean time?]]></description>
            <dc:creator>slickrcbd</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Mon, 19 Sep 2011 04:06:32 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8440/_subject_#msg-8440</guid>
            <title>Re: orion stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8440/_subject_#msg-8440</link>
            <description><![CDATA[ I have the same problem with Oron here]]></description>
            <dc:creator>rhino</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sun, 18 Sep 2011 06:18:36 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8433/_subject_#msg-8433</guid>
            <title>Re: orion stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8433/_subject_#msg-8433</link>
            <description><![CDATA[ Oron is not working here anymore either.]]></description>
            <dc:creator>Nivki</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sat, 17 Sep 2011 08:45:52 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/8432/8432/_subject_#msg-8432</guid>
            <title>oron stopped working</title>
            <link>https://wordrider.net/forum/10/8432/8432/_subject_#msg-8432</link>
            <description><![CDATA[ The Orion plugin was working fine earlier, but just now I keep getting the error "ERROR - ReCaptcha key not found"<br />
<br />
I was able to start one of the downloads manually with Firefox. It will be at least an hour before I'm able to download again so I can't do further testing until then.]]></description>
            <dc:creator>slickrcbd</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Sat, 17 Sep 2011 03:41:54 +0000</pubDate>
        </item>
    </channel>
</rss>
