JDownloader Community - Appwork GmbH
 

Go Back   JDownloader Community - Appwork GmbH > English Support > Decrypter Plugin Reports
Reply
 
Thread Tools Display Modes
  #1  
Old 14.01.2017, 22:13
lezboyd lezboyd is offline
Mega Loader
 
Join Date: Nov 2011
Posts: 68
Default ouo.io captcha not loaded

When I copy a ouo.io (or ouo.press) link to JD2, it transfer me to the captcha page on the browser, but the captcha is not loaded within the page. It works fine on the ouo.io site itself, but not with JD2. Here is a screenshot for the same, and some example links.



JD links (maybe the ID numbers will help?):
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Actual links:
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

Last edited by lezboyd; 14.01.2017 at 22:17.
Reply With Quote
  #2  
Old 14.01.2017, 23:04
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

ouo.io uses recaptchav2 which is provided opened in your browser via 'browser solver'. Since it works fine here, it's most likely something todo with your browser setup. maybe noscript? please check our support article https://support.jdownloader.org/Know...splay-captchas

which browser do you use?

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #3  
Old 14.01.2017, 23:22
lezboyd lezboyd is offline
Mega Loader
 
Join Date: Nov 2011
Posts: 68
Default

I use Firefox and have no scripting related add-ons installed which may block captchas. Captcha solving works fine everywhere else. The only place I face this problem is JD2.

Reply With Quote
  #4  
Old 14.01.2017, 23:25
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

as you can see we use localhost, many of those type of browser extensions are known to block it. check the trouble shooting section of the support article.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #5  
Old 14.01.2017, 23:37
lezboyd lezboyd is offline
Mega Loader
 
Join Date: Nov 2011
Posts: 68
Default

I did check the article before I replied.

1. None of the advanced settings have been changed.
2. Localhost is excluded in adblock.
3. No other extensions are installed that mess with scripting.
4. My country does not block google.

Maybe if you are unable to help, you can let someone other support personnel reply to this? I shall co-operate fully from my side. But lets not run around in circles.

Thanks.
Reply With Quote
  #6  
Old 14.01.2017, 23:43
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

Would been nice of you to state that in your previous post instead of just a screen shot (I believed you that it worked in browser for the website itself). I responded on the assumption that you possibly hadn't. This is in no means circles.

I would recommend that you open inspect element and goto the network and|or adblock tabs, refresh the JD captcha challenge and see what happens. You can also breakpoint the javascript components if you have that type of experience/understanding.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #7  
Old 14.01.2017, 23:51
lezboyd lezboyd is offline
Mega Loader
 
Join Date: Nov 2011
Posts: 68
Default

Please check the line I wrote above the screenshot. I will paste it again for you:

"I use Firefox and have no scripting related add-ons installed which may block captchas. Captcha solving works fine everywhere else. The only place I face this problem is JD2."

I shall do the "open inspect element" part and get back. If that does not pinpoint the problem, can/will you assist with the "breakpoint" part?
Reply With Quote
  #8  
Old 15.01.2017, 00:01
lezboyd lezboyd is offline
Mega Loader
 
Join Date: Nov 2011
Posts: 68
Default

The captcha portion is giving an error while loading from the JD2 generated page. Pasting the same below:

java.lang.NullPointerException
at org.jdownloader.captcha.v2.challenge.recaptcha.v2.RecaptchaV2Challenge.onGetRequest(RecaptchaV2Chall enge.java:263)
at org.jdownloader.captcha.v2.solver.browser.BrowserReference.onGetRequest(BrowserReference.java:270)
at org.appwork.utils.net.httpserver.HttpConnection.run(HttpConnection.java:506)
at org.jdownloader.api.DeprecatedAPIServer$4.run(DeprecatedAPIServer.java:408)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Reply With Quote
  #9  
Old 15.01.2017, 01:19
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

yes I read the line, but it didn't indicate either way if you had looked at settings/document. I read it as you don't have no script like addon installed/running.

I'm heading out for the day, I will be available this evening if you still need assistance.

the Java exception pasted is useful,
the code in question
Code:
             String refOrg = request.getRequestHeaders().get("Referer").getValue();
do you prevent referrer information within your browser by any chance?

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #10  
Old 15.01.2017, 04:43
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

I'm back for a couple hours, just installed a chrome extension (chrome doesn't have native feature) which allows you to block/filter/change referer. I ran a test, with referrer blocked and I get the exact same exception as you. So I assume that you run some referrer blocking function within your browser settings or extension.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 15.01.2017 at 04:46. Reason: blocked blocked
Reply With Quote
  #11  
Old 15.01.2017, 06:16
lezboyd lezboyd is offline
Mega Loader
 
Join Date: Nov 2011
Posts: 68
Default

Thanks for the reply. I checked the referer settings in my Firefox browser, and its not turned off.
Code:
network.http.sendRefererHeader;2
Are there any other settings I should check in about:config?
Reply With Quote
  #12  
Old 15.01.2017, 13:16
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

just confirm that is the case via the inspect element within network tab.
only reason that jd throwing that exception is its returning null/missing.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #13  
Old 16.01.2017, 14:29
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,571
Default

Please wait for next core update and try again
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 16.01.2017, 23:34
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

I also made localised changes, but I was going to ask coalado the importance of that code before committing
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #15  
Old 19.01.2017, 10:22
lezboyd lezboyd is offline
Mega Loader
 
Join Date: Nov 2011
Posts: 68
Default

Thanks Jiaz, confirmed as solved.
Reply With Quote
  #16  
Old 19.01.2017, 10:35
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

@Lezboyd
Did you find out what was messing with the referrer info ? Id be some what concerned if you haven't
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #17  
Old 19.01.2017, 13:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,571
Default

Thanks for the feedback!
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply


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 18:40.
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.