Vsolon

Results 5 comments of Vsolon

I am also experiencing this issue, intermittently on Windows. Here is a list of IDs that have failed for me. I thought it perhaps had to do with the image...

@MatterMartyr Oh yeah you're right, manually updated to 0.6.0-beta and validated the IDs. Looks like its working fine.

Anubis was added maybe a couple weeks ago and people were encountering problems with it in [#issue 409](https://github.com/RicterZ/nhentai/issues/409). I found that adding the Anubis cookies were sufficient previously, unless something...

@billsargent @edgar1016 If you'd like till this gets patched you can try nhentai/utils ```python from curl_cffi import requests def request(method, url, **kwargs): session = requests.Session(impersonate="chrome110") session.headers.update(get_headers()) if not kwargs.get('proxies', None):...

> > Just `pip install curl_cffi` > > You can just do `pip install --no-cache-dir .` to build it and it should run fine > > I haven't particularly tested...