JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #41  
Old 24.02.2015, 17:24
bugnotme bugnotme is offline
BugMeNot Account
 
Join Date: Apr 2013
Posts: 375
Default

My German == nil, but if I understand correctly this means I'm having a problem with the captchas time settings.

I have:
JAntiCaptcha active and set to 0 on all
My.JDownloader.com active and set to 20x JAntiCaptcha & 0 on the rest
Dialog active and set to 20x JAntiCaptcha, 40x My.JDownloader.com & 0 on the rest
captchabrotherhood.com active only when testing and set to 20x JAntiCaptcha, 40x My.JDownloader.com, 100x Dialog & 0 on the rest
All the others are not active and set to 20x JAntiCaptcha, 40x My.JDownloader.com, 100x Dialog, 120x captchabrotherhood.com & 0 on the rest

Last edited by bugnotme; 24.02.2015 at 17:35.
Reply With Quote
  #42  
Old 24.02.2015, 17:35
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

Do you have VALIDATION FAILED in your logs?
__________________
JD-Dev & Server-Admin
Reply With Quote
  #43  
Old 24.02.2015, 17:44
bugnotme bugnotme is offline
BugMeNot Account
 
Join Date: Apr 2013
Posts: 375
Default

Yes, but if I disable all except captchabrotherhood I only get:
Spoiler:
jd.http.Browser$BrowserException
at jd.http.Browser.loadConnection(Browser.java:1311)
at jd.http.Browser.postPageRaw(Browser.java:1517)
at org.jdownloader.captcha.v2.solver.captchabrotherhood.CBSolver.solveCES(CBSolver.java:106)
at org.jdownloader.captcha.v2.solver.CESChallengeSolver.solve(CESChallengeSolver.java:45)
at org.jdownloader.captcha.v2.JobRunnable.run(JobRunnable.java:114)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: 500 Internal Server Error
at org.appwork.utils.net.httpconnection.HTTPConnectionImpl.getInputStream(HTTPConnectionImpl.java:951)
at org.appwork.utils.net.httpconnection.HTTPProxyHTTPConnectionImpl.getInputStream(HTTPProxyHTTPConnect ionImpl.java:236)
at jd.http.Request.read(Request.java:105)
at jd.http.Request.read(Request.java:616)
at jd.http.Browser.loadConnection(Browser.java:1300)
... 7 more

jd.http.Browser$BrowserException
at jd.http.Browser.openRequestConnection(Browser.java:1462)
at jd.http.Browser.openRequestConnection(Browser.java:1399)
at jd.http.Browser.postPageRaw(Browser.java:1517)
at org.jdownloader.captcha.v2.solver.captchabrotherhood.CBSolver.solveCES(CBSolver.java:106)
at org.jdownloader.captcha.v2.solver.CESChallengeSolver.solve(CESChallengeSolver.java:45)
at org.jdownloader.captcha.v2.JobRunnable.run(JobRunnable.java:114)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at org.appwork.utils.net.httpconnection.HTTPConnectionUtils.readheader(HTTPConnectionUtils.java:124)
at org.appwork.utils.net.httpconnection.HTTPConnectionImpl.connectInputStream(HTTPConnectionImpl.java:6 93)
at org.appwork.utils.net.httpconnection.HTTPConnectionImpl.finalizeConnect(HTTPConnectionImpl.java:848)
at jd.http.Request.connect(Request.java:268)
at jd.http.Browser.openRequestConnection(Browser.java:1424)
... 8 more

jd.plugins.PluginException
at jd.plugins.PluginForHost.getCaptchaCode(PluginForHost.java:355)
at jd.plugins.PluginForHost.getCaptchaCode(PluginForHost.java:254)
at jd.plugins.hoster.Uploadedto.doFree(Uploadedto.java:773)
at jd.plugins.hoster.Uploadedto.handleFree(Uploadedto.java:639)
at jd.plugins.PluginForHost.handle(PluginForHost.java:813)
at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:38 5)
at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:561)


BTW Can't reproduce the high CPU usage & delay on link parsing but still getting %20class=attribute-value at the end of a link when copying HTML code after selecting text and using View Selection Source to copy the code.

Last edited by bugnotme; 24.02.2015 at 18:01.
Reply With Quote
  #44  
Old 24.02.2015, 17:49
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

The error VALIDATION FAILED will be fixed by coalado
java.io.IOException: 500 Internal Server Error and java.net.SocketTimeoutException: Read timed out
Proxy/CBH Issues. cannot tell more without a complete log
__________________
JD-Dev & Server-Admin
Reply With Quote
  #45  
Old 04.03.2015, 09:28
bugnotme bugnotme is offline
BugMeNot Account
 
Join Date: Apr 2013
Posts: 375
Default

