zfcsoftware / cf-clearance-scraper

This package provides an api that returns cookies (cf-clearance) that you can request on a website protected by Cloudflare WAF (corporate or normal) without being blocked by WAF.
MIT License
203 stars 28 forks source link

500 Request Timeout after latest Docker image update #22

Closed 0xGhostCasper closed 2 weeks ago

0xGhostCasper commented 1 month ago

Hello, since last :latest docker image update calling endpoint always returns:

The API returns a 500 error with the message: {"code":500,"message":"Request Timeout"}

Weird issue is that when I build docker image locally, it works.

I've seen such issues posted before here.

I would recommend to push version tagged releases to Dockerhub to allow us fallback to specific version if the latest one breaks.

krkeegan commented 3 weeks ago

For me the issue was I failed to make sure I had removed the prior version of cf-clearance-scraper. If you don't stop the container and delete it prior to updating the image, you will continue to run the old version that doesn't work.

zfcsoftware commented 2 weeks ago

The library has been updated. It should now run smoothly. I am closing this issue, please let me know if you have any problems by writing a message through this issue. Thank you.

Crease29 commented 1 week ago

I'm having the same problem, but with the latest docker image.

zfcsoftware commented 1 week ago

I'm having the same problem, but with the latest docker image.

https://github.com/zfcsoftware/cf-clearance-scraper?tab=readme-ov-file#installation There is a problem with the Docker image that I can't understand. Can you try with a Github installation?

Crease29 commented 1 week ago

I'm having the same problem, but with the latest docker image.

https://github.com/zfcsoftware/cf-clearance-scraper?tab=readme-ov-file#installation There is a problem with the Docker image that I can't understand. Can you try with a Github installation?

The problem is probably that the latest tagged image got pushed 22 days ago, last time. Is there an issue when building it? Maybe you can make the docker image build process part of this repository and run it in a GitHub action?

Crease29 commented 1 week ago

If there's anything how I can support you with this, @zfcsoftware , let me know ✌🏻