#961
|
||||
|
||||
![]() Quote:
JD would have to save a list of used proxies and last started download attempt. Because we usually never save the waittimes (because on trying to stat a download, most hosts will return an accurate time-left value) , we would have to: -Save a list of used IPs on accounts -Then the last time a download was attempted over an account + IP Hm wait..can you download a file with an account and after that another one via the same account but with another IP without waiting? GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#962
|
|||
|
|||
![]() Quote:
I think spending a lot of time on it in one plugin isn't ideal. Better to spend time giving the core a way to track this stuff for plugins that needed, maybe? In any case, using 5 accounts is a HUGE speedup over previous behaviour, so it's prob. good enough for now. And I think it is getting the most possible out of a single connection. Quote:
Last edited by Llamatron; 01.04.2015 at 00:42. |
#963
|
||||
|
||||
![]()
Hm actually the limits on the accounts are only on the accounts regardless of the IP so the only thing would be to save IPs:lastDownloadTimestamp on plugin.
I think I'll do that for uploaded and also change the account stuff to be independant from IP. That was brainlike before - my mistake! I don't know if in the end it'll work as you expect it to work but we'll see! I might actually soon remove the workaround #2 option as it is not needed anymore then! GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#964
|
|||
|
|||
![]()
The ul.to plugin is doing a good job of maxing out downloads on a single connection, it seems.
The only problem is too many captchas. If it's possible to tell the difference between "this free account is blocked" vs. "this IP is blocked for all free accounts", then the plugin could avoid showing a captcha for every enabled free account every 3 hours, while waiting for ul.to to allow free-account downloads instead of just unregistered. (If the first free account fails in a way that indicates the other will fail too, abort their captchas.) It seems that unregistered downloads never get blocked beyond the usual 3 hour timer. (I got JD2 to do that in parallel with free accounts by using the account usage rules to put unregistered up in the same group as my free accounts.) Last edited by Llamatron; 02.04.2015 at 23:18. |
#965
|
||||
|
||||
![]()
I don't exactly understand how you get the extra captchas.
The account waittime sits on the account(s), not bound to IP and should always be remembered (if plugin settings active). Also it is not possible to show the account-mode waittime like the free waittime as it is a reconnect waittime and accounts cannot have those. The only thing I could so is change the waittime to a "normal" waittime to display the exact waittime for accounts. Problem here is that it would be handled like a pre-download waittime (e.g. uploaded.net 30 seconds before download) so the link counts as active download. This way you would (probably) lose the ability to switch between multiple free accounts. GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#966
|
||||
|
||||
![]()
@Llamatron
I just changed the function that checks the last IP. It will now save all recent IPs with timestamp and check. This means if you e.g. download a file with IP_A and it gets blocked and you switch to IP_B and try again with IP_A after 2 hours, JD knows that there is still a waittime on IP_A and that it has to wait one hour. In my tests this worked great - please test it ![]() If it works good I'll implement this for datafile as well. Note that this has no influence on the account handling as for accounts the waittime is on the account regardless of which IP you have.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#967
|
||||
|
||||
![]() Quote:
The only way to handle this perfectly is if the error message on hitting the per-IP cap is different from the usual inside-3-hours message, or JD2 has to be psychic and know that the account it just tried wasn't used outside of JD2. (Perfect = only one captcha to detect that your IP is blocked, but not missing the chance to download stuff if other free accounts are ok on this IP.) Quote:
Quote:
Quote:
|
#968
|
||||
|
||||
![]() Quote:
You won't really see any difference unless maybe you use multiple IPs.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#969
|
|||
|
|||
![]()
After the update from:
Wed Apr 08 20:04:27 CEST 2015 all my uploaded.net accounts dissapeared. Also there is no support for uploaded.net in account manager. What happened? What's going on? |
#970
|
|||
|
|||
![]() Quote:
All 5 of my free accounts are still there after the update. I didn't have any ul.to downloads queued when I updated/restarted, in case that matters. |
#971
|
|||
|
|||
![]()
Yup, works great for me, too. Tested with 2 accounts and 2 IPs enabled for ul.to.
Both free accounts used my direct connection, and an unregistered download started on direct and proxy. (Since I have unregistered in the same grouping as account in the account usage rules.) No extra captchas displayed after any of them finished. However, when it came time to start the next round of downloads, only the free accounts started (both on the direct connection again, as they should). Unregistered on direct and proxy didn't start then. timeline:
current state: unregistered running on proxy, nothing running on direct (even though it should be out of waittime for unregistered.) A link is sitting there showing 2h:25m reconnect-waittime "Download limit has been reached" gateway=direct, mode=free account: (one that is still on cooldown). I guess the "download mode" column isn't very meaningful for downloads that are in reconnect-waittime, because after resetting that link, it's showing gw=direct, mode=Free, but the waittime is 2h:44min now. Checking with a browser, an unregistered download was possible. (too bad you can't browser-check without actually starting a download and using up your slot.) So it looks like free accounts are getting used correctly, but unregistered is getting mishandled. I haven't hit the per-IP cap for free accounts yet, so I still haven't tested what happens then. Last edited by Llamatron; 12.04.2015 at 13:24. |
#972
|
||||
|
||||
![]()
Hm plugin-wise it SHOULD be okay but a log might still be helpful to check this case.
In case it is not a plugin issue jiaz will have to investigate this. GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#973
|
|||
|
|||
![]()
Hey guys
I got an uploaded premium account which I configured in JDownloader. I donwload usually with 30MiB/s and after several time the download stops. Status changes to "Wait XXm:XXs (uploaded.to)". I don't know why, I've downloaded 90GB yet so I didn't reach the daily limit of 500GB and my account status in jdwonloader is "Account is ok: premium account". So Why do I have to wait? I thought I could download without waiting if I got a premium account... Can anyone help? |
#974
|
||||
|
||||
![]()
Merged uploaded.net threads.
1. Please post a log. 2. Use less max.connections (chunks) per download. 3. To completely prevent the free mode for uploaded.net you can also make an account usage rule: https://support.jdownloader.org/inde...-Free-Download. GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#975
|
||||
|
||||
![]()
@Llamatron
I just changed the uploaded handling again: Downloading a file in free (unregistered) mode will trigger the waittime also for free accounts if you try with the same IP. However, the limit is only on the IP, not on the accounts so a reconnect will help. To shorten this: If you want to start multiple free downloads for uploaded you need to disable the free (unregistered) mode via account usage rules or you will not have any benefits (anymore) from your free accounts! A german user just told me that, I verified it and changed the code now as without the change you can still get unnecessary captchas!
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#976
|
|||
|
|||
![]() Quote:
Starting an unregistered download after all the free accounts start lets me get another parallel DL on that connection without having to add yet another account, but it's probably not worth the risk of screwing up and locking myself out of my free accounts on that IP. Last edited by Llamatron; 18.04.2015 at 09:39. |
#977
|
||||
|
||||
![]()
Exactly.
Also it would be way to hard to implement this plugin wise. The easiest thing to get the max out of uploaded is to use the free accounts and completely disable free (unregistered) mode for uploaded via account usage rule.
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#978
|
|||
|
|||
![]()
Hi, i have an premium account from uploaded.net and share it with a couple of friends. I and one of the others are using the jdownloader2 and we have the problem that the acc will disable itself. Clicking on Refresh Account enables it again and the download can be continued, but after a couple of time it will stop again. In the log it is said, that there is send an invalid user name and invalid password. But i dont know why.
Log: 27.04.15 17.04.32to27.04.15 21.49.57 jdlog://8969773179241/ Can somebody help me please? Greez |
#979
|
||||
|
||||
![]()
Merged Ul threads.
@Necris: According to your log your logindata for uploaded is simply wrong: Code:
{"err":{"code":3,"message":"Benutzer-ID und Passwort stimmen nicht \u00fcberein"}}
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
#980
|
||||
|
||||
![]()
@Necris
I would advise against account sharing you will end up with the account banned. Uploaded has checks in place, and we often see users getting there accounts banned.
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
![]() |
Thread Tools | |
Display Modes | |
|
|