Bugswriter / tuxi

Tuxi is a cli assistant. Get answers of your questions instantly.
GNU General Public License v3.0
1.32k stars 73 forks source link

[Bug] Another issue with #81 #102

Closed Bugswriter closed 3 years ago

Bugswriter commented 3 years ago

Instead of getting ...information about Wandavision

image

I am getting list of episodes This is because in https://github.com/Bugswriter/tuxi/pull/81 (@d-shaun ) This is the only thing we able to fetch from here -

image

This is happening because .. Tuxi is unable to scrape information. Which tuxi should When I do same thing for game of thrones -

image

So we have info but we are getting in one case but not getting in another. ?? may be classname is different in both these cases.

d-shaun commented 3 years ago

I saw scraping the rich list as a really cool addition, but I see it's mostly only causing issues kekw. I guess moving the knowledge box (?) extraction before rich list might fix this?

Bugswriter commented 3 years ago

But we are getting nothing from knowledge box.. This is why tuxi is showing episodes list which you added. The question is why we are getting knowledge box for Game of thrones but not for wanda vision?

Genghius commented 3 years ago

this can be solved by prioritizing rich lists below kno_top and kno_rigth

Bugswriter commented 3 years ago

this can be solved by prioritizing rich lists below kno_top and kno_rigth

question why this is not happening for game of thrones?

Genghius commented 3 years ago

this cannot be solved fully, rich lists break everything. i put them at the bottom with a hard fix for #103 in my latest PR but that wont solve all problems, i recomend removing rich lists.

Bugswriter commented 3 years ago

We already did. removed rich lists. IG @colonvirus last night ..managed to make lists properly.

Genghius commented 3 years ago

then #107 is using an old version and has massive conflicts left and rigth.