Thread: [Developer Feedback required] Bug when file name changed?
View Single Post
  #15  
Old 28.07.2020, 07:10
sherbee sherbee is offline
JD Fan
 
Join Date: Mar 2019
Posts: 76
Default

Can add: This problem maybe makes new problems. I have found out here: https://board.jdownloader.org/showpo...postcount=1471

Condition for error is almost same. I think method 'archive.getExtractionLog()' is reason for error. It not check, if log is log of correct file but use log for processing.
So method 'archive.getExtractionLog()' not reliable to parse log.

I think you must change and add use of unique file id like file hash, so correct file and log can always identified.

Last edited by sherbee; 28.07.2020 at 07:17.
Reply With Quote