What is broken?
Hmm, I'm not sure if it's from the changes you made before implementing it or a change since but it doesn't seem to do what it used to anymore. But the purpose I wanted from it doesn't seem to work/work anymore. In short, the point was if for some reason Tranga fails to download a chapter, that chapter will be marked as a chapter but not Downloaded. Every time it checks it see that it has already "processed" that chapter and will skip over it even though it's not downloaded. The point of this was to for it to go back and attempt to download any chapters that failed to download. When I use the API key, it looks like it does what you said, which is deleting the record that keeps track of the chapter on a website and after it checks again it just loads it right back as a new Download ID but not a new chapter so it does not attempt to download again.
I then tried to manually delete the chapter entries in the DB (delete from "Chapters" where "Downloaded" = 'f';) and the 305 failed chapters are downloading again (there was site issues when the manga was added)
Log-output
Tranga version
Additional stuff
No response
What is broken?
Hmm, I'm not sure if it's from the changes you made before implementing it or a change since but it doesn't seem to do what it used to anymore. But the purpose I wanted from it doesn't seem to work/work anymore. In short, the point was if for some reason Tranga fails to download a chapter, that chapter will be marked as a chapter but not Downloaded. Every time it checks it see that it has already "processed" that chapter and will skip over it even though it's not downloaded. The point of this was to for it to go back and attempt to download any chapters that failed to download. When I use the API key, it looks like it does what you said, which is deleting the record that keeps track of the chapter on a website and after it checks again it just loads it right back as a new Download ID but not a new chapter so it does not attempt to download again.
I then tried to manually delete the chapter entries in the DB (delete from "Chapters" where "Downloaded" = 'f';) and the 305 failed chapters are downloading again (there was site issues when the manga was added)
Log-output
Tranga version
Additional stuff
No response