JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #41  
Old 11.09.2016, 12:21
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

yay for more captchas for premium paying customers!

My advice would be move to another provider, as none of the real multihosters enforce you to answer captcha all the time.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #42  
Old 11.09.2016, 14:01
Premiumax
Guest
 
Posts: n/a
Default

We don't show a captcha on our site,only first time when you logi in. If you generated links on our site directly you don't have any captchas.

We not create a Jdownloader plugin, and we don't know how it's works. If you see captcha or something else it's plugin problem, not Premiumax problem.

P.S. Don't ask api, because we haven't api.
Reply With Quote
  #43  
Old 11.09.2016, 14:50
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

@Premiumax:
JDownloader uses this url
/direct_link.html?rand=randomTimeStamp&captcka=&key=indexKEY&urllist=URL
After a while the response is no longer the generated url, it is
"There are too many attempts. Just refresh this page and try again"
Tell us what this means, how to handle it and everyone will be happy!

Thanks for trying to help to solve this issue!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #44  
Old 13.09.2016, 14:41
Premiumax
Guest
 
Posts: n/a
Default

now all must working fine.
Reply With Quote
  #45  
Old 13.09.2016, 14:42
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

Thanks for your help!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #46  
Old 14.09.2016, 17:40
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,117
Default

@blacksun
Please post feedback regarding the captchas here as well - thanks.

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #47  
Old 19.09.2016, 07:09
blacksun blacksun is offline
JD Legend
 
Join Date: Mar 2009
Location: Schwaben
Posts: 1,337
Default

Quote:
Originally Posted by pspzockerscene View Post
@blacksun
Please post feedback regarding the captchas here as well - thanks.
ich hab's gelesen:
https://svn.jdownloader.org/issues/80029

bin erst gestern dazu gekommen wieder was von zippy zu laden:
die files 1-7 haben funktioniert über premiumax ohne captcha, beim 8. link kam eine RCv2-Aufgabe von premiumax.net
soll das so sein?

18.09.16 15.31.36 <--> 19.09.16 07.03.48 jdlog://3162481887641/
__________________
--
Viele Grüße

BlackSun
Reply With Quote
  #48  
Old 19.09.2016, 08:10
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

You got several errors as you can see them yourself.
To answer your question, you also got "There are too many attempts. Just refresh this page and try again." error that re-login + captcha is needed.

One miss handling is:
at jd.plugins.hoster.PremiumaxNet.handleMultiHost(PremiumaxNet.java:236)
because:
"<div class="res_bad">Traffic limit exceeded</div>"
didn't detected by
"if (brc.toString().equalsIgnoreCase("Traffic limit exceeded"))"
but still handled by
"handleErrorRetries(link, "dllinknullerror", 10, 5 * 60 * 1000l);"
__________________
FAQ: How to upload a Log

Last edited by tony2long; 19.09.2016 at 08:13.
Reply With Quote
  #49  
Old 19.09.2016, 08:22
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

@blacksun

"<div class="res_bad">Traffic limit exceeded</div>"

they changed output which broke error handling, I've updated to reflect new message

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #50  
Old 19.09.2016, 09:13
tony2long's Avatar
tony2long tony2long is offline
English Supporter
 
Join Date: Jun 2009
Posts: 6,507
Default

Another message variant if you want to stick with .equals:

<div class="res_bad">Traffic limit exceeded</div>||var el = document.createElement("iframe");document.body.appendChild(el);el.style="display:none;";el.id = "iframe_1474232889";el.src = "**External links are only visible to Support Staff**; function rmv(){$j("body>script").remove();$j("body>iframe").remove();}
__________________
FAQ: How to upload a Log
Reply With Quote
  #51  
Old 19.09.2016, 09:59
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

@tony2long
I looked at many of them but didn't notice it, thx. I see it showed up twice.

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

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #52  
Old 20.09.2016, 22:24
blacksun blacksun is offline
JD Legend
 
Join Date: Mar 2009
Location: Schwaben
Posts: 1,337
Default

today, news things, see log
20.09.16 21.47.33 <--> 20.09.16 22.20.03 jdlog://1593481887641/
--> endless-loop with XAGPLDDUD.part04.rar?
--> account get plugin outdated in acc-manager
__________________
--
Viele Grüße

BlackSun
Reply With Quote
  #53  
Old 21.09.2016, 01:17
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

@blacksun
fixed

stupid eclipse froze _yet again_, committed now!

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; 21.09.2016 at 01:44.
Reply With Quote
  #54  
Old 21.09.2016, 07:22
blacksun blacksun is offline
JD Legend
 
Join Date: Mar 2009
Location: Schwaben
Posts: 1,337
Default

Quote:
Originally Posted by raztoki View Post
@blacksun
fixed

stupid eclipse froze _yet again_, committed now!
plugin-update released, no chance in account-check:
21.09.16 07.15.04 <--> 21.09.16 07.17.48 jdlog://1514481887641/
__________________
--
Viele Grüße

BlackSun
Reply With Quote
  #55  
Old 21.09.2016, 07:41
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

I haven't updated to head and it still works. I say Jiaz changes to form has cause the issue.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #56  
Old 21.09.2016, 09:19
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,554
Default

fixed with next update in few minutes
__________________
JD-Dev & Server-Admin
Reply With Quote
  #57  
Old 21.12.2016, 04:24
aivatco
Guest
 
Posts: n/a
Default

Hello,
i have the problem that since ca 10days,
i can´t relogin to premiumax.
I get one captcha after the other.
I cleaned the cache of firefox internetexplorer and Edge.
what should i do? I have no more idea.

Thanks for any help.

Armin
Reply With Quote
  #58  
Old 21.12.2016, 05:30
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

@aivatco
provide debug logs. https://support.jdownloader.org/Know...d-session-logs

delete account
enable debug mode
restart client
add account
on failure upload log
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

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

Did you make sure that your logins are correct? Login at website?
In case they work in browser but not in JDownloader, please provide a debug log like raztoki explained
__________________
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 02:03.
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.