It seems that CBS plugin have been at least partially fixed (about 10% of the requests made are correct (the rest are errors according to the plugin statistics), tested with over 100 requests with only it active.
Reply With Quote
  #46  
Old 04.03.2015, 09:40
coalado's Avatar
coalado coalado is offline
JD Manager
 
Join Date: Feb 2009
Posts: 1,988
Default

CBS==? do you mean CBH (CaptchaBrotherHood)?

I fixed the captchabrotherhood plugin days ago. It should work fine now. IF not, please provide a full log.
__________________
Reply With Quote
  #47  
Old 04.03.2015, 12:30
bugnotme bugnotme is offline
BugMeNot Account
 
Join Date: Apr 2013
Posts: 375
Default

Yes, CaptchaBrotherHood. The test was done on 27-28 February and I'd like to test with the latest updates to be certain it wasn't a host/plugin problem (there are mostly jd.plugins.PluginException errors).

And very few:
Spoiler:

java.lang.InterruptedException: CaptchaJob: CaptchaChallenge by uploaded.to-recaptcha File: D:\ProgramFiles\JDownloader2\captchas\recaptcha\xxxxxxxxxxxxxxxxxxxxxxxx.jpg Solver: [DialogBasicCaptchaSolver, CBSolver] got interrupted
at org.jdownloader.captcha.v2.solverjob.SolverJob.waitFor(SolverJob.java:298)
at org.jdownloader.captcha.v2.JobRunnable.run(JobRunnable.java:108)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)



jd.http.Browser$BrowserException
at jd.http.Browser.openRequestConnection(Browser.java:1462)
at jd.http.Browser.openRequestConnection(Browser.java:1399)
at org.jdownloader.captcha.v2.solver.captchabrotherhood.CBSolver.solveCES(CBSolver.java:117)
at org.jdownloader.captcha.v2.solver.CESChallengeSolver.solve(CESChallengeSolver.java:45)
at org.jdownloader.captcha.v2.JobRunnable.run(JobRunnable.java:140)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at org.appwork.utils.net.httpconnection.HTTPConnectionUtils.readheader(HTTPConnectionUtils.java:124)
at org.appwork.utils.net.httpconnection.HTTPConnectionImpl.connectInputStream(HTTPConnectionImpl.java:7 28)
at org.appwork.utils.net.httpconnection.HTTPConnectionImpl.finalizeConnect(HTTPConnectionImpl.java:883)
at jd.http.Request.connect(Request.java:268)
at jd.http.Browser.openRequestConnection(Browser.java:1424)
... 7 more
Reply With Quote
  #48  
Old 04.03.2015, 12:39
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

Caused by: java.net.SocketException: Connection reset
Firewall/AV/Server/Router kills the connection.
__________________
JD-Dev & Server-Admin
Reply With Quote
  #49  
Old 04.03.2015, 18:38
bugnotme bugnotme is offline
BugMeNot Account
 
Join Date: Apr 2013
Posts: 375
Default

It's possible the net have stopped or there is still some problem with the proxy.

BTW Is there a way to disable the proxy vole download/check?
Reply With Quote
  #50  
Old 04.03.2015, 18:53
coalado's Avatar
coalado coalado is offline
JD Manager
 
Join Date: Feb 2009
Posts: 1,988
Default

what proxy vole download check?
__________________
Reply With Quote
  #51  
Old 05.03.2015, 09:48
bugnotme bugnotme is offline
BugMeNot Account
 
Join Date: Apr 2013
Posts: 375
Default

Each time JD2 starts it downloads(or compiles) 2 files:
%TEMP%\proxy_voleXXXXXXXXXXXXXXXXXXX.dll - presumably **External links are only visible to Support Staff****External links are only visible to Support Staff**
JD2\tmp\jna\jnaXXXXXXXXXXXXXXXXXXX.dll - presumably **External links are only visible to Support Staff****External links are only visible to Support Staff**

I don't know why you need the JNA, but I would prefer it was a static part of the program instead of downloaded each time.

But since the proxy_vole...dll is needed tor automatic proxy detection I'd appreciate an option to disable it's download and use since it's useless for me and all the people who know what a proxy is and how to set it up.

[EDIT]
Could it be the JNA...dll is used only for the "Windows JNAIdle Detector" feature?

Last edited by bugnotme; 05.03.2015 at 10:04.
Reply With Quote
  #52  
Old 05.03.2015, 10:18
coalado's Avatar
coalado coalado is offline
JD Manager
 
Join Date: Feb 2009
Posts: 1,988
Default

The dlls are part of the proxyVole.jar and will be extracted from the jar to the local folders. Same for the jna.dll (jna.jar)

Why do you think jd would download them from the internet?
__________________
Reply With Quote
  #53  
Old 05.03.2015, 10:20
coalado's Avatar
coalado coalado is offline
JD Manager
 
Join Date: Feb 2009
Posts: 1,988
Default

Anyway. I implemented the advanced option InternetConnection.ProxyVoleAutodetectionEnabled=true/false

If you disable it, the auto proxy detection will not work, and PAC AutoProxy Scripts will not be supported.

This flag will be available with the next update.
__________________
Reply With Quote
  #54  
Old 05.03.2015, 17:41
bugnotme bugnotme is offline
BugMeNot Account
 
Join Date: Apr 2013
Posts: 375
Default

Thanks, because other Java based products I used downloaded files on run and I just assumed it might be the same with JD2.

BTW Can the jna.dll be called that instead of jnaXXXXXXXXXXXXXXXXXXX.dll? My firewall is complaining each time I run JD about a new dll component... (same with the ProxyVole but now I can stop it from loading and eliminate the problem)
Reply With Quote
  #55  
Old 05.03.2015, 18:30
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

Init of the dll is done by JNA, will check if we can reuse existing file
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 05:33.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.