WordRider Home
Welcome! Log In Create A New Profile

Advanced

Depositfiles 1.2.8 - plugin update

Posted by RubinX 
Depositfiles 1.2.8 - plugin update
October 22, 2011 09:16PM
Another patch, this time to Depositfiles 1.2.8:
Attachments:
open | download - depositfiles_1_2_8.patch (17.4 KB)
Re: Depositfiles 1.2.8 - plugin update
October 23, 2011 03:07PM
Thanks, committed and released.
Re: Depositfiles 1.2.8 - plugin update
October 23, 2011 04:06PM
Issues with this plugin, please check this link where I described what the error is.

DF Issue Post
Re: Depositfiles 1.2.8 - plugin update
October 23, 2011 04:47PM
Weird... my locally compiled plugin (exactly match my patch) works fine, but the plugin updated on server has mentioned issue...

it seems that ntoskrnl made own changes too...

I will check updated code.
Re: Depositfiles 1.2.8 - plugin update
October 23, 2011 05:25PM
Yeah, I made some changes as the plugin was quite old and ugly (not your code though, it was even worse before you fixed it).
Re: Depositfiles 1.2.8 - plugin update
October 23, 2011 05:31PM
*laughs* I know how it goes. I would help but honestly have not touched Java since the early 90's when it was in beta and took a quick look but couldn't find a link to the svn.

Thanks for taking another look into this
Re: Depositfiles 1.2.8 - plugin update
October 23, 2011 05:34PM
ntoskrnl Wrote:
-------------------------------------------------------
> Yeah, I made some changes as the plugin was quite
> old and ugly (not your code though, it was even
> worse before you fixed it).

Yeah, I know... I removed some old code parts too, but not cleaned everything (no time :/)

About "new" problem:
Index: src/depositfiles/cz/vity/freerapid/plugins/services/depositfiles/DepositFilesRunner.java
===================================================================
--- src/depositfiles/cz/vity/freerapid/plugins/services/depositfiles/DepositFilesRunner.java	(revision 3218)
+++ src/depositfiles/cz/vity/freerapid/plugins/services/depositfiles/DepositFilesRunner.java	(working copy)
@@ -64,7 +64,8 @@
 
             Matcher matcher = getMatcherAgainstContent("setTimeout\\s*\\(\\s*'load_form\\s*\\(\\s*fid\\s*,\\s*msg\\s*\\)\\s*'\\s*,\\s*(\\d+)\\s*\\)");
             if (!matcher.find()) {
-                throw new PluginImplementationException();
+                checkProblems();
+                throw new ServiceConnectionProblemException("Problem with a connection to service.\nCannot find requested page content");
             }
             int seconds = Integer.parseInt(matcher.group(1)) / 1000;
             logger.info("wait - " + seconds);
please check, I believe its solution
Re: Depositfiles 1.2.8 - plugin update
October 23, 2011 07:18PM
OK, please try plugin v1.3.1.
Re: Depositfiles 1.2.8 - plugin update
October 23, 2011 07:41PM
Waiting for the time period to go through the paces...

Lets not even bother reading all that, seems to be working like a charm going through a file list.

Thank you both for your speedy responses



Edited 2 time(s). Last edit at 10/23/2011 08:03PM by Nelapsi.
Sorry, only registered users may post in this forum.

Click here to login