JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 02.08.2022, 07:59
dominika992 dominika992 is offline
JD Beta
 
Join Date: May 2020
Posts: 53
Exclamation [Serverside broken files] bdsmlr.com Infinite never ending download of broken files?

Hi

I have always experienced this issue but this time I am trying to crawl something that has many, too many of this type of content.

When some items are being crawled it stops at some point, some % and its then like begginng, 0 kbps, starting or 493kb/s (for e.g.) and not moving forward, not progressing.

Maybe the data/content is broken somehow?

But the JD tries to downlaod it and download and download... and never fail. The consequence is that I can't download the whole thing, because if I have 8 connections and JD tries to crawl 8 links like that at the same time that it downloads for infinite amout of time and not moving forward it never ends...

Then only works by me coming in and manually deleting this few links, and it then works and downloads many many contents until it again gets fixed on broken links and not progressing...

Here is the video showing the issue on few links:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

And here are few links I have this problem with:
**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**
**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**

Even in the browser they appear broken somehow, if png/jpg its like trimmed, cut, can't see the whole. And if .gif typically it stomps at some point and not moving forward.

I have only here a gifs examples, I already deleted some jpg links.

I think if JD can't download it cuz broken or smth then it should skip this files and mark as OK but broken or something?
pls help

Last edited by dominika992; 02.08.2022 at 21:15. Reason: I don't think it is realted only to bdmslr, I remember having this problem in general sometimes
Reply With Quote
  #2  
Old 13.08.2022, 15:59
Jambalaya Jambalaya is offline
Baby Loader
 
Join Date: Sep 2020
Posts: 9
Default

I have noticed this (only) with bdsmlr as well, but haven't logged a ticket yet. It seems to be related to larger files of about 3.8MB and up.
Reply With Quote
  #3  
Old 16.08.2022, 21:46
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,087
Default

Please wait until other team-members find the time to investigate this.
Your thread hasn't been forgotten!
__________________
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
  #4  
Old 29.08.2022, 07:41
dominika992 dominika992 is offline
JD Beta
 
Join Date: May 2020
Posts: 53
Default

I can relate it probably is that way with bigger files, mostly (or only?) gifs.
It is very possible.
Reply With Quote
  #5  
Old 29.08.2022, 12:01
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,087
Default

Quote:
Originally Posted by pspzockerscene View Post
Please wait until other team-members find the time to investigate this.
...
__________________
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
  #6  
Old 04.10.2022, 19:30
Jambalaya Jambalaya is offline
Baby Loader
 
Join Date: Sep 2020
Posts: 9
Default

I thought about trying to download some of these larger files from outside JDownloader and was investigating what I would need to do. I believe the issue is with the files themselves, not JDownloader. Using developer mode in Opera, this is what I found for one sample file:

GET **External links are only visible to Support Staff****External links are only visible to Support Staff**
net::ERR_HTTP2_PROTOCOL_ERROR 206

Trying to save the file manually from the browser results in 'network error'. It might be the best JDownloader can do for these is to fail them and move on to the next file in the queue rather than to keep trying them infinitely.
Reply With Quote
  #7  
Old 11.11.2022, 09:55
dominika992 dominika992 is offline
JD Beta
 
Join Date: May 2020
Posts: 53
Default

Maybe I have found another issue.
Like this link: **External links are only visible to Support Staff****External links are only visible to Support Staff**
This is a post that is available.
You can see it in the browser + the picture of this post + download it etc.
JD recognizes this post but can't download it.

An errror occured!
File not found.

But it is there
Reply With Quote
  #8  
Old 11.11.2022, 12:12
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,087
Default

Quote:
Originally Posted by Jambalaya View Post
Trying to save the file manually from the browser results in 'network error'. It might be the best JDownloader can do for these is to fail them and move on to the next file in the queue rather than to keep trying them infinitely.
Yap and we'Ve also investigated this problem some time ago but I forgot to answer - I'm sorry.
The problem is that those files are incomplete on the server.
For .gif files you can't actialy see it as they will just stop in the middle but for pictures (I'm lacking examples atm.) you can actually see that the picture starts to load and all of the sudden, the rest/half of the picture is displayed grey.

This is how I remember, my OS displayed pictures after a HDD crash a long time ago.
I recommend contacting the bdsmlr.com support about those links and ask them to try to fix it.

Quote:
Originally Posted by dominika992 View Post
An errror occured!
File not found.

But it is there
This problem will be fixed with the next set of CORE-updates.
You will need to delete the old findings and re-add such posts.
In that specific case, the new crawler version will find two version of that image one which is online and one which is offline:
Offline ends with: ZCDcWYDboD-og.jpg
Online ends with: ZCDcWYDboD.jpg
EDIT
If you open the html code of the file, you will find the broken image-url besides this html snippet:
Code:
<a class="magnify" href="
... and the working one here:
Code:
<img class="sidepostimage"
Sure you could also correct such links manually until we release the next set of updates.
This would e.g. be possible using a LinkCrawler rule of type REWRITE.
__________________
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
  #9  
Old 07.12.2022, 20:14
Jambalaya Jambalaya is offline
Baby Loader
 
Join Date: Sep 2020
Posts: 9
Default

In case it helps anyone, it seems the problem on the bdsmlr side happened sometime in 2021-01, and was resolved just prior to 2021-08. Since all their files are dated, you can work around the broken range fairly easily.

Up to the end of 2020, and from 2021-08-01 onward seem fine. Within the broken range, files larger than about 3.9MB are very likely incomplete; there is the odd good one in there, but not worth searching for.
Reply With Quote
  #10  
Old 08.12.2022, 00:00
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,087
Default

I know I'm repeating myself but I'd report this issue to the bdsmlr.com support and kindly ask them to fix it. That is of course only possible if they still got the original un-damaged files.
__________________
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
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 16:33.
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.