JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 08.10.2019, 19:58
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default newgrounds.com

newgrounds.com - still Unable Max. Simultaneous
Although it is possible to download without any limit.

**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #2  
Old 08.10.2019, 20:13
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default newgrounds.com - Download Error 429 / bug

Cannot download at full speed and errors all the time.
Whether to use the download from the stream with the "Download" button.
Please use the download button
Example:
Code:
<a class="icon-download" href="//www.newgrounds.com/audio/download/839561" title="Download this song" rel="nofollow">Download this song</a>
Gets always without error and quickly.

08.10.19 18.53.44 <--> 08.10.19 19.13.27 jdlog://4770130900751/
**External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #3  
Old 10.10.2019, 19:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,320
Default

website also shows 429 if you try to download multiple files or too fast
that's why the plugin is limited to 1 concurrent download

"You're making too many requests. Wait a bit before trying again."
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 10.10.2019, 19:36
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,320
Default

Quote:
Originally Posted by djmakinera View Post
Please use the download button
it does
__________________
JD-Dev & Server-Admin
Reply With Quote
  #5  
Old 10.10.2019, 20:42
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

After a few seconds the error appears. The download can take a really long time to constantly handle the number of errors that will be shown all the time.
(JD2)

This errors does not appear in the browser. Also Download works perfectly Download Master, there are no limits for simultaneous downloads. Avoiding download errors:
[Enable]Limit the number of chunk for download: 1
[Disable]Get file size after adding download
Reply With Quote
  #6  
Old 10.10.2019, 21:17
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

The JD2 download ended in complete blocking of the website (message: NG is down for maintenance. We'll be back shortly!), even if download 1 simultaneous files.
You may need to add DELAY for testing.
It is interesting that these types of errors are not available in the browser, maybe it uses some cookies.

Now I will not check, even after changing the IP.

Quote:
Newgrounds.com Status
Is newgrounds.com down right now?
It's not just you! newgrounds.com is down.
Reply With Quote
  #7  
Old 11.10.2019, 19:23
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,320
Default

*NG is down for maintenance* has NOTHING to do with blocking or so. It's MAINTENANCE
Site is up and running fine.
I've limited audio to 1 chunk in plugin
__________________
JD-Dev & Server-Admin
Reply With Quote
  #8  
Old 11.10.2019, 21:42
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

But it is currently not possible to download because of an error. If everything is set up properly, you will also have received a "Retry-after" header along with the 429 response. This header specifies the number of seconds you should wait before making another call. The proper way to deal with this "problem" is to read this header and to sleep your process for that many seconds.
Reply With Quote
  #9  
Old 11.10.2019, 23:34
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,320
Default

Please update and provide logs. And please don't copy/paste stuff you've read about 429 on the internet.
Plugin throws error to wait 60 secs which is more than enough. In my testings it was enough to wait 1-2 secs and plugin now waits 1.5 secs before each download
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 11.10.2019 at 23:36.
Reply With Quote
  #10  
Old 12.10.2019, 01:25
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Update Write Revision: 13314. Nothing has changed, still blocks in a short time.

12.10.19 00.18.47 <--> 12.10.19 00.24.19 jdlog://8091130900751/
Reply With Quote
  #11  
Old 12.10.2019, 02:17
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

@Jiaz - I ran some download tests.
Sleep/Waiting - do not solve problems with blocking.
I tried another option and it looks like it's due to "full link speed".

JD2 -> Speed Limit: [XXX kB/s]

Now you can't see the error, it downloads without error.
Reply With Quote
  #12  
Old 13.10.2019, 12:54
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Quote:
Originally Posted by djmakinera View Post
@Jiaz - I ran some download tests.
Sleep/Waiting - do not solve problems with blocking.
I tried another option and it looks like it's due to "full link speed".

JD2 -> Speed Limit: [XXX kB/s]

Now you can't see the error, it downloads without error.
Connection/speed
Reduce download speed if the user's activity detected
Reply With Quote
  #13  
Old 14.10.2019, 16:43
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,320
Default

I've inreased waiting time time because it's better to wait(when you've hit the limit) than slow speed (when only downloading a single file)
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 15.10.2019, 04:46
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

With my connection, it just doesn't work, as you think, only the download limit can resolve these blocks, and nothing else.
Reply With Quote
  #15  
Old 15.10.2019, 11:09
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Quote:
Originally Posted by djmakinera View Post
With my connection, it just doesn't work, as you think, only the download limit can resolve these blocks, and nothing else.
15.10.19 10.01.14 <--> 15.10.19 10.09.50 jdlog://7013130900751/
Reply With Quote
  #16  
Old 15.10.2019, 17:13
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,320
Default

Log shows that you have not yet updated to latest version with increased waiting time
__________________
JD-Dev & Server-Admin
Reply With Quote
  #17  
Old 15.10.2019, 18:31
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,451
Default

Quote:
Originally Posted by Jiaz View Post
Log shows that you have not yet updated to latest version with increased waiting time
Now I have a new update - A moment ago. But the same situation. It always blocks after downloading three files.

15.10.19 17.26.54 <--> 15.10.19 17.29.43 jdlog://7123130900751/


Only Speed Limit.
E.g. I tested at 200 kB/s
Does not make a lot of request, gets all the time without error.
Reply With Quote
  #18  
Old 15.10.2019, 18:41
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,320
Default

I'm sorry but my fault, the updated plugin is not live yet, retry later
__________________
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 14:21.
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.