JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #41  
Old 09.02.2020, 18:31
Doom Doom is offline
DSL User
 
Join Date: Apr 2019
Posts: 38
Default

Quote:
So the question is, how to I detect the limit before running into it?
What does JD do at the moment when it runs into the limit?
At the moment, JD tries this (well, if this is the correct limit message):
Code:

if (br.containsHTML("¿You have exceeded your image viewing limits\\. Note that you can reset these limits by going")) {
br.getPage("**External links are only visible to Support Staff**);
if (account != null) { // todo: ensure this works?
account.saveCookies(br.getCookies(MAINPAGE), "");
throw new PluginException(LinkStatus.ERROR_RETRY);
} else {
throw new PluginException(LinkStatus.ERROR_IP_BLOCKED, 2 * 60 * 60 * 1000l);
}
}

So at the moment, if it detects this limit message, it does the following:
If an account is available: Visit mainpage and try again
If no account is available: Wait 2 hours and try again (or let user change his IP, then try again immediately)
Unfortunately I dk much about HTMLs and code language

All I can tell is that the moment it happens this is what I've got in the programe itself





It will attmept to try and keep download forever each link till I will manually disable it, if there was a way to make it auto disable the entire package when it detetct the limit had reached (or after it detect it didn't was able to download anything from this site after, lets say, 3 attmepts) it could've been great.


Quote:
I understand your concerns but I cannot easily bling-fix everything.
I will at least need the html code containing e.g. the current "Limit reached" message.

Also, of course, if you tell me that a paid account is not required at all for this, I can easily create my own test account.

Oh as far as I know the site is free and open to the public although having some system that you usually see in close sites, you can even use it without user to download anything but will be more limited till you will create a free user, the main issue is that if you will want to increase the limits even further you will need to do one of that give you in-site money/points, which can be time consuming, I do willing to help but would prefer to help in anything that not relate to directly give account info,

Where I could get that html code you referred to btw?
Looking at the source codes of the page when it happened in site or something of the sort (kinda hard to do cause I didn't recahed the limit for years) or looking on some note Jdownloader left?

Last edited by Doom; 09.02.2020 at 18:45.
Reply With Quote
  #42  
Old 10.02.2020, 15:17
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,419
Default

Quote:
Originally Posted by Doom View Post
Unfortunately I dk much about HTMLs and code language

All I can tell is that the moment it happens this is what I've got in the programe itself
No problem, you don't have to.

Quote:
Originally Posted by Doom View Post
It will attmept to try and keep download forever each link till I will manually disable it, if there was a way to make it auto disable the entire package when it detetct the limit had reached (or after it detect it didn't was able to download anything from this site after, lets say, 3 attmepts) it could've been great.
Well then it simply does not reach the code I've mentioned.
I'll need a log of your download attempts and then hopefully find the limit message in there.
As long as the "Items used" e.g. "Used 5100/5000" is available I could theoretically also use this to detect limits and set the account traffic to 0 once JD downloaded "too much" but it is hard to get the current limit as we would have to access the "profile overview" page for each download which would significally slow down everything.
Detecting the limit once there is an error-message would be easier and as said, currently this is what it should do but seems like it doesn't.

Quote:
Originally Posted by Doom View Post
Where I could get that html code you referred to btw?
Looking at the source codes of the page when it happened in site or something of the sort (kinda hard to do cause I didn't recahed the limit for years) or looking on some note Jdownloader left?
Welll basically this leads me to repeat my question:

What happens when you reach the limit via website?
Is there any kind of errormessage or can you only see it in the profile overview e.g. "5000 / 5000 items downloaded today"?

-psp-
__________________

On vacation / im Urlaub
START: 2023-09-26
END: TBA


JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #43  
Old 11.02.2020, 01:39
Doom Doom is offline
DSL User
 
Join Date: Apr 2019
Posts: 38
Default

Quote:
Welll basically this leads me to repeat my question:

What happens when you reach the limit via website?
Is there any kind of errormessage or can you only see it in the profile overview e.g. "5000 / 5000 items downloaded today"?

You will see one of two errors depends on what you did, the first one load to you other image with some error and number (forgot which number) that tells you you passed the limit instead of loading for you the actual image file,

And the other is for when you get banned from attmepting to dd a lot of stuff while you can't, it will show you white screen instead of the site itself and will tell you to wait a bit till the items number will come to a number that let you load stuff again
Reply With Quote
  #44  
Old 11.02.2020, 19:43
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,419
Default

Hm okay.

Maybe you can use an account up to the limit, then save the .html docs which contain the error messages and send them to me.
You could also use an account and nearly reach the limit --> Then send the account to me so I can reach the limit on purpose to finally see that error.

Keep in mind that I'am not here every day but we could try to negotiate a fixed date (& time) do do this.

-psp-
__________________

On vacation / im Urlaub
START: 2023-09-26
END: TBA


JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #45  
Old 21.02.2020, 06:17
Doom Doom is offline
DSL User
 
Join Date: Apr 2019
Posts: 38
Default

Sorry for the delay, I'm not here every day as well xP

The issue for me is that it's not that easy to reach the limit without any app like Jdownloader, it will honstly be more easier for a new user who have the 5000 limit to reach it and get the error than me.


I do wonder how Jdownloader managed to dd everything from that site just fine without seeing the limit before though....
Reply With Quote
  #46  
Old 24.02.2020, 16:03
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,419
Default

Quote:
Originally Posted by Doom View Post

I do wonder how Jdownloader managed to dd everything from that site just fine without seeing the limit before though....
Neither do I ...
Hm we're still not making any progress at all ...

-psp-
__________________

On vacation / im Urlaub
START: 2023-09-26
END: TBA


JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #47  
Old 26.02.2020, 15:46
Benny9932 Benny9932 is offline
DSL Light User
 
Join Date: Apr 2019
Posts: 31
Default

@pspzockerscene

I've send you a video showcasing the problem, I hope it helps
Reply With Quote
  #48  
Old 26.02.2020, 17:22
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,419
Default

Hm your video basically shows this:
Limit is reached --> JDownloader fails to identify this situation.

Now all I really need from you is a log - it should contain the information I need to fix the limit detection

-psp-
__________________

On vacation / im Urlaub
START: 2023-09-26
END: TBA


JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #49  
Old 27.02.2020, 04:22
Benny9932 Benny9932 is offline
DSL Light User
 
Join Date: Apr 2019
Posts: 31
Default

I've sent you a message, I cant log the problem because JDownloader is throwing me an exception everytime I try to log this problem

Last edited by Benny9932; 27.02.2020 at 04:27.
Reply With Quote
  #50  
Old 27.02.2020, 17:53
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,419
Default

You could manually zip- and upload the logs (see jdownloader install dir) but here is an easier attempt:

Once you've reached the limit, open any picture page (like in your video where you also display parts of the html) --> Then save the full .html code --> put it in a .zip file --> Upload it as an attachment here in our forum and post it.

-psp-
__________________

On vacation / im Urlaub
START: 2023-09-26
END: TBA


JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #51  
Old 28.02.2020, 03:54
Benny9932 Benny9932 is offline
DSL Light User
 
Join Date: Apr 2019
Posts: 31
Default

The .zip folder I attached include the HTML code of a 5k account that is trying to open a picture and a 10k account that is trying to open the picture while being over the 5k limit

Same picture for both of them
Attached Files
File Type: zip HTML Code.zip (4.5 KB, 1 views)
Reply With Quote
  #52  
Old 02.03.2020, 20:27
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,419
Default

Sorry I'am just unable to properly test this here without being able to reproduce this.

According to my check, the current handling should work fine but obviously it does not.

Please try uploading a log again.

If that fails, please go into your JD installation dir, then create a .zip from the 2-3 recent folders inside your "logs" folder and send it to me.

-psp-
__________________

On vacation / im Urlaub
START: 2023-09-26
END: TBA


JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #53  
Old 03.03.2020, 08:27
Benny9932 Benny9932 is offline
DSL Light User
 
Join Date: Apr 2019
Posts: 31
Default

Logs worked this time, I restarted JDownloader at 4.6k points so the logs are smaller

The logs are from 4.6k - 5k points on my 10k account
Spoiler:
03.03.20 08.03.44 <--> 03.03.20 08.07.09 jdlog://7232715302851/


I also found out why the logs didnt work, if you want to fix the problem:
- While the download was still going (trying to download images) I was able to make a log
- After I stopped every download the logs gave me the error exception that I already send you

I tried to also attach the 2 last log folders but it says its too large (8MB), if they are needed just tell me and I will upload them somewhere else and will send you a download link
Reply With Quote
  #54  
Old 03.03.2020, 18:18
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,419
Default

I'am still unable to see the "Plugin out of date" Exception which was visible in your video.

I've made some minor changes but only in the section of the limit code --> This will only get triggered once the limit is recognized.

Please do the following:
- Post another log

Also and I know I'am repeating myself:
Best would be to have an account with the limit reached so I can actually test it.

If this is not possible, please collect > 5000 URLs for me, send them to me via PN so I can try to reach the limit myself.
Best would be many items but each small in side --> I have a slow Internet connection

-psp-
__________________

On vacation / im Urlaub
START: 2023-09-26
END: TBA


JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #55  
Old 04.03.2020, 07:34
Benny9932 Benny9932 is offline
DSL Light User
 
Join Date: Apr 2019
Posts: 31
Default

All of the following was done with an account that has a 10k limit:

This time I already started at over 5k after reopening JDownloader, the logs should only contain the error message

Logs:

Spoiler:
04.03.20 07.25.00 <--> 04.03.20 07.26.47 jdlog://7552715302851/


Furthermore, since neither e-hentai nor you guys make any distinction between e-hentai and exhentai I just assumed the error would be the same

In the video I showed you I tried downloading from exhentai which resulted in "Plugin out of date" followed immediately afterwards with the "Hoster offline?" error messages, now tried downloading from e-hentai and the error message I received was "Download limit reached"

I sent you some stuff via pn
Reply With Quote
  #56  
Old 04.03.2020, 13:04
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,419
Default

Quote:
Originally Posted by Benny9932 View Post
Furthermore, since neither e-hentai nor you guys make any distinction between e-hentai and exhentai I just assumed the error would be the same
Yes we pretty much treat them the same.
Exhentai is the premium/logged-in version of ehentai.


Quote:
Originally Posted by Benny9932 View Post
In the video I showed you I tried downloading from exhentai which resulted in "Plugin out of date" followed immediately afterwards with the "Hoster offline?" error messages, now tried downloading from e-hentai and the error message I received was "Download limit reached"
"Download limit reached" is exactly the errormessage which should happen.
Is that still wrong or did I still not understand what the issue is here?
This is getting really frustrating :(

I'm trying to sum it up once again:
Once you reach the mentioned limit, JDownloader is supposed to wait but it does/did not.
Is this the correct problem description?

Please check back on that - I will not do any tests today.

-psp-
__________________

On vacation / im Urlaub
START: 2023-09-26
END: TBA


JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist


Last edited by pspzockerscene; 04.03.2020 at 13:13.
Reply With Quote
  #57  
Old 04.03.2020, 15:36
Benny9932 Benny9932 is offline
DSL Light User
 
Join Date: Apr 2019
Posts: 31
Default

Short version:
Once you reach the mentioned 5k CURRENT score, JDownloader is suppoed to keep on downloading if the account has a bigger than 5k MAX limit

Long version:
Not every e-hentai account has a fixed 5k MAX watch/download limit, only "normal" accounts have that limit at 5k, there are also accounts with a limit of 10k, 20k and 50k. JDownloader does not realize the MAX download limit of an account and shows its ALWAYS at 5k, no matter the accounts actual MAX limit (as I showed you in the video). This then leads to the following problems if the CURRENT account score reaches over 5k but the MAX account limit is 10k-50k (which JDownloader doesnt realize, which I showed you in the video):

-e-hentai: "Download limit reached" - not true, there are still 5k-45k points left
-exhentai: "Hoster offline?" - not true, the site is obviously still online and there are still 5k-45k points left

Last edited by Benny9932; 04.03.2020 at 15:41.
Reply With Quote
  #58  
Old 04.03.2020, 15:47
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,419
Default

Quote:
Originally Posted by Benny9932 View Post
Short version:
Once you reach the mentioned 5k CURRENT score, JDownloader is suppoed to keep on downloading if the account has a bigger than 5k MAX limit

Long version:
Not every e-hentai account has a fixed 5k MAX watch/download limit, only "normal" accounts have that limit at 5k, there are also accounts with a limit of 10k, 20k and 50k. JDownloader does not realize the MAX download limit of an account and shows its ALWAYS at 5k, no matter the accounts actual MAX limit (as I showed you in the video). This then leads to the following problems if the CURRENT account score reaches over 5k but the MAX account limit is 10k-50k (which JDownloader doesnt realize, which I showed you in the video):
As explained, JDownloader obtains the displayed limit from the website which means if it really displays a wrong max. value, I will need to get access to your account to check/fix this.


Quote:
Originally Posted by Benny9932 View Post
-e-hentai: "Download limit reached" - not true, there are still 5k-45k points left
Cannot verify this without account but according to your log this is definitely what the website returned.

Quote:
Originally Posted by Benny9932 View Post
-exhentai: "Hoster offline?" - not true, the site is obviously still online and there are still 5k-45k points left
"Hoster offline" should not happen anymore after the next update.

Again the limit which JD displays is:
- Obtained from the website
- It is only a text - JDownloader does not count the downloaded items - it will download until the website displays a "limit reached" message

Sure websites can also recognize JDownloader and act differently and e.g. try to limit us but again without account I cannot check this.

-psp-
__________________

On vacation / im Urlaub
START: 2023-09-26
END: TBA


JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

Reply With Quote
  #59  
Old 04.03.2020, 15:52
Benny9932 Benny9932 is offline
DSL Light User
 
Join Date: Apr 2019
Posts: 31
Default

Ive sent you my account info, I have already sent you the ins and out how to reach the limit in my previous pn
Reply With Quote
  #60  
Old 04.03.2020, 15:59
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 68,419
Default

To me, your account displays a limit of 5000 via browser.
Is that the expected value?
How should I find the difference without having a special account that e.g. has a 10k limit?

Anyways, I will try to reach the limit now and check if it will also be reached in browser.

-psp-
__________________

On vacation / im Urlaub
START: 2023-09-26
END: TBA


JD Supporter, Plugin Dev. & Community Manager
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?
That's true James
Quote:
Originally Posted by James
Die Leute verstehen einfach nicht dass nur weil man mit einer Waffe auch auf Menschen schießen kann dass ein Schützenver​ein kein Ort für Amoklaufide​en ist

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 00:52.
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 - 2023, Jelsoft Enterprises Ltd.