WordRider Home
Welcome! Log In Create A New Profile

Advanced

letitbit.net plugin is not working

Posted by MegaCoder 
letitbit.net plugin is not working
January 14, 2010 08:23AM
FreeRapid downloader version : 0.83
Plugin version: 1.1.0
Error message: File size not found.
Re: letitbit.net plugin is not working
January 14, 2010 08:56AM
Update your plugin to v1.1.1 please.
Re: letitbit.net plugin is not working
March 11, 2010 05:14PM
wtf? i updated on 1.1.3. and there was error, yesterday was okay with old version :O

cz.vity.freerapid.plugins.services.shareflare.captcha.Matrix
??
Re: letitbit.net plugin is not working
March 11, 2010 06:02PM
Whoops. Somehow it slipped through my quality checks. tongue sticking out smiley

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". confused smiley
Re: letitbit.net plugin is not working
March 11, 2010 07:08PM
Nt: I see the problem:

InputStream in = this.getClass().getResourceAsStream("/resources/letitbit-captcha.bin");
//InputStream in = new ByteArrayInputStream(letters);
GZIPInputStream gzis = new GZIPInputStream(in);
ObjectInputStream ois = new ObjectInputStream(gzis);
chars = (TreeMap) ois.readObject();

it's a deserialization of another Java object from byte stream.
The file is linked to another object.

-------------------------------------





Edited 2 time(s). Last edit at 03/11/2010 07:10PM by Vity.
Re: letitbit.net plugin is not working
March 12, 2010 05:42AM
Damn. Is there a way to change it from ShareFlare to LetitBit then?
Re: letitbit.net plugin is not working
March 12, 2010 06:52AM
I would do it this way
Either to contact Rick to fix it, because he has an original data
or
read the matrix data in shareflare and save it again using the another letitbit class
or
include shareflare classes into letitbit plugin
(this one is the easiest way winking smiley)

-------------------------------------

Re: letitbit.net plugin is not working
March 12, 2010 04:48PM
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".



Edited 1 time(s). Last edit at 03/12/2010 04:49PM by ntoskrnl.
Re: letitbit.net plugin is not working
March 12, 2010 07:39PM
Letitbit plugin v 1.2.0 with captcha read support was released

Nt: I re-saved the binary format. See TestApp in ShareFlare how I did it winking smiley.

-------------------------------------

Sorry, only registered users may post in this forum.

Click here to login