From d5898627a635a43e9af01490e2d204161f426481 Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Tue, 21 Apr 2026 19:19:07 +0200 Subject: [PATCH] docs: Added known issue --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7f68a81..d0a71e4 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,11 @@ You should host it using docker-compose. If this was done after some time after the bot was started, you may need to connect to the Selenium Grid and pass the Cloudflare check again, as the session may have expired. 4. Once the bot is connected to omegle, you can run `!match` to start a new match. 5. Using `!help` you can list all available commands. + +--- + +### Known issue: + +For some godly unknown reason the proxy only works on Docker and doesn't work on the host machine. Cloudflare is somehow able to detect the host machine or something and blocks the connection. I CANT REPRODUCE IT. I tried to intercept the traffic and the packets are basically identical. + +I spent too much time digging into this, but yk if it works don't touch it.