-
Notifications
You must be signed in to change notification settings - Fork 20
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
empty list #37
Comments
can you send me a log, after running this command please, so i can check what went wrong? (it will create a file named sh -x $(which jerry) -c 2>&1 | tee jerry.log
token=$(cat jerry.log | sed -nE "s@.*access_token=(.*)@\1@p" | head -1)
sed -i "/${token}/d" jerry.log |
i had to delete the log, bc it contained your user token (dw i won't do it anything with it, but there might be malicious people on the internet). it seems like your anime list only contains one entry: Monster. is that right? this might be an edge case i didn't consider (a single entry in the list). if yes, can you try adding another anime to the list and see whether it's still broken? |
oh ohkayy, well i dont only have monster in my list, I have a lot more. I still added beyblade to my list to check but it did not help, it is still broken |
i'll investigate further later then |
I have the same issue after installing jerry in a fresh installation. |
ohkay |
the anilist API is down in some countries, due to cloudflare, so there isn't much i can do to fix it |
so will it be up again or is it just gone? |
it should be back again in some time |
ohkayy |
It's working for me now without me having to do anything |
yaa its fixed noww |
Once i run jerry, i get the drop down and when i select any of them and search anything, it gives a blank output.
The text was updated successfully, but these errors were encountered: