<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>letitbit.net plugin is not working</title>
        <description> FreeRapid downloader version : 0.83
Plugin version: 1.1.0
Error message: File size not found.</description>
        <link>https://wordrider.net/forum/10/3693/3693/_subject_#msg-3693</link>
        <lastBuildDate>Thu, 09 Apr 2026 09:17:23 +0000</lastBuildDate>
        <generator>Phorum 5.2.10</generator>
        <item>
            <guid>https://wordrider.net/forum/10/3693/4279/_subject_#msg-4279</guid>
            <title>Re: letitbit.net plugin is not working</title>
            <link>https://wordrider.net/forum/10/3693/4279/_subject_#msg-4279</link>
            <description><![CDATA[ Letitbit plugin v 1.2.0 with captcha read support was released<br />
<br />
Nt: I re-saved the binary format. See TestApp in ShareFlare how I did it ;-).]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 12 Mar 2010 19:39:05 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3693/4276/_subject_#msg-4276</guid>
            <title>Re: letitbit.net plugin is not working</title>
            <link>https://wordrider.net/forum/10/3693/4276/_subject_#msg-4276</link>
            <description><![CDATA[ I attempted #3, but it complains "Package not found" when compiling if I import the shareflare CaptchaReader. If I copy the whole shareflare.captcha package to the letitbit folder it says "Duplicate class names found".]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 12 Mar 2010 16:48:48 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3693/4273/_subject_#msg-4273</guid>
            <title>Re: letitbit.net plugin is not working</title>
            <link>https://wordrider.net/forum/10/3693/4273/_subject_#msg-4273</link>
            <description><![CDATA[ I would do it this way<br />
Either to contact Rick to fix it, because he has an original data<br />
or<br />
read the matrix data in shareflare and save it again using the another letitbit class <br />
or<br />
include shareflare classes into letitbit plugin<br />
(this one is the easiest way ;-))]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 12 Mar 2010 06:52:46 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3693/4272/_subject_#msg-4272</guid>
            <title>Re: letitbit.net plugin is not working</title>
            <link>https://wordrider.net/forum/10/3693/4272/_subject_#msg-4272</link>
            <description><![CDATA[ Damn. Is there a way to change it from ShareFlare to LetitBit then?]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Fri, 12 Mar 2010 05:42:19 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3693/4268/_subject_#msg-4268</guid>
            <title>Re: letitbit.net plugin is not working</title>
            <link>https://wordrider.net/forum/10/3693/4268/_subject_#msg-4268</link>
            <description><![CDATA[ Nt: I see the problem:<br />
<br />
                    InputStream in = this.getClass().getResourceAsStream("/resources/letitbit-captcha.bin");<br />
                    //InputStream in = new ByteArrayInputStream(letters);<br />
                    GZIPInputStream gzis = new GZIPInputStream(in);<br />
                    ObjectInputStream ois = new ObjectInputStream(gzis);<br />
                    chars = (TreeMap<String, Matrix>) ois.readObject();<br />
<br />
it's a deserialization of another Java object from byte stream. <br />
The file is linked to another object.]]></description>
            <dc:creator>Vity</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 11 Mar 2010 19:08:13 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3693/4267/_subject_#msg-4267</guid>
            <title>Re: letitbit.net plugin is not working</title>
            <link>https://wordrider.net/forum/10/3693/4267/_subject_#msg-4267</link>
            <description><![CDATA[ Whoops. Somehow it slipped through my quality checks. :P<br />
<br />
I can't figure it out. The error says "ClassNotFoundException: cz.vity.freerapid.plugins.services.shareflare.captcha.Matrix" but none of the letitbit sources even contain the word "shareflare". :S]]></description>
            <dc:creator>ntoskrnl</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 11 Mar 2010 18:02:10 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3693/4266/_subject_#msg-4266</guid>
            <title>Re: letitbit.net plugin is not working</title>
            <link>https://wordrider.net/forum/10/3693/4266/_subject_#msg-4266</link>
            <description><![CDATA[ wtf? i updated on 1.1.3. and there was error, yesterday was okay with old version :O<br />
<br />
cz.vity.freerapid.plugins.services.shareflare.captcha.Matrix<br />
??]]></description>
            <dc:creator>ukro</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 11 Mar 2010 17:14:32 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3693/3694/_subject_#msg-3694</guid>
            <title>Re: letitbit.net plugin is not working</title>
            <link>https://wordrider.net/forum/10/3693/3694/_subject_#msg-3694</link>
            <description><![CDATA[ Update your plugin to v1.1.1 please.]]></description>
            <dc:creator>Javi</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 14 Jan 2010 08:56:39 +0000</pubDate>
        </item>
        <item>
            <guid>https://wordrider.net/forum/10/3693/3693/_subject_#msg-3693</guid>
            <title>letitbit.net plugin is not working</title>
            <link>https://wordrider.net/forum/10/3693/3693/_subject_#msg-3693</link>
            <description><![CDATA[ FreeRapid downloader version : 0.83<br />
Plugin version: 1.1.0<br />
Error message: File size not found.]]></description>
            <dc:creator>MegaCoder</dc:creator>
            <category>FreeRapid Downloader - Plugins</category>
            <pubDate>Thu, 14 Jan 2010 08:23:35 +0000</pubDate>
        </item>
    </channel>
</rss>
