aniworld_scraper
aniworld_scraper copied to clipboard
[BUG] Some versions refuse to find Series Seasons
Describe the bug: I unfortunately cannot give much details, but at least for me, some version releases just refuse to find series seasons and episodes.
For example, V2.14 will just not find any Series, it will always say 0 Seasons, 0 Episodes. No matter what series, what VPN, etc. Yet when I run V2.07 with the same VPN and same settings, it finds the series just fine. (Just that the VOE Links are broken in this version still, but thats obviously a other thing)
I had this before with previous versions, and I cannot figure out why, or where it comes from. Youd think its something with the version, since it only applies there, but no one else seems to have that problem.
V 2.11 should have fixed that and V 2.14 should fix nothing over S1 being able to download sometimes. V2.13 and some before had a wrong code indent which made the code for whatever reason only sometimes not work after season 1.
Can you send me the serien/anime name where it happens? Can you also set the DEBUG flag in logging and send a log? It should work in the latest version.
It breaks no matter what series. I can put in any series, and it will not find it. No matter if its a Anime or Series either. The Logs are empty. The console states the additional DEBUG infos, but the logs are empty.
However, literally as of writing this, I noticed something.
When selecting Season 0 to get all, it fails like I said. But when I manually set Season 1, it actually finds it... It still doesnt work, saying "Older VOE Page". And it seems like VOE changed their link generation YET AGAIN.
But just noticed, setting Season 0 doesnt work, manually setting a specific Season does work. Until it breaks with the next problem, lol
- setting 0 is wrong and i updated the read me and bat for that. Setting it to nothing works. The problem is that 0 is a string and that messes up the constants code. i fixed that in the recode but currently im working on the lib so im putting the recode in the lib.
- V2.15 is out and has that fix already. They added 4 spaces and a pop in the code which "obfuscated" it enough for my code to work. (I search for script var, they had SPACE SPACE SPACE SPACE script pop var) @TrackLab
Trying V2.15 right now. Selecting Season 0 still results in it not finding any Season or Episode. Manually selecting 1 works for downloading the Season 1, tho. it finds the older VOE page, but manages to download.
Wasnt there a feature I requested, to set a manual Season plus all following ones? That could work as temp workaround maybe, if I say like Season 1+, so it starts at 1, and gets the others, since setting Season to 0 to get the whole Series doesnt seem to work
The + feature should work yes. Or you can just leave the season override empty. So no number 0. The issue is the number 0 gets detected as something and the code thinks to only download season 0 which doesn't exist. So using nothing is the workaround until i finish the Library which has all the fixes and more implemented. @TrackLab
Using Season 1+ did not work, it threw the Base 10 invalid error. Using Season 2+ worked however. So I downloaded 1, 2+, and that worked for the wholke series.
Not putting anything is not something I tried. Also, additionally, it sometimes states to download episodes manually later. However, I can often download these anyway by simply re-running the tool a few times. It doesnt fix EVERY undownloadable episode, but a lot of them. So automatically retrying or rerunning the tool helps there
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.