justchokingaround / jerry

watch anime with automatic anilist syncing and other cool stuff
270 stars 20 forks source link

empty list #37

Closed pr0k41 closed 11 months ago

pr0k41 commented 11 months ago

Once i run jerry, i get the drop down and when i select any of them and search anything, it gives a blank output.

justchokingaround commented 11 months ago

can you send me a log, after running this command please, so i can check what went wrong? (it will create a file named jerry.log in the current directory)

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
justchokingaround commented 11 months ago

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?

pr0k41 commented 11 months ago

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

justchokingaround commented 11 months ago

i'll investigate further later then

Sridou commented 11 months ago

I have the same issue after installing jerry in a fresh installation.

pr0k41 commented 11 months ago

i'll investigate further later then

ohkay

justchokingaround commented 11 months ago

the anilist API is down in some countries, due to cloudflare, so there isn't much i can do to fix it

pr0k41 commented 11 months ago

so will it be up again or is it just gone?

justchokingaround commented 11 months ago

it should be back again in some time

pr0k41 commented 11 months ago

ohkayy

Sridou commented 11 months ago

It's working for me now without me having to do anything

pr0k41 commented 11 months ago

It's working for me now without me having to do anything

yaa its fixed noww