vvanglro / cf-clearance

Purpose To make a cloudflare v2 challenge pass successfully, Can be use cf_clearance bypassed by cloudflare, However, with the cf_clearance, make sure you use the same IP and UA as when you got it.
https://github.com/vvanglro/cf_clearance
353 stars 58 forks source link

Container error: importlib.metadata.PackageNotFoundError: No package metadata was found for cf_clearance #46

Closed sunny-repo88 closed 1 year ago

sunny-repo88 commented 1 year ago

steps to reproduce.

docker run -d --restart always --network host --name cf-clearance vvanglro/cf-clearance:latest \
--host 0.0.0.0 --port 8000 --workers 1
vvanglro commented 1 year ago

Fixed, Try latest docker image.

sunny-repo88 commented 1 year ago

thanks, it is working now