Innocentius
Innocentius
So, @himanshudabas 's fix work, but need lang to be explictly defined. ``` if config.Search: if config.Lang: q += f" {config.Search} lang:{config.Lang}" else: q += f" {config.Search}" ``` So this...
@himanshudabas Yea, yours would look much better.
@aburak256 That is already fixed in the latest update. Since the current updates couldn't follow the need of users, I created another branch in case anyone need to use it....
You are providing too little information. Are you using IPv6 though?
That looks correct to me. It looks to me that you are from China. Are you behind the GFW when running this? There is a step in the retrival (guest...
Search the related issue to find an answer.
> > > That looks correct to me. It looks to me that you are from China. Are you behind the GFW when running this? There is a step in...
This sure looks like a long-term solution for adding new apps...
Same error here, running on Ubuntu 18.04. Wouldn't remove llama-cpp-python break something?
Error solved by upgrading to gcc-11. Try that first.