CFSession / CFSession

A python script utilizing undetected-chromedriver to collect session cookies in a cloudflare IUAM protected site
Apache License 2.0
52 stars 3 forks source link

when running the sessions with more threads its crashes or giving exception #25

Closed Anwar7866 closed 6 months ago

Anwar7866 commented 6 months ago

Error: [Errno 2] No such file or directory: '/root/.local/share/undetected_chromedriver/undetected/chromedriver-linux64/chromedriver' -> '/root/.local/share/undetected_chromedriver/undetected_chromedriver'

or Error: SSLError(MaxRetryError("HTTPSConnectionPool(host='cfcybernews.eu', port=443): Max retries exceeded with url: /test.php (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))")) Error: SSLError(MaxRetryError("HTTPSConnectionPool(host='cfcybernews.eu', port=443): Max retries exceeded with url: /test.php (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))")) Error: SSLError(MaxRetryError("HTTPSConnectionPool(host='cfcybernews.eu', port=443): Max retries exceeded with url: /test.php (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))"))

or like this : Error: [Errno 26] Text file busy: '/root/.local/share/undetected_chromedriver/undetected_chromedriver'

how can i run the cfsession in more threads at once ?

Kinuseka commented 6 months ago

The error shown is not related to CFSession and is a seperate issue that is either caused by your target site, environment or our dependencies.

undetected-chromedriver is not meant to be ran under threads and is not supported.

Please check at undetected-chromedriver repository if you want more details.