From 635b633caf15522e22dccad816b9d95f02453a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nh=C3=A2n?= Date: Sun, 12 Feb 2023 21:13:54 +0700 Subject: [PATCH] add ipv4 warning --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7016ed4..4dd3e86 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,12 @@ npm install -g --prefix ~/.node_modules jshint # Production +**Gotcha:** mangasee image servers will timeout if you try to download images +via ipv6, so you'll need to disable IPv6 on your VM. It's unfortunate that +python-requests [doesn't][https://github.com/psf/requests/issues/1691] have an +official way to specify ipv4/ipv6 on its API, and I'm too lazy to figure out +alternatives. + I'm running my instance on Debian 11, but any unix-like environment with these should work: -- 2.38.5