FREE-Amazon-BUY-Bot icon indicating copy to clipboard operation
FREE-Amazon-BUY-Bot copied to clipboard

Getting error

Open Soyeb78692 opened this issue 2 years ago • 2 comments

Hi

I am getting below while running gunicorn capcha_server:app

here is the error please check

image

Soyeb78692 avatar Aug 09 '22 12:08 Soyeb78692

I am trying to add module but getting below error

image

Soyeb78692 avatar Aug 09 '22 12:08 Soyeb78692

If you're on Windows, you need to install waitress instead of gunicorn:

  1. pip install waitress
  2. Navigate to the project directory
  3. Run waitress-serve --listen=*:8000 capcha_server:app

connorjcantrell avatar Apr 26 '23 02:04 connorjcantrell