WordRider Home
Welcome! Log In Create A New Profile

Advanced

fileserve plugin not working

Posted by weewangwang 
fileserve plugin not working
August 11, 2010 08:34PM
FRD: 0.83u1
Plugin: fileserve.com 1.1.3
Example link: [fileserve.com]
Screenshot:


enter the code after, download failed?
My computer problems? Or a plugin problem?
Re: fileserve plugin not working
August 12, 2010 04:35AM
Plugin problem. Please wait patiently until we fix it. smiling smiley
Re: fileserve plugin not working
August 12, 2010 02:16PM
Plugin problem. I upload a new version in the attachment. It should works now.

Here is a simple patch. smileys with beer

Index: FileserveFilesRunner.java
===================================================================
--- FileserveFilesRunner.java (revision 2627)
+++ FileserveFilesRunner.java (working copy)
@@ -88,7 +88,7 @@
throw new ServiceConnectionProblemException();
}
try {
- downloadTask.sleep(Integer.parseInt(getContentAsString()) + 1);
+ downloadTask.sleep(Integer.parseInt(getContentAsString().trim()) + 1);
} catch (NumberFormatException e) {
throw new PluginImplementationException("Waiting time problem", e);
}



Edited 1 time(s). Last edit at 08/12/2010 02:18PM by sha1.
Attachments:
open | download - fileserve.frp (6.1 KB)
Re: fileserve plugin not working
August 12, 2010 02:31PM
OK, fixed.
Sorry, only registered users may post in this forum.

Click here to login