-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
watch_history() returning empty Series struct #21
Comments
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 |
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).
The text was updated successfully, but these errors were encountered: