Open arnoldsmithson opened 1 year ago
This is strange, I can't reproduce this behavior with my account. Also the number of empty entries is odd to be a library bug, so I assume that it is an issue with Crunchyroll (maybe they are delivering non-existing entries if the watch history is so large?).
The problem that the 20 episodes are not pulled got fixed in release v0.4.0.
Thank you for fixing the other part of my issue! Honestly, that's all I needed. I can work around the empty listings myself. But if you want to test further, I'm happy to give you my credentials to reproduce the bug for debug purposes. I use a password generator for all my stuff so I could just change my Crunchyroll password again once you're done. Just let me know!
This is might be the reason but sometimes watch history entries won't have a panel so you'll have to use crunchyroll.media_from_id
to get it. Would probably be a good idea to make a getPanel function for that instead of making them check if the panel exists.
Hello, I'm trying to use watch_history() in my Crunchyroll program and for some reason it's returning empty series structs between the episodes I want to retrieve. Here is my sample code and a sample output:
And part of my output:
When checking with my watch history, the episodes split by these empty entries are in order. If I removed the empty entries, the watch history would be uninterrupted. But these Series entries don't make sense to me. I tried grabbing other information from them, but I couldn't see anything. Any help you can provide would be fantastic, as these empty entries are preventing me from grabbing the entirety of my watch history (it's grabbing all but 20 episodes